-
Notifications
You must be signed in to change notification settings - Fork 36
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
wxwidgets/3.1.3: Configuring errors: Error in build() method #1181
Comments
@SemyonDuB I see you have just closed this issue: did you solve it? I have just run into the same problem ... |
@tkhyn I didn't solve it, but I think this problem exist in every not apt system package managers like dnf, yum or other, because wxwidgets package install system requirements only from apt, so maybe using apt as system package manager is the solve problem! |
Thanks. Using It looks more like a cmake or cmake generator issue to me. I'll keep digging and see if I can find a workaround. On Windows it works fine with the same cmake and conan versions (and there is no package manager whatsoever!). |
Hi,
and relaunch |
In some cases (see bincrafters/community#1181), the dependencies can be library interfaces. As CMake's get_target_property is not tolerant about what properties can be extracted on different library types, it is necessary to make a distinction between interface libraries and plain libraries
In some cases (see bincrafters/community#1181), the dependencies can be library interfaces. As CMake's get_target_property is not tolerant about what properties can be extracted on different library types, it is necessary to make a distinction between interface libraries and plain libraries
In some cases (see bincrafters/community#1181), the dependencies can be library interfaces. As CMake's get_target_property is not tolerant about what properties can be extracted on different library types, it is necessary to make a distinction between interface libraries and plain libraries
In some cases (see bincrafters/community#1181), the dependencies can be library interfaces. As CMake's get_target_property is not tolerant about what properties can be extracted on different library types, it is necessary to make a distinction between interface libraries and plain libraries. Closes #2058
Note: We need this patch in order to make the wxwidgets conan package compile bincrafters/community#1181 This should be fixed automatically with the next wxWidgets update
I've backported the fix from wxWidgets' master branch and submitted a PR to the recipe at bincrafters/conan-wxwidgets#20, but it seems no one is looking at PRs in that repo. |
@fiam Please always mention new PRs in some issue here (like you just did). Otherwise there is a chance that nobody notices it 😄 |
@Croydon Thanks for the clarification, I'll keep it in mind for future PRs. |
Package and Environment Details (include every applicable attribute)
Conan profile (output of
conan profile show default
orconan profile show <profile>
if custom profile is in use)Steps to reproduce (Include if Applicable)
Logs (Include/Attach if Applicable)
Click to expand log
The text was updated successfully, but these errors were encountered: