-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[libcdio]Add new port #35803
[libcdio]Add new port #35803
Conversation
|
378b103
to
ead9195
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some early comments.
25c5124
to
34d326e
Compare
21cd7cc
to
eaa4db8
Compare
babbe7a
to
e73a63a
Compare
I've got this somewhat compiling on windows using the same autoconf path as mac and linux... It just isn't linking properly. However, I think I have run into a libtool bug...
What's happening here is that Debugging the compile command (added echo as a cl.exe command)
Clearly this shows that I looked pretty hard in the libcdio code for where If anyone has pointers on what to do, it would help me a great deal. |
The |
Ok so that would be where it's added... The issue about The -L*)
func_cl_dashL "${1#-L}"
;;
-Xlinker)
eat=1
linker_opts="$linker_opts $2" # skips func_cl_dashL of the next argument if it starts with -L
;;
I was surprised not to find it in upstream, because they mention a I was able to get everything compiling with a few changes which is why I haven't added a Right now I'm just trying to get things linking and packaged, then I will see about refining the patches. |
|
@bwrsandman, Is work still being done for this PR? |
I would still like to get this merged but I haven't had time to work on it at the moment. |
@bwrsandman, Since there has been no progress on this PR for nearly a year, I will temporarily close this PR. If you have updates, please feel free to let me know and open it again.. |
Implements #2347
find_package
calls are REQUIRED, are satisfied byvcpkg.json
's declared dependencies, or disabled with CMAKE_DISABLE_FIND_PACKAGE_Xxxvcpkg.json
matches what upstream says.vcpkg.json
matches what upstream says../vcpkg x-add-version --all
and committing the result.