-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[fxaudio] add new port #44221
base: master
Are you sure you want to change the base?
[fxaudio] add new port #44221
Conversation
On triplets x64_windows_static and x64_windows_static_md, the port I am attempting to add is building correctly. However there is a port unrelated to my port vtk that is failing to build. Is there anything I should do to fix this? |
Co-authored-by: Kai Pastor <dg0yt@darc.de>
Co-authored-by: Kai Pastor <dg0yt@darc.de>
Co-authored-by: Kai Pastor <dg0yt@darc.de>
Co-authored-by: Kai Pastor <dg0yt@darc.de>
Thank you for the help. I am new to contributing to open source and I really appreciate it! I am still experiencing fails on the builds x86 windows, x64 windows static and x64 windows static md. x86 windows is failing from a powershell exit. I believe it is failing when validating the version files. Here is the important part. D:\a_work\1\s\versions\a-\afx.json: error: afx@1.0.0 git tree f72cc6938edb4fa3836034630b51a309e7e40bc7 does not match the port directory After testing the builds on the other two, the vtk package is faliing to build which is not a dependency of my port. Again here is the part of the log where the build fails. SUMMARY FOR x64-windows If you have any advice I would really appreciate it thanks! |
PortName may need to meet the following conditions:
|
Thank you for the help! |
find_package
calls are REQUIRED, are satisfied byvcpkg.json
's declared dependencies, or disabled with CMAKE_DISABLE_FIND_PACKAGE_Xxx.vcpkg.json
matches what upstream says.vcpkg.json
matches what upstream says../vcpkg x-add-version --all
and committing the result.