[PlanetCCRMA] gem complie nearly there!

Jamie Bullock jamie@postlude.co.uk
Tue Apr 12 00:35:01 2005


Hi Dominic,

It looks like we're tackling the same problem again. You will need to
explicitly tell the config script whether to use freetype or gltt. The
following runs smoothly for me, and I think I have pretty much the same
setup as you:

./configure --enable-gltt=NO --
includedir=/usr/include/freetype2/:/usr/local/include/m_pd.h:/usr/include/gltt/ 


For this to work you will need freetype ad freetype-devel installed.

However, my build process then falls over at in the src/Particles dir,
so you will probably need to modify the Makefile (in the Particles dir),
adding -I/usr/include/c++/3.3.3/ to the cxxflags. You may also need to
add -I/usr/include/c+
+/3.3.3/i386-redhat-linux/.

My attempt then falls over compiling partlib_system.o, and I can't work
out why. I'd be interested to compare notes and see if you get the same
problem. Let me know.

Good luck!

Jamie

On Mon, 2005-04-11 at 23:59 +0100, dominic wrote:
> Thanks man,
> 
> so you dont think its because I cant find ftgl or lgltt? 
> 
> dominic
> 
> 
> On Mon, 2005-04-11 at 14:22 -0700, Mark Knecht wrote:
> > Looks sort of like a ./configure --prefix=/usr issue. Just guessing though.
> > 
> > Make sure you use the same paths for all parts of what you're doing,
> > and also make sure you don't have some old copy of stuff sitting under
> > /usr/local.
> > 
> > good luck,
> > Mark
> > 
> > On Apr 11, 2005 1:35 PM, dominic <samuraiskillz@blueyonder.co.uk> wrote:
> > > Thanks for the help, looks like I nearly did it this time!
> > > 
> > > I don't seem to have glut so I installed the:-
> > > 
> > > freeglut-devel - freeglut developmental libraries and header files
> > > 
> > > I put the GemLibs in /usr/lib/ and did ./makeauxlibs and it all compiled
> > > nicely
> > > 
> > > I then cd pd/src/gnu and do :-
> > > 
> > > ./configure
> > > 
> > > ::It looks like it is nearly there and then I get the following
> > > 
> > > checking for FTGLPixmapFont in -lftgl... no
> > > checking alternate -lftgl
> > > in ../../../GemLibs/ /usr/local/lib /usr/local/src...
> > > configure: warning: Build ftgl library somewhere
> > > checking for open in -lgltt... no
> > > checking alternate -lgltt
> > > in ../../../GemLibs/ /usr/local/lib /usr/local/src... configure: error:
> > > Build gltt library somewhere
> > > 
> > > Im using fc3 where should the ftgl or lgltt libraries be?
> > > 
> > > thanks
> > > 
> > > Dominic
> > > 
> > > _______________________________________________
> > > PlanetCCRMA mailing list
> > > PlanetCCRMA@ccrma.stanford.edu
> > > http://ccrma-mail.stanford.edu/mailman/listinfo/planetccrma
> > >
> > 
> 
> _______________________________________________
> PlanetCCRMA mailing list
> PlanetCCRMA@ccrma.stanford.edu
> http://ccrma-mail.stanford.edu/mailman/listinfo/planetccrma