Re: [GtkGLExt] gtkglextmm and gtkmm-2.4



Hey thanks for all the help.   I think  that the problem was spaces in
the path names.  Everytime I was compiling it gtkglextmm was in a path
with spaces where I hadn't noticed.

I did end up performing a major hack regarding the stdc++ library
before realizing the spaces thing and I haven't tried redoing the
compile without the hack.  Which was removing -lstdc++ from the
configure script. ;)

So It's compiled and installed now to see if my programs work in
windows.  This will be quite fun.

I'll also try again without the hack and report back to ensure that it
is actually the well-known spaces in path problem that has hounded me
this second time.  The first time I still suspect a rogue cygwin
install.

Lakin


On Fri, 19 Nov 2004 21:12:57 +1300, Alif Wahid <alif wahid gmail com> wrote:
> Hi Lakin,
> 
> I'll also have a go trying to build this on MSYS as opposed to Cygwin.
> I'll let you know soon after the weekend. cheers.
> 
> alif.
> 
> 
> 
> 
> On Thu, 18 Nov 2004 23:21:36 -0700, Lakin Wecker <lakin wecker gmail com> wrote:
> > Ok, I seem to have made it further. After cleaning out everything I
> > followed your instructions. .
> > Cygwin must have the most awful install system ever as everytime
> > mirror fails you have to go back through and reconfigure all the
> > packages.    Bah.  After 4-5 cygwin installs/removes of cygwin I got
> > it set up what I thought was minimal enough.   I added only
> > autoconf/automak/make/libtool, and I removed the ones you said to not
> > install, or at least the dev versions.  I'm however having a problem
> > with libtool.  It seems to be complaining about some paths again, And
> > for some reason it doesn't like the libstdc++.la that comes with
> > dev-cpp/mingw.    Here is the error:
> >
> > mkdir .libs
> > libtool: link: `c:/dev-cpp/bin/../lib/gcc-lib/mingw32/3.3.1/../../..//libstdc++.
> > la' is not a valid libtool archive
> > make[3]: *** [generate_extra_defs.exe] Error 1
> > make[3]: Leaving directory `/cygdrive/d/Documents and Settings/Lakin Wecker/Desk
> > top/gtkglextmm-1.1.0/tools/extra_defs_gen'
> > make[2]: *** [all-recursive] Error 1
> > make[2]: Leaving directory `/cygdrive/d/Documents and Settings/Lakin Wecker/Desk
> > top/gtkglextmm-1.1.0/tools'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory `/cygdrive/d/Documents and Settings/Lakin Wecker/Desk
> > top/gtkglextmm-1.1.0'
> > make: *** [all] Error 2
> >
> > Now for the contents of the file it's complaining about.  I"m quite
> > tired so I might be missing something obvsious.  I'll go to bed and
> > then try again tomorrow.
> >
> > $ cat /cygdrive/c/dev-cpp/lib/libstdc++.la
> > # libstdc++.la - a libtool library file
> > # Generated by ltmain.sh - GNU libtool 1.4a-GCC3.0 (1.641.2.256 2001/05/28 20:0
> > :07 with GCC-local changes)
> > #
> > # Please DO NOT delete this file!
> > # It is necessary for linking the library.
> >
> > # The name that we can dlopen(3).
> > dlname=''
> >
> > # Names of this library.
> > library_names=''
> >
> > # The name of the static archive.
> > old_library='libstdc++.a'
> >
> > # Libraries that this one depends upon.
> > dependency_libs=' -L/develop/gcc/build/mingw32/libstdc++-v3/src -L/develop/gcc/
> > uild/mingw32/libstdc++-v3/src/.libs -lm -lm -lm -L/develop/gcc/build/gcc -L/min
> > w/mingw32/bin -L/mingw/mingw32/lib -L/mingw/lib/gcc-lib/mingw32/3.3.1 -L/mingw/
> > ib/gcc-lib/mingw32/3.3.1/../../../../mingw32/lib -L/mingw/lib -L/mingw/lib/gcc-
> > ib/mingw32/3.3.1/../../.. -lmingw32 -lgcc -lmoldname -lmingwex -lmsvcrt -luser3
> >  -lkernel32 -ladvapi32 -lshell32 -lmingw32 -lgcc -lmoldname -lmingwex -lmsvcrt
> > lm -lmingw32 -lgcc -lmoldname -lmingwex -lmsvcrt -luser32 -lkernel32 -ladvapi32
> > -lshell32 -lmingw32 -lgcc -lmoldname -lmingwex -lmsvcrt'
> >
> > # Version information for libstdc++.
> > current=5
> > age=0
> > revision=5
> >
> > # Is this an already installed library?
> > installed=yes
> >
> > # Files to dlopen/dlpreopen
> > dlopen=''
> > dlpreopen=''
> >
> > # Directory that this library needs to be installed in:
> > libdir='/gcc-3.3.1/lib/.'
> >
> > Lakin
> >
> >
> > _______________________________________________
> > gtkglext-list mailing list
> > gtkglext-list gnome org
> > http://mail.gnome.org/mailman/listinfo/gtkglext-list
> >
> 
> --
> "Heaven is the peaceful place on earth...New Zealand."
>      -- Alif Wahid.
>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]