Re: [Flightgear-devel] Heads Up - SimGear fails to build under MSVC10

2013-04-28 Thread Vivian Meazza
Tom

> -Original Message-
> From: Vivian Meazza [mailto:vivian.mea...@lineone.net]
> Sent: 28 April 2013 22:21
> To: 'FlightGear developers discussions'
> Subject: Re: [Flightgear-devel] Heads Up - SimGear fails to build under
> MSVC10
> 
> Tom
> 
> > -Original Message-
> > From: Thomas Geymayer [mailto:tom...@gmail.com]
> > Sent: 28 April 2013 21:17
> > To: flightgear-devel@lists.sourceforge.net
> > Subject: Re: [Flightgear-devel] Heads Up - SimGear fails to build
> > under
> > MSVC10
> >
> > Am 2013-04-27 14:44, schrieb Vivian Meazza:
> > >>>> This morning's pull of SG fails to build here under MSVC10 with
> > >>>> the following error:
> > >>>>
> > >>>>error LNK1169: one or more multiply defined symbols found
> > >>>> test_animations.exe
> >
> > This seems to be a bug introduced with Visual Studio 2008 while using
> > multiple libraries which have classes deriving form i/ostream. I've
> > pushed
> a
> > workaround/linker flag which at least allows compiling the tests. I
> > don't
> know
> > if they run correctly, but it only affects the test and not SimGear
> itself.
> >
> 
> Trying that
> 

Yes, that works - thanks

Vivian 



--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Heads Up - SimGear fails to build under MSVC10

2013-04-28 Thread Vivian Meazza
Tom

> -Original Message-
> From: Thomas Geymayer [mailto:tom...@gmail.com]
> Sent: 28 April 2013 21:17
> To: flightgear-devel@lists.sourceforge.net
> Subject: Re: [Flightgear-devel] Heads Up - SimGear fails to build under
> MSVC10
> 
> Am 2013-04-27 14:44, schrieb Vivian Meazza:
> >>>> This morning's pull of SG fails to build here under MSVC10 with the
> >>>> following error:
> >>>>
> >>>>  error LNK1169: one or more multiply defined symbols found
> >>>> test_animations.exe
> 
> This seems to be a bug introduced with Visual Studio 2008 while using
> multiple libraries which have classes deriving form i/ostream. I've pushed
a
> workaround/linker flag which at least allows compiling the tests. I don't
know
> if they run correctly, but it only affects the test and not SimGear
itself.
> 

Trying that

Vivian



--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Heads Up - SimGear fails to build under MSVC10

2013-04-28 Thread Thomas Geymayer
Am 2013-04-27 14:44, schrieb Vivian Meazza:
 This morning's pull of SG fails to build here under MSVC10 with the
 following error:

error LNK1169: one or more multiply defined symbols found
 test_animations.exe

This seems to be a bug introduced with Visual Studio 2008 while using
multiple libraries which have classes deriving form i/ostream. I've
pushed a workaround/linker flag which at least allows compiling the
tests. I don't know if they run correctly, but it only affects the test
and not SimGear itself.

Tom

-- 
Thomas Geymayer  www.tomprogs.at / C-Forum und Tutorial: www.proggen.org

  Student of Computer Science @ Graz University of Technology
--- Austria 

--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Heads Up - SimGear fails to build under MSVC10

2013-04-27 Thread Vivian Meazza
Tom

> -Original Message-
> From: Vivian Meazza [mailto:vivian.mea...@lineone.net]
> Sent: 27 April 2013 13:19
> To: 'FlightGear developers discussions'
> Subject: RE: [Flightgear-devel] Heads Up - SimGear fails to build under
> MSVC10
> 
> Tom,
> 
> > Sent: 27 April 2013 13:09
> > To: flightgear-devel@lists.sourceforge.net
> > Subject: Re: [Flightgear-devel] Heads Up - SimGear fails to build
> > under
> > MSVC10
> >
> > Am 2013-04-27 13:21, schrieb Vivian Meazza:
> > > Hi
> > >
> > > This morning's pull of SG fails to build here under MSVC10 with the
> > > following error:
> > >
> > >   error LNK1169: one or more multiply defined symbols found
> > > test_animations.exe
> >
> > Does it help if you remove ${OPENSCENEGRAPH_LIBRARIES} from
> > simgear/scene/model/CMakeLists.txt:62?
> >

That gives me 5041 errors! Unless I did something wrong ...

Vivian



--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Heads Up - SimGear fails to build under MSVC10

2013-04-27 Thread Vivian Meazza
Tom,

> Sent: 27 April 2013 13:09
> To: flightgear-devel@lists.sourceforge.net
> Subject: Re: [Flightgear-devel] Heads Up - SimGear fails to build under
> MSVC10
> 
> Am 2013-04-27 13:21, schrieb Vivian Meazza:
> > Hi
> >
> > This morning's pull of SG fails to build here under MSVC10 with the
> > following error:
> >
> > error LNK1169: one or more multiply defined symbols found
> > test_animations.exe
> 
> Does it help if you remove ${OPENSCENEGRAPH_LIBRARIES} from
> simgear/scene/model/CMakeLists.txt:62?
> 

Trying that

Vivian



--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Heads Up - SimGear fails to build under MSVC10

2013-04-27 Thread Thomas Geymayer
Am 2013-04-27 13:21, schrieb Vivian Meazza:
> Hi
> 
> This morning's pull of SG fails to build here under MSVC10 with the
> following error:
> 
>   error LNK1169: one or more multiply defined symbols found
> test_animations.exe   

Does it help if you remove ${OPENSCENEGRAPH_LIBRARIES} from
simgear/scene/model/CMakeLists.txt:62?

Tom

-- 
Thomas Geymayer  www.tomprogs.at / C-Forum und Tutorial: www.proggen.org

  Student of Computer Science @ Graz University of Technology
--- Austria 

--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] Heads Up - SimGear fails to build under MSVC10

2013-04-27 Thread Vivian Meazza
Hi

This morning's pull of SG fails to build here under MSVC10 with the
following error:

error LNK1169: one or more multiply defined symbols found
test_animations.exe 

Jenkins has also failed.

The workaround is not to build test_animations.exe 

Vivian



--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel