On vendredi 09 janvier 2009, Craig Benbow wrote:
> gerard robin wrote:
> > On vendredi 09 janvier 2009, gerard robin wrote:
> >> Hello,
> >>
> >> Arrgh, i never had any problem with OpenAl  before , coming back to the
> >> computer i am trying  to build FG CVS , i get the following error with
> >> Simgear during configure
> >>
> >> checking for library containing XShmCreateImage... -lXext
> >> checking for library containing XGetExtensionVersion... -lXi
> >> checking for library containing IceOpenConnection... -lICE
> >> checking for library containing SmcOpenConnection... -lSM
> >> checking for library containing XtMalloc... -lXt
> >> checking for library containing XmuLookupStandardColormap... -lXmu
> >> checking for library containing glNewList... -lGL
> >> checking for library containing gluLookAt... -lGLU
> >> checking for library containing glutGetModifiers... -lglut
> >> checking for library containing alGenBuffers... no
> >> checking for library containing alutInit... -lalut
> >>
> >> You *must* have the openal library installed on your system to build
> >> SimGear!
> >>
> >> Please see README.OpenAL for more details.
> >>
> >> configure aborted.
> >>
> >>
> >>
> >> In that distrib/installation (OpenSUSE 11.1 64bit)
> >>  openal , openal-32bit , openal-devel, freealut, freealut-devel
> >> are installed correctly.
> >>
> >> Is there anything new within FG that i have missed ?
> >>
> >> I don't know if there is the same error with FG 1.9
> >> (i did not tried to build it waiting for OSG 2.8)
> >>
> >> Cheers
> >
> > In addition to it
> > alut.h which is there /usr/include/AL
> > contains
> >
> > /* Create Buffer objects */
> > AL_API void AL_APIENTRY alGenBuffers( ALsizei n, ALuint* buffers );
> >
> > /* Delete Buffer objects */
> > AL_API void AL_APIENTRY alDeleteBuffers( ALsizei n, const ALuint* buffers
> > );
> >
> > /* Verify a handle is a valid Buffer */
> > AL_API ALboolean AL_APIENTRY alIsBuffer( ALuint bid );
> >
> > So, where is the error ?
>
> On the system here OpenSUSE 11.1 and previously 11.0 you will find there
> is two lots of AL headers available after the installation of OpenAL.  I
> think that was the cause of the problem I had here but I can't remember
> for sure.  I'm pretty certain I installed the stuff off the Creative
> Labs site and am not using the SUSE packages but don't shoot me if I got
> that wrong:)
>
> Craig
>

Right
the wrong OpenAl was installed.
The right (working with FG) one is called openal-soft and openal-soft-devel, 
fortunately the openal-32bits can remain (no RPM conflict).
Simgear can be built.

Thanks to everybody for the answer 


-- 
Gérard
http://pagesperso-orange.fr/GRTux/

J'ai décidé d'être heureux parce que c'est bon pour la santé. 
Voltaire


------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to