Permalink
5 comments
on commit
Please
sign in to comment.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[sipify] use configuration file for SIP sources (*.sip.in)
to allow preprocessing the files to handle version specific features such as template based classes documentation in 4.19.7+
- Loading branch information
Showing
with
50 additions
and 43 deletions.
- +1 −1 CMakeLists.txt
- +14 −8 cmake/SIPMacros.cmake
- +13 −16 python/CMakeLists.txt
- +11 −7 scripts/sipify.pl
- +11 −11 scripts/sipify_all.sh
5 comments
on commit 1d4e6a8
This comment has been minimized.
This comment has been minimized.
@3nids This commit introduces the following build error on Debian Testing:
I did a git bisect to find it. If it helps:
What's curious I get this on my server and not on my laptop although it's the same debian version with updated packages. |
This comment has been minimized.
This comment has been minimized.
have you tried to |
This comment has been minimized.
This comment has been minimized.
Yes.
|
This comment has been minimized.
This comment has been minimized.
@3nids , I see this issue on my system too, on a clean (i.e. new) build directory. I'm on Ubuntu 17.10. |
This comment has been minimized.
This comment has been minimized.
should be fixed in 9c5797e |
@3nids , it seems reverting that specific line un-broke my build locally.