-
Notifications
You must be signed in to change notification settings - Fork 40
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
Installing libzen fails with directory fractions in wrong scope #58
Comments
Did you test with the code merges done this morning (there are some code change about CMake). |
Apparently, mabs applies some own patches/sed's; possible that they don't match your new commits anymore, @wiiaboo is investigating as well. |
OK, I suggest that first you are sure that this comes from our modifications, before we check on our side problems in our modifications. |
It's probably not from our side. The only thing we change is the "NOT WIN32" to "NOT MSVC" in order to create a pkg-config file, but I'll submit a proper PR to fix that. |
Both "MSYS Makefiles" and Ninja generators are failing with the same issue. Here's output with
and with ninja:
|
I git bisected the issue to 809df5f. |
Changing the /D to -D seems to fix it, I'll send a PR to make sure MSVC works with those instead. |
@JeromeMartinez , sorry, i was buzy a little bit. Yep, that's was my bug with definitions, thanks @wiiaboo to fix my bug. |
I'm using jb-alvarado's media-autobuild suite, which also builds libzen for MediaInfo. Your project recently had a few commits, whereas "mabs" was not updated in relation to libzen, so I wonder if there is a mistake in your patches which inserts a pseudo full-qualified source path into CMake scripts in an MSYS2 environment, where adding a relative path would have been suitable, or replacing the whole path with the full-qualified one be required:
The text was updated successfully, but these errors were encountered: