Hi Panoers,

Having a new laptop I'm compiling my pano programs from SVN sources.
panoglview didn't want to (I'm on openSUSE 11.2).  
(Is panoglview still a recommended application?  What are you using?)

Well, I needed the following changes - maybe someone can check and put them in?

Index: bootstrap
===================================================================
--- bootstrap   (revision 5004)
+++ bootstrap   (working copy)
@@ -59,7 +59,7 @@
        automake_version=`$AUTOMAKE --version | sed 
's/^[^0-9]*\([0-9.][0-9.]*\).*/\1/'`
 #      echo automake version: $automake_version
        case $automake_version in
-           1.7*|1.8*|1.9*|1.10*)
+           1.7*|1.8*|1.9*|1.10*|1.11*)
                have_automake=true
                ;;
        esac
Index: src/Makefile.am
===================================================================
--- src/Makefile.am     (revision 5004)
+++ src/Makefile.am     (working copy)
@@ -4,7 +4,7 @@
 
 panoglview_SOURCES = panoapp.cpp panoframe.cpp panointeractivecanvas.cpp 
panocanvas.cpp boundaries.cpp
 panoglview_CXXFLAGS = $(WX_CXXFLAGS)
-panoglview_LDADD = $(WX_LIBS) $(WX_GL_LIBS)
+panoglview_LDADD = $(WX_LIBS) $(WX_GL_LIBS) -lGLU
 
 noinst_HEADERS = panoapp.h panocanvas.h panoframe.h panoglplugin.h 
panopluginframe.h panointeractivecanvas.h boundaries.h
 


-- 
Dr. Peter "Pit" Suetterlin                 http://www.astro.su.se/~pit
Institute for Solar Physics
Tel.: +34 922 405 590  (Spain)             p.suetter...@royac.iac.es
      +46 8 5537 8507  (Sweden)            peter.suetter...@astro.su.se

-- 
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 hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx

Reply via email to