[PlanetCCRMA] SCUM path

dominic samuraiskillz@blueyonder.co.uk
Sun May 29 02:40:01 2005


> When it says in the path it means in the $PATH variable, you can check it
> by typing
> 	echo $PATH
> and looking for the directory that has fltk-config in it, or just by
> trying to run fltk-config
>  

> > src/SCUM_Client.cpp:33:19: Fl/Fl.H: No such file or directory
> 
> This is the problem, it implies that the fltk-config script wasnt in the
> path for some reason.
> 
> Hope that helps,
>    Steve
> 
I type:-

[spoony@localhost ~]$ echo $PATH
/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/spoony/bin

I type:-

[spoony@localhost ~]$ locate fltk-config
/usr/bin/fltk-config
/usr/share/man/man1/fltk-config.1.gz

Does this mean that fltk-config is in the PATH? or am I missing the
point, I still have a lot to learn.
> 
> --__--__--

> > 
> > Is fltk in the ccrma repo built with opengl support?
> 
> No idea, but make sure you have the fltk-devel package installed.
> 
> - Steve

Yes they are installed :)

thanks

dominic