Re: [Flightgear-devel] Not found "simgear/structure/ssgSharedPtr.hxx"

2006-12-21 Thread FlightGear (Russian)
Curtis Olson ?:
>
> On 12/21/06, *Aleksey Y. Ulasevich (STAKANOV)* wrote:
>
> Curtis Olson ?:
> > On 12/21/06, *Aleksey Y. Ulasevich (STAKANOV)* wrote:
> >
> > When I try to compile FGFS from CVS I see it:
> >
> > ...
> > Making all in Aircraft
> > make[2]: Entering directory
> > `/home/pilot/FlightGear-0.9/source/src/Aircraft'
> > if g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../..
> > -I../../src
> > -I/usr/local/include -I/usr/X11R6/include -g -O2 -D_REENTRANT -MT
> > aircraft.o -MD -MP -MF ".deps/aircraft.Tpo" -c -o aircraft.o
> > aircraft.cxx; \
> > then mv -f ".deps/aircraft.Tpo" ".deps/aircraft.Po"; else rm -f
> > ".deps/aircraft.Tpo"; exit 1; fi
> > In file included from aircraft.cxx:44:
> > ../../src/Model/acmodel.hxx:20:46:
> simgear/structure/ssgSharedPtr.hxx:
> > No such file or directory
> > In file included from aircraft.cxx :44:
> > ../../src/Model/acmodel.hxx:47: error: ISO C++ forbids
> declaration of
> > `ssgSharedPtr' with no type
> > ...
> >
> >
> > Slackware 11.0
> > SimGear 0.3 installed from CVS and I don't see
> > "simgear/structure/ssgSharedPtr.hxx" in /usr/local/include:
> >
> > [EMAIL PROTECTED]:/usr/local/include/simgear/structure# ls
> > callback.hxx event_mgr.hxx SGReferenced.hxx subsystem_mgr.hxx
> > commands.hxx exception.hxx SGSharedPtr.hxx
>
> I read http://www.simgear.org/cvs.html and install SimGear from
> CVS. May
> be I read wrong instruction?
>
>
> That's right, but make sure you don't have additional versions of 
> simgear floating around on your system that are being found instead of 
> the CVS version.
I deinstall slackware package SimGear and them install SimGear from CVS. 
I don't have ssgSharedPtr.hxx in sources:

[EMAIL PROTECTED]:~/SimGear-0.3/source$ cd simgear/structure/
[EMAIL PROTECTED]:~/SimGear-0.3/source/simgear/structure$ ls
callback.hxx event_mgr.cxx exception.o SGReferenced.hxx
commands.cxx event_mgr.hxx libsgstructure.a SGSharedPtr.hxx
commands.hxx event_mgr.o Makefile subsystem_mgr.cxx
commands.o exception.cxx Makefile.am subsystem_mgr.hxx
CVS exception.hxx Makefile.in subsystem_mgr.o

I remove my directory SimGear-0.3, then create new and do it:

[EMAIL PROTECTED]:~/SimGear-0.3$ cvs -d 
:pserver:[EMAIL PROTECTED]:/var/cvs/SimGear-0.3 login
Logging in to :pserver:[EMAIL PROTECTED]:2401/var/cvs/SimGear-0.3
CVS password:
[EMAIL PROTECTED]:~/SimGear-0.3$ cvs -d 
:pserver:[EMAIL PROTECTED]:/var/cvs/SimGear-0.3 co source

I see:

cvs checkout: Updating source
U source/.cvsignore
U source/AUTHORS
U source/COPYING
U source/ChangeLog
U source/Doxyfile
...
U source/simgear/xml/xmlrole.h
U source/simgear/xml/xmltok.c
U source/simgear/xml/xmltok.h
U source/simgear/xml/xmltok_impl.c
U source/simgear/xml/xmltok_impl.h
U source/simgear/xml/xmltok_ns.c
cvs checkout: Updating source/src-libs

And them:

[EMAIL PROTECTED]:~/SimGear-0.3$ ls source/simgear/structure/
callback.hxx event_mgr.cxx Makefile.am subsystem_mgr.hxx
commands.cxx event_mgr.hxx SGReferenced.hxx
commands.hxx exception.cxx SGSharedPtr.hxx
CVS exception.hxx subsystem_mgr.cxx

No "ssgSharedPtr.hxx"

I do:

[EMAIL PROTECTED]:~/SimGear-0.3$ find . -name "ssgSharedPtr.*" - no result!


I think, I don't have CVS version. How to recieve sources from CVS?

Thank You :-)

PS. Sorry for my English

-
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-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Not found "simgear/structure/ssgSharedPtr.hxx"

2006-12-21 Thread Melchior FRANZ
* FlightGear (Russian) -- Thu Dec 21 2006:
> I deinstall slackware package SimGear and them install SimGear from CVS. 
> I don't have ssgSharedPtr.hxx in sources:

That's how it should be. You have checked out CVS/HEAD, and there
is no ssgSharedPtr.hxx anymore. It's now called SGSharedPtr.hxx.
And if you had compiled FlightGear/CVS/HEAD, too, then you wouldn't
have got that error.

Either use both SimGear and FlightGear from HEAD, or both from the
PLIB branch. ( $ cvs up -rPRE_OSG_PLIB_20061029 )

m.



PS: please no fullquotes! We don't need the whole thread repeated
in every message. Mail clients do threading quite well. It's
their job.

-
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-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Not found "simgear/structure/ssgSharedPtr.hxx"

2006-12-21 Thread Curtis Olson

On 12/21/06, Aleksey Y. Ulasevich (STAKANOV)  wrote:


Curtis Olson ?:
> On 12/21/06, *Aleksey Y. Ulasevich (STAKANOV)* wrote:
>
> When I try to compile FGFS from CVS I see it:
>
> ...
> Making all in Aircraft
> make[2]: Entering directory
> `/home/pilot/FlightGear-0.9/source/src/Aircraft'
> if g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../..
> -I../../src
> -I/usr/local/include -I/usr/X11R6/include -g -O2 -D_REENTRANT -MT
> aircraft.o -MD -MP -MF ".deps/aircraft.Tpo" -c -o aircraft.o
> aircraft.cxx; \
> then mv -f ".deps/aircraft.Tpo" ".deps/aircraft.Po"; else rm -f
> ".deps/aircraft.Tpo"; exit 1; fi
> In file included from aircraft.cxx:44:
> ../../src/Model/acmodel.hxx:20:46:
simgear/structure/ssgSharedPtr.hxx:
> No such file or directory
> In file included from aircraft.cxx :44:
> ../../src/Model/acmodel.hxx:47: error: ISO C++ forbids declaration
of
> `ssgSharedPtr' with no type
> ...
>
>
> Slackware 11.0
> SimGear 0.3 installed from CVS and I don't see
> "simgear/structure/ssgSharedPtr.hxx" in /usr/local/include:
>
> [EMAIL PROTECTED]:/usr/local/include/simgear/structure# ls
> callback.hxx event_mgr.hxx SGReferenced.hxx subsystem_mgr.hxx
> commands.hxx exception.hxx SGSharedPtr.hxx

I read http://www.simgear.org/cvs.html and install SimGear from CVS. May
be I read wrong instruction?



That's right, but make sure you don't have additional versions of simgear
floating around on your system that are being found instead of the CVS
version.

Regards,

Curt.
--
Curtis Olson - University of Minnesota - FlightGear Project
http://baron.flightgear.org/~curt/  http://www.humanfirst.umn.edu/
http://www.flightgear.org
Unique text: 2f585eeea02e2c79d7b1d8c4963bae2d
-
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-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Not found "simgear/structure/ssgSharedPtr.hxx"

2006-12-21 Thread Aleksey Y. Ulasevich (STAKANOV)
Curtis Olson ?:
> On 12/21/06, *Aleksey Y. Ulasevich (STAKANOV)* wrote:
>
> When I try to compile FGFS from CVS I see it:
>
> ...
> Making all in Aircraft
> make[2]: Entering directory
> `/home/pilot/FlightGear-0.9/source/src/Aircraft'
> if g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../..
> -I../../src
> -I/usr/local/include -I/usr/X11R6/include -g -O2 -D_REENTRANT -MT
> aircraft.o -MD -MP -MF ".deps/aircraft.Tpo" -c -o aircraft.o
> aircraft.cxx; \
> then mv -f ".deps/aircraft.Tpo" ".deps/aircraft.Po"; else rm -f
> ".deps/aircraft.Tpo"; exit 1; fi
> In file included from aircraft.cxx:44:
> ../../src/Model/acmodel.hxx:20:46: simgear/structure/ssgSharedPtr.hxx:
> No such file or directory
> In file included from aircraft.cxx :44:
> ../../src/Model/acmodel.hxx:47: error: ISO C++ forbids declaration of
> `ssgSharedPtr' with no type
> ...
>
>
> Slackware 11.0
> SimGear 0.3 installed from CVS and I don't see
> "simgear/structure/ssgSharedPtr.hxx" in /usr/local/include:
>
> [EMAIL PROTECTED]:/usr/local/include/simgear/structure# ls
> callback.hxx event_mgr.hxx SGReferenced.hxx subsystem_mgr.hxx
> commands.hxx exception.hxx SGSharedPtr.hxx
>
>
>
> When you build FlightGear from CVS you also need to first build and 
> install SimGear from CVS. Then later, if you do a cvs update of one, 
> you need to do a cvs update of the other. The two projects advance 
> together.
>
> Regards,
>
> Curt.
> -- 
> Curtis Olson - University of Minnesota - FlightGear Project
> http://baron.flightgear.org/~curt/ 
>  http://www.humanfirst.umn.edu/ 
> http://www.flightgear.org
> Unique text: 2f585eeea02e2c79d7b1d8c4963bae2d
> 
>
>   
I read http://www.simgear.org/cvs.html and install SimGear from CVS. May 
be I read wrong instruction?

-
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-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Not found "simgear/structure/ssgSharedPtr.hxx"

2006-12-21 Thread Curtis Olson

On 12/21/06, Aleksey Y. Ulasevich (STAKANOV) wrote:


When I try to compile FGFS from CVS I see it:

...
Making all in Aircraft
make[2]: Entering directory `/home/pilot/FlightGear-0.9
/source/src/Aircraft'
if g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../.. -I../../src
-I/usr/local/include -I/usr/X11R6/include -g -O2 -D_REENTRANT -MT
aircraft.o -MD -MP -MF ".deps/aircraft.Tpo" -c -o aircraft.o aircraft.cxx;
\
then mv -f ".deps/aircraft.Tpo" ".deps/aircraft.Po"; else rm -f
".deps/aircraft.Tpo"; exit 1; fi
In file included from aircraft.cxx:44:
../../src/Model/acmodel.hxx:20:46: simgear/structure/ssgSharedPtr.hxx:
No such file or directory
In file included from aircraft.cxx:44:
../../src/Model/acmodel.hxx:47: error: ISO C++ forbids declaration of
`ssgSharedPtr' with no type
...


Slackware 11.0
SimGear 0.3 installed from CVS and I don't see
"simgear/structure/ssgSharedPtr.hxx" in /usr/local/include:

[EMAIL PROTECTED]:/usr/local/include/simgear/structure# ls
callback.hxx event_mgr.hxx SGReferenced.hxx subsystem_mgr.hxx
commands.hxx exception.hxx SGSharedPtr.hxx




When you build FlightGear from CVS you also need to first build and install
SimGear from CVS.  Then later, if you do a cvs update of one, you need to do
a cvs update of the other.  The two projects advance together.

Regards,

Curt.
--
Curtis Olson - University of Minnesota - FlightGear Project
http://baron.flightgear.org/~curt/  http://www.humanfirst.umn.edu/
http://www.flightgear.org
Unique text: 2f585eeea02e2c79d7b1d8c4963bae2d
-
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-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] Not found "simgear/structure/ssgSharedPtr.hxx"

2006-12-21 Thread Aleksey Y. Ulasevich (STAKANOV)
When I try to compile FGFS from CVS I see it:

...
Making all in Aircraft
make[2]: Entering directory `/home/pilot/FlightGear-0.9/source/src/Aircraft'
if g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../.. -I../../src 
-I/usr/local/include -I/usr/X11R6/include -g -O2 -D_REENTRANT -MT 
aircraft.o -MD -MP -MF ".deps/aircraft.Tpo" -c -o aircraft.o aircraft.cxx; \
then mv -f ".deps/aircraft.Tpo" ".deps/aircraft.Po"; else rm -f 
".deps/aircraft.Tpo"; exit 1; fi
In file included from aircraft.cxx:44:
../../src/Model/acmodel.hxx:20:46: simgear/structure/ssgSharedPtr.hxx: 
No such file or directory
In file included from aircraft.cxx:44:
../../src/Model/acmodel.hxx:47: error: ISO C++ forbids declaration of 
`ssgSharedPtr' with no type
...


Slackware 11.0
SimGear 0.3 installed from CVS and I don't see 
"simgear/structure/ssgSharedPtr.hxx" in /usr/local/include:

[EMAIL PROTECTED]:/usr/local/include/simgear/structure# ls
callback.hxx event_mgr.hxx SGReferenced.hxx subsystem_mgr.hxx
commands.hxx exception.hxx SGSharedPtr.hxx



-
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-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel