On Thu, 2007-05-31 at 13:28 -0400, Prashant Doshi wrote:

> However, I am running into problems compiling freealut-1.1.0. I got the 
> source package from the website http://www.openal.org/downloads.html
> After running the configuration utility, I get the following error when 
> I start the compilation using 'make' (I am aware that it requires openal 
> which is installed in the right place: /usr/local/lib)
> ----------
> In file included from alutBufferData.c:1:
> alutInternal.h:46:21: AL/alut.h: No such file or directory

The error is here...  Where is alut.h?  

> I am unable to pinpoint the source of the error after much trying. For 
> example, the folder AL with the header file al.h is installed in the 
> right place /usr/local/include/AL.

Assuming you meant the file alut.h not al.h, is gcc looking
in /usr/local/include for header files?  Try adding a
"-I /usr/local/include" to your gcc command maybe?

Ron 



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Flightgear-users mailing list
Flightgear-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-users

Reply via email to