Hi Jeff, [email protected] schrieb am Donnerstag, 10. Oktober 2024 um 23:46:56 UTC+2:
A few things: --- 1) I have an old version of wxwidgets (linux), version 3.0.5, and cmake successfully completes, but there are a couple of calls to wxBitmap->SetScaleFactor, which is a new function added to wxwidgets after 3.0.5, so cmake should fail. It looks like version 3.1.6 is the first version with SetScaleFactor 2) At line 440 in src/hugin1/hugin/CPListFrame.cpp, there is a comma "," after the brace, which fails to compile This is fixed now. 3) When attempting to show the fast preview, on the first attempt I get a little error window, "Error Initializing GLEW", "Fast preview window cannot be opened." On the console, the message is: (hugin:812935): Gtk-WARNING **: 13:16:15.000: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node tab owner GtkNotebook) ERROR: 13:16:33.155411 (/home/welty/images/src/hugin/hugin-2024.0.0/src/hugin1/hugin/GLViewer.cpp:155) SetUpContext(): Error initialising GLEW: Unknown error. Read the section about GLEW in the INSTALL_cmake file. The compile switches for GLEW needs to be synced with the wxWidgets version. This is also mentioned in the releases notes. Thomas -- A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ --- You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/hugin-ptx/db4a8186-4a51-452f-9e14-8b43e2815e42n%40googlegroups.com.
