Hello,

I have uploaded on sourceforge the build for MacOSX :

http://sourceforge.net/projects/hugin/files/hugin/hugin-2014.0/Hugin-2014.0.0-RC4-build-2.dmg/download

There are two problems remaining :

- hugin.mo is not loaded, resulting in a partially translated interface.

- when running icpfind from the command line, there would be a long delay 
and then an error message; the -build2 is build with wxwidgets-3.0.1 and 
now the delay is gone but not the error message :

./src/common/cmdline.cpp(369): assert "Assert failure" failed in 
FindOptionByAnyName(): Unknown option verbose

Call stack:
[00] wxAppConsoleBase::OnCmdLineParsed(wxCmdLineParser&) 
[01] iCPApp::OnCmdLineParsed(wxCmdLineParser&)     icpfind.cpp:7
[02] wxAppConsoleBase::OnInit()              
[03] wxApp::CallOnInit()                     
[04] wxEntry(int&, wchar_t**)                
[05] main                                        icpfind.cpp:16
[06] start  

The command line I run is pretty simple : "icpfind -o out.pto no-cp.pto"

However, if I choose to continue, icpfind does its work.

On the build itself, I had to change a few things :

- the include added on treelistctrl.cpp did not work, so I changed it like 
this :

--- a/src/hugin1/hugin/treelistctrl.cpp
+++ b/src/hugin1/hugin/treelistctrl.cpp
@@ -50,7 +50,9 @@
 #include <wx/dynarray.h>
 #include <wx/arrimpl.cpp>
 
-#ifdef __WXMAC__
+#if defined(__WXMAC__) && defined(__WXOSX__)
+#include "wx/osx/private.h"
+#elif defined(__WXMAC__)
 #include "wx/mac/private.h"
 #endif

- there seem to be a dependency on GLUT in the library vigra_impex, I added 
it.
- I changed the bundling script as wxwidgets changed the way the .dylib 
files are numbered.

There are thus changes on one source file and the others are on the build 
system.

I still have not committed these changes as I wanted to have Harry & Thomas 
approval on this.

-- 
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 hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/b9473ce1-88f4-4791-836b-cdb292b42c0d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to