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 I compiled/installed wxwidgets 3.2.6. Now everything successfully compiles. 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. Any subsequent attempt to open the fast preview, it works fine. This happens consistently every time I exit it hugin and restart it. --- Thanks for your work on maintaining/improving hugin, it's soooo excellent! Jeff On Sat, Sep 7, 2024 at 3:57 AM 'T. Modes' via hugin and other free panoramic software <[email protected]> wrote: > Hi all, > > today we are releasing beta 1 of Hugin 2024.0.0 > > Source tarball can be downloaded > at sourceforge: > https://sourceforge.net/projects/hugin/files/hugin/hugin-2024.0/hugin-2024.0beta1.tar.bz2/download > > Verify its checksums: > md5: > 2eacc71e0d2d11b27d5575a78d97dbe7 hugin-2024.0beta1.tar.bz2 > sha1: > 8c57ab46d079f305b476bb38340515d9590b0ae5 hugin-2024.0beta1.tar.bz2 > > This is a source code release. > Users communities produce executables for their respective platforms. > Please announce them here. > > (The beta 1 correspond to changeset fb274176c095 our repository, which is > also tagged as 2023.0beta1). > > Changes since 2023.0 > * Added browser for project files to Hugin. It can show thumbnails or > project details of all project files in a directory. > * Create GPano tags also for cylindrical output projection. > * Several bug fixes for verdandi/internal blender. > * Fixes reading of metadata from cr3 raw files. > * cpfind is now using multirow strategy as default. If you want the old > behaviour instead add the (new) switch --allpairs to command line. > > Upgrading from previous versions of Hugin should be seamless. If you do > have problems with old settings, these can be reset in the Preferences > window by clicking 'Load defaults'. > > Please test and report bug/issues to mailing list or bug tracker > https://bugs.launchpad.net/hugin (so issues can be fixed before the final > release). > > Windows binaries (64 bit) can be found at sourceforge: > > https://sourceforge.net/projects/hugin/files/hugin/hugin-2024.0/Hugin-2024.0beta1-win64.msi/download > > MD5 checksum > 350997cc8655251eb5f4fa861e4afcd8 *Hugin-2024.0beta1-win64.msi > > Request for translators > Please update the translation file of your language. Some new strings have > been added. > > -- > 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/8b7a0f7f-b4ff-437c-a727-52e8fcbecf36n%40googlegroups.com > <https://groups.google.com/d/msgid/hugin-ptx/8b7a0f7f-b4ff-437c-a727-52e8fcbecf36n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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/CAPc%2BVu%2BYt1aDmvqevcGQQ%3Dy%2Bj%3DtLg3wLuUKE0Y0P7Ontc8va9w%40mail.gmail.com.
