Melchior FRANZ wrote:
> * Craig Goodyear -- Monday 11 December 2006 19:18:
> * * On 12/10/06, Craig Goodyear  wrote:
>>> dialog.cxx:637: error: 'puComboBox' was not declared in this scope
>>> dialog.cxx:670: error: 'puLargeInput' was not declared in this scope
>>> dialog.cxx:697: error: 'puSelectBox' was not declared in this scope
> 
>> plib-1.8.4-8.3.20061023cvs.fc6 installed with rpm
>> plib-devel-1.8.4-8.3.20061023cvs.fc6 installed with rpm
> 
> plib-1.8.4 should definitely work. But maybe RH/FC took a
> development snapshot *after* that last stable release. Somewhen
> between 1.8.4 and 1.8.5rc the classes puComboBox, puLargeInput,
> and puSelectBox were removed, and one has to use classes
> puaComboBox, puaLargeInput, puaSelectBox instead (which existed
> in 1.8.4 already).
> 
> You can either use stock plib-1.8.4, or use the development version
> of simgear and flightgear, or rename all occurrences of the concerned
> classes in src/Input/dialog.[cg]xx from pu... to pua...
> (e.g. puComboBox to puaComboBox), *and* add the plibpuaux library
> right in front of the plibpu library in the linker command line.
> 
> m.
> 

I was able to successfully build FlightGear by editing 
src/GUI/dialog.[ch]xx and the Makefile.  However, FlightGear is crashing 
when started.  This is the output:

   Model Author:  Unknown
   Creation Date: 2002-01-01
   Version:       $Id: c172p.xml,v 1.17 2006-03-13 15:27:14 ehofman Exp $
   Description:   Cessna C-172
OpenAL error (AL_INVALID_VALUE): constructor (alBufferData)
Fatal error: Failed to buffer data.

It appears I have a problem with one of the prerequisite packages 
(openal?).  I have not been able to compile the stock version of 
freeglut or plib.  I will start over with freeglut and plib when time 
permits.  Thank you for the help.

Craig

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Flightgear-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/flightgear-users

Reply via email to