On Mon, Jul 21, 2008 at 11:53:19AM +0000, ADI64 wrote:
> > 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.

I meant the "/etc/fstab" inside msys. It allows you to add entries such that
arbitrary directories are mapped to specific locations in your msys tree,
saving you the trouble of copying files from your msys installation to your
CodeBlocks directories.

> 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?

I suggest you remove your currently installed Agar libs/include, recompile,
and reinstall them.

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

Reply via email to