Hello, I am getting the following error when compiling Hugin 2016 (the just released version) on Fedora 23:
I also discovered this when running assistant (not sure if relevant, probly not):
Warning: Mismatch between the program and library build versions detected.
The library used 2.8 (no debug,Unicode,compiler with C++ ABI 1008,wx containers,compatible with 2.4,compatible with 2.6),
and your program used 2.8 (no debug,Unicode,compiler with C++ ABI 1009,wx containers,compatible with 2.4,compatible with 2.6).
--
A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ
---
You received this message because you are subscribed to a topic in the Google Groups "hugin and other free panoramic software" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/hugin-ptx/cbPR2c-6Ocw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to hugin-ptx+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hugin-ptx/b3842854-d258-4c80-b70c-5ee65a89237c%40googlegroups.com.
Actually rebuilding wxWidgets (2.8.12) caused the compilation to crash on lots of "undefined reference to " errors (output attached, probly I did something wrong when building/installing wxWidgets).
--
A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ
---
You received this message because you are subscribed to a topic in the Google Groups "hugin and other free panoramic software" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/hugin-ptx/cbPR2c-6Ocw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to hugin-ptx+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hugin-ptx/b709d664-4698-424b-aa81-a57003374d3d%40googlegroups.com.
If Hugin really needs -fPIC if it is linking to PIC libraries, would it be possible for cmake to detect this situation and adjust the flags appropriately?