I'm anxious to try hugin and (after much effort) got the latest
version to compile today under OS X. Two things:
1) I followed the instructions on this Wiki page:
http://wiki.panotools.org/Hugin_Compiling_OSX. While mostly correct, I
did find some errors in following these instructions and would like to
report the problems I encountered, but I'm not sure where to do so.
Can someone point me to the right place to report my findings?
2) I'm getting a "Symbol not found" crash shortly after starting
Hugin.app. This error seems similar to one reported over a year ago
(http://groups.google.com/group/hugin-ptx/browse_thread/thread/
c425fc31687052b0/90e70120fa61577d?lnk=gst&q=os+x+symbol+not
+found#90e70120fa61577d), but the code has moved on and that
discussion doesn't seem very relevant anymore. Does anyone have any
thoughts on what could be going wrong here?
--
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 hugi...@googlegroups.com
To unsubscribe from this group, send email to hugin-ptx+...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-
one avenue that you might want to explore to explain this is the video card
and driver. Accept my apology if you already did so, I don't read every
detail of OSX related posting since I don't have an interest in that O/S.
I had a similar situation of crashes on startup on Kubuntu. The one thing
that changed was the video card driver. Wiping out everything and rebuilding
from scratch helped. The change in video card driver also caused other apps
that use OpenGL to crash in a similar way.
What is the output of the following command on your machine:
perl -n0077 -e 'print "Using driver $1 v$3 by $2.\n" while /Module (radeon|
fglrx|intel|nvidia|nv|vesa): vendor="([^"]+)"\n.*version = (\S+)/img;'
/var/log/Xorg.${DISPLAY:1:1}.log
?
I don't know if it will work on OSX, on a fairly standard Linux/Unix box it
should parse the X log for your main display.
Also: does the Mac in question have more than one display attached? more than
one video card?
Yuv
The result is:
Can't open /var/log/Xorg.t.log: No such file or directory.
I don't need this to work, but I just thought I'd mention it. (I
happen to be running OS X 10.5.8).
eo
What is the output of the following command on your machine:
perl -n0077 -e 'print "Using driver $1 v$3 by $2.\n" while /Module (radeon|
fglrx|intel|nvidia|nv|vesa): vendor="([^"]+)"\n.*version = (\S+)/img;'
/var/log/Xorg.${DISPLAY:1:1}.log
Also: does the Mac in question have more than one display attached? more than
one video card?