Now that celeste and celeste/training pull in libGLEW they also need to
find the X libs, which on OpenBSD are in /usr/X11R6/lib (not in ld's
default search path). So linking fails unless I add -L/usr/X11R6/lib.
I haven't worked out how to get CMake to do this yet but noticed that
${wxWidgets_LIBRARIES} adds this so for now I can workaround by adding
this to the relevant target_link_libraries. It works, but isn't
"the right way", can anyone suggest something better?thanks, Stuart. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group. A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/hugin-ptx -~----------~----~----~----~------~----~------~--~---
