[Flightgear-devel] Compiling CVS FlightGear - is Subversion necessary for terrasync.cxx?

2009-08-24 Thread Randall Green

Is Subversion really necessary to compile terrasync? Subversion now wants 
libapr1-dev,
another lengthy piece of software.
I notice that terrasync.cxx has the lines:

#ifdef HAVE_SVN_CLIENT_H
#  ifdef HAVE_LIBSVN_CLIENT_1
#    include svn_auth.h
#    include svn_client.h
#    include svn_cmdline.h
#    include svn_pools.h
#  else
#    undef HAVE_SVN_CLIENT_H
#  endif
#endif

Can't I find HAVE_SVN_CLIENT_H and undef it? What does Subversion
do for me anyway?

Thanks,
Randy Green



--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] Now available: osgText for the scene graph

2009-08-24 Thread Torsten Dreyer
Hi,

I have added a little feature to add osgText elements to the scene. Check the 
details in data/Docs/README.osgtext or read the sourcecode for the best 
documentation available.

This should make many textranslate animations obsolete and save some texture 
buffer on the graphics card for more interesting stuff.

Sneak a peek here: http://flightgear.org/forums/viewtopic.php?f=14t=5740.

Torsten

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Compiling CVS FlightGear - is Subversion

2009-08-24 Thread Martin Spott
Randall Green wrote:

 Is Subversion really necessary to compile terrasync?

Yes, obviously, because TerraSync is downloading from an SVN
repository,

Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Compiling CVS FlightGear - is Subversion

2009-08-24 Thread Alex Perry
You do not require the subversion libraries (and headers) if you don't
mind having terrasync shell out to the command line svn command for
each of the work units.  But it definitely works better, and you don't
have to worry about whether your paths are configured correctly, if
you link the libraries in.  The configure script should automatically
take care of distinguishing these two cases for you.

On Mon, Aug 24, 2009 at 1:02 PM, Martin Spottmartin.sp...@mgras.net wrote:
 Randall Green wrote:

 Is Subversion really necessary to compile terrasync?

 Yes, obviously, because TerraSync is downloading from an SVN
 repository,

        Martin.
 --
  Unix _IS_ user friendly - it's just selective about who its friends are !
 --

 --
 Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
 trial. Simplify your report design, integration and deployment - and focus on
 what you do best, core application coding. Discover what's new with
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 ___
 Flightgear-devel mailing list
 Flightgear-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/flightgear-devel


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Compiling CVS FlightGear - is Subversion

2009-08-24 Thread Martin Spott
Hi Alex,

Alex Perry wrote:

 You do not require the subversion libraries (and headers) if you don't
 mind having terrasync shell out to the command line svn command for
 each of the work units.  But it definitely works better, and you don't
 have to worry about whether your paths are configured correctly, if
 you link the libraries in.

Obviously you're right - my comment was put together very quickly and
therefore didn't contain much detail.
Yet I think it doesn't make much difference from an installation point
of view because at least on nowadays Linux distributions the 'svn'
command links against all those nifty libraries like libapr, libneon
and their respective companions. Thus in order to run TerraSync they
are among the requirements no matter which variant you choose.

Are you, is anyone aware of some 'lightweight' SVN client libarary
implementation ?

Cheers,
Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel