Re: [Flightgear-devel] CVS: main.cxx error: no matching function forcall to `SGSky::build

2003-07-29 Thread Lukasz Szift Hejnak
0, Jim Wilson [EMAIL PROTECTED] napisal: Lukasz Szift Hejnak [EMAIL PROTECTED] said: so I changed the order of the args in main.cxx and ended up with: flightgear/src/Main/main.cxx lines: 1767-1771 thesky-build( 550.0, 550.0, 6.0, 6.0,

Re: [Flightgear-devel] CVS: main.cxx error: no matching function forcall to `SGSky::build

2003-07-29 Thread Jim Wilson
Erik Hofman [EMAIL PROTECTED] said: Lukasz Szift Hejnak wrote: What is the exact command you use to get FlightGear CVS? cd ~/CVS cvs -d :pserver:[EMAIL PROTECTED]:/var/cvs/FlightGear-0.9 login mkdir flightgear cd flightgear cvs -d :pserver:[EMAIL

Re: [Flightgear-devel] CVS: main.cxx error: no matching function forcall to `SGSky::build

2003-07-29 Thread Lukasz Szift Hejnak
hmm.. funny but it seems that the error just solved itself I moved the main.cxx file to somwhere else and entered the cvs -dp update and the new downloaded main.cxx is the correct up-to-date one so whatever caused this weird behaviour yesterday, has somehow got solved today ;) anyway thx for your

Re: [Flightgear-devel] CVS: main.cxx error: no matching function forcall to `SGSky::build

2003-07-29 Thread WillyB
On Tuesday 29 July 2003 03:51, Lukasz Szift Hejnak wrote: hmm.. funny but it seems that the error just solved itself I moved the main.cxx file to somwhere else and entered the cvs -dp update and the new downloaded main.cxx is the correct up-to-date one so whatever caused this weird behaviour

Re: [Flightgear-devel] CVS: main.cxx error: no matching function forcall to `SGSky::build

2003-07-29 Thread Lukasz Szift Hejnak
0, WillyB [EMAIL PROTECTED] napisa: Doesn't CVS keep a file you have modified intact? Just telling you there is a different version and not overwriting your changes? according to the doc's I read it should.. apparently mine (v 1.11.2) doesn't -- with regards Lukasz Hejnak [EMAIL PROTECTED]

[Flightgear-devel] CVS: main.cxx error: no matching function forcall to `SGSky::build

2003-07-28 Thread Lukasz Szift Hejnak
so just today I downloaded the plib, SimGear and FlightGear all CVS, the plib didn't compile at start, I had to comment out line 146 from the file plib/src/ssg/ssg.cxx ssgAddModelFormat ( .asc, NULL, ssgSaveASC ) ; after that the plib compiled ok, the SimGear compiled out of the box..

Re: [Flightgear-devel] CVS: main.cxx error: no matching function forcall to `SGSky::build

2003-07-28 Thread Jim Wilson
Lukasz Szift Hejnak [EMAIL PROTECTED] said: so I changed the order of the args in main.cxx and ended up with: flightgear/src/Main/main.cxx lines: 1767-1771 thesky-build( 550.0, 550.0, 6.0, 6.0, globals-get_ephem()-getNumPlanets(),