On Sun, Jul 20, 2008 at 12:25:38PM +0000, ADI64 wrote: > Julien Nadeau <[EMAIL PROTECTED]> writes: > > > > > > > I doubt these linker errors are specific to OpenGL. You're also getting > > an undefined reference to AG_WidgetParentWindow() which is a standard GUI > > routine. It looks like your header files may be out of sync with the > > installed libraries. > > > > Thanks for your fast reply! > > How can I fix my headers if they are wrong? > I built agar like that: > > .../configure --enable-threads --with-freetype --with-gl > make depend > make > make install > > and then I copied the include, lib and bin files from the msys\local\[include > | > lib | bin] directory in my own directories used by GCC / CodeBlocks. > > Is there anything I missed during the build process? > Or how can I check whether my includes are out of sync with the library?
Couldn't you mount the directories used by GCC / CodeBlocks directly by adding them to /etc/fstab? This way you don't have to bother copying files over and keeping them in sync. _______________________________________________ Agar mailing list [email protected] http://libagar.org/lists.html
