Julien Nadeau <[EMAIL PROTECTED]> writes:

> 
> On Sun, Jul 20, 2008 at 12:25:38PM +0000, ADI64 wrote:
> > 
> > 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.
> 

Well as in the first post said I use windows and not linux.
My friend, who is developing this project with me, uses linux and it compiles,
links and works without problems at him.
Now I tried to add the include / lib / bin paths to codeblocks' global compiler
/ linker variables, but it still throws those errors.
In config\have_opengl.h it says:

#ifndef HAVE_OPENGL
#define HAVE_OPENGL "yes"
#endif

so I assume it should build with GL support.
Any other thing I might have forgotten?

Thanks for your help,
ADI64


_______________________________________________
Agar mailing list
[email protected]
http://libagar.org/lists.html

Reply via email to