Re: [Flightgear-devel] SimGear compilation problem with MS VisualStudio 10

2011-06-01 Thread Claus Christmann
Please see inline and below:

- Original Message -
 Please see inline and below:
 
 On Friday, May 27, 2011 05:23:59 PM Frederic Bouvier wrote:
  AFAICS, MSVC2010 compiles current Git version without any problem.
  The OP
  doesn't say what version he is trying to build, but if I recall
  correctly,
  this error was fixed months ago. See
  http://gitorious.org/fg/simgear/commit/acbc09b232e4570462d5936eaf20d267153
  0d8f4 Last tested Boost is 1.44.0 for me.
 
  Regards,
  -Fred
 
 
 All,
 
 sorry for not staying on top of this over the weekend. I will look
 into all
 the comments posted, double check my git checkout and come back with
 either a
 success message or a more detailed failure description.
 
 Thanks for hanging in there with me
 
 Claus

I was trying to compile the SimGear-2.0.0 sources from 
http://simgear.sourceforge.net/.
As mentioned, the git sources compile using Cmake 2.8.4 and OSG 2.8.4 (after 
some minor tweaking of the 3rdParty dependencies).

Thanks to everyone who contributed, I would have given up without you :)

Cheers,

Claus

-- 
Claus Christmann, M.S.
Graduate Research Assistant

Georgia Institute of Technology
270 Ferst Dr NW
Atlanta, GA 30332-0150

http://uav.ae.gatech.edu

--
Simplify data backup and recovery for your virtual environment with vRanger. 
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today. 
http://p.sf.net/sfu/quest-sfdev2dev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] SimGear compilation problem with MS VisualStudio 10

2011-05-31 Thread Claus Christmann
Please see inline and below:

On Friday, May 27, 2011 05:23:59 PM Frederic Bouvier wrote:
 AFAICS, MSVC2010 compiles current Git version without any problem. The OP
 doesn't say what version he is trying to build, but if I recall correctly,
 this error was fixed months ago. See
 http://gitorious.org/fg/simgear/commit/acbc09b232e4570462d5936eaf20d267153
 0d8f4 Last tested Boost is 1.44.0 for me.
 
 Regards,
 -Fred
 

All, 

sorry for not staying on top of this over the weekend. I will look into all 
the comments posted, double check my git checkout and come back with either a 
success message or a more detailed failure description.

Thanks for hanging in there with me

Claus
-- 
Claus Christmann, M.S.
Graduate Research Assistant

Georgia Institute of Technology
270 Ferst Dr NW
Atlanta, GA 30332-0150

http://uav.ae.gatech.edu

--
Simplify data backup and recovery for your virtual environment with vRanger. 
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today. 
http://p.sf.net/sfu/quest-sfdev2dev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] SimGear compilation problem with MS VisualStudio 10

2011-05-27 Thread Arnt Karlsen
On Fri, 27 May 2011 12:55:24 -0400 (EDT), Claus wrote in message 
1780160612.44750.1306515324059.javamail.r...@mail2.gatech.edu:

 Hello all,
 
 I am trying to build FG in Windows 7, using Visual Studio 10.

..ah.  Historically, Microsoft has made use of it's tools and 
tools to discourage the use of other peoples SW, this _may_
be the case here too:
http://groklaw.net/article.php?story=2009042327711

 A part of that process is simgear, and that gives me some trouble...
 
 I eliminated all compile errors with the exception of this one:
 
 1c:\users\claus\desktop\flighgear-dependencies\simgear-2.0.0\simgear\scene\material\effectbuilder.hxx(134):

..are you trying to build simgear-2.0.0 ???

 1error C2440: 'specialization' : cannot convert from 'std::string
 1std::_Pair_base_Ty1,_Ty2::* ' to 'std::string
 1std::pair_Ty1,_Ty2::* '
 1  with
 1  [
 1  _Ty1=std::string,
 1  _Ty2=osg::StateSet::RenderingHint
 1  ]
 1  Standard conversion from pointer-to-member of base to
 1 pointer-to-member of derived is not applied for template arguments
 
 Googeling only brings up https://svn.boost.org/trac/boost/ticket/3106
 which unfortunately doesn't help me much. I am using boost 1.46.1.
 
 Any ideas?

..tried alternative tool sets?:
http://beans.seartipy.com/2006/12/31/six-popular-ides-for-developing-software-in-cc-on-windows-platform/
http://www.google.com/search?num=100hl=enq=gcc+windows+ide+C%2B%2Baq=faqi=aql=oq=

..if the problem is VS10, one of these should succeed, or give 
you an _other_ error than yours above here.  
If it stops on the same error, you have found a simgear bug.


-- 
..med vennlig hilsen = with Kind Regards from Arnt Karlsen
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.

--
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] SimGear compilation problem with MS VisualStudio 10

2011-05-27 Thread Curtis Olson
Arnt, different compilers often catch different subtle errors, so it is good
and healthy to run our code through a variety of compilers on a variety of
platforms.  Gcc isn't perfect.  Unfortunately I'm can't offer specific help
for this particular problem, but hopefully one of our other windows
developers can think of something to suggest.

Curt.

On Fri, May 27, 2011 at 1:36 PM, Arnt Karlsen wrote:

 On Fri, 27 May 2011 12:55:24 -0400 (EDT), Claus wrote in message
 :

  Hello all,
 
  I am trying to build FG in Windows 7, using Visual Studio 10.

 ..ah.  Historically, Microsoft has made use of it's tools and
 tools to discourage the use of other peoples SW, this _may_
 be the case here too:
 http://groklaw.net/article.php?story=2009042327711

  A part of that process is simgear, and that gives me some trouble...
 
  I eliminated all compile errors with the exception of this one:
 
 
 1c:\users\claus\desktop\flighgear-dependencies\simgear-2.0.0\simgear\scene\material\effectbuilder.hxx(134):

 ..are you trying to build simgear-2.0.0 ???

  1error C2440: 'specialization' : cannot convert from 'std::string
  1std::_Pair_base_Ty1,_Ty2::* ' to 'std::string
  1std::pair_Ty1,_Ty2::* '
  1  with
  1  [
  1  _Ty1=std::string,
  1  _Ty2=osg::StateSet::RenderingHint
  1  ]
  1  Standard conversion from pointer-to-member of base to
  1 pointer-to-member of derived is not applied for template arguments
 
  Googeling only brings up https://svn.boost.org/trac/boost/ticket/3106
  which unfortunately doesn't help me much. I am using boost 1.46.1.
 
  Any ideas?

 ..tried alternative tool sets?:

 http://beans.seartipy.com/2006/12/31/six-popular-ides-for-developing-software-in-cc-on-windows-platform/

 http://www.google.com/search?num=100hl=enq=gcc+windows+ide+C%2B%2Baq=faqi=aql=oq=

 ..if the problem is VS10, one of these should succeed, or give
 you an _other_ error than yours above here.
 If it stops on the same error, you have found a simgear bug.


 --
 ..med vennlig hilsen = with Kind Regards from Arnt Karlsen
 ...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three:
  best case, worst case, and just in case.


 --
 vRanger cuts backup time in half-while increasing security.
 With the market-leading solution for virtual backup and recovery,
 you get blazing-fast, flexible, and affordable data protection.
 Download your free trial now.
 http://p.sf.net/sfu/quest-d2dcopy1
 ___
 Flightgear-devel mailing list
 Flightgear-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/flightgear-devel




-- 
Curtis Olson:
http://www.atiak.com - http://aem.umn.edu/~uav/
http://www.flightgear.org - http://gallinazo.flightgear.org
--
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] SimGear compilation problem with MS VisualStudio 10

2011-05-27 Thread Arnt Karlsen
On Fri, 27 May 2011 14:21:20 -0500, Curtis wrote in message 
banlktinc4gbt1hua7zg3vakekzm3b3p...@mail.gmail.com:

 Arnt, different compilers often catch different subtle errors, so it
 is good and healthy to run our code through a variety of compilers on
 a variety of platforms.  Gcc isn't perfect.

..very true.

 Unfortunately I'm can't
 offer specific help for this particular problem, but hopefully one of
 our other windows developers can think of something to suggest.

..one more idea, try do the VS10 compile on an _older_ full system 
back-up snapshot, to see if a subtle MSW7 or VS10 change held back 
in the back-up, might have the compile succeed.  I've heard MSW7 
can do automated back-ups.

-- 
..med vennlig hilsen = with Kind Regards from Arnt Karlsen
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.

--
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] SimGear compilation problem with MS VisualStudio 10

2011-05-27 Thread Frederic Bouvier
AFAICS, MSVC2010 compiles current Git version without any problem. The OP 
doesn't say what version he is trying to build, but if I recall correctly, this 
error was fixed months ago. 
See 
http://gitorious.org/fg/simgear/commit/acbc09b232e4570462d5936eaf20d2671530d8f4 
Last tested Boost is 1.44.0 for me. 

Regards, 
-Fred 

- Curtis Olson curtol...@gmail.com a écrit : 
 Arnt, different compilers often catch different subtle errors, so it is good 
 and healthy to run our code through a variety of compilers on a variety of 
 platforms. Gcc isn't perfect. Unfortunately I'm can't offer specific help for 
 this particular problem, but hopefully one of our other windows developers 
 can think of something to suggest. 

 Curt. 
 
 
 On Fri, May 27, 2011 at 1:36 PM, Arnt Karlsen wrote: 
 

On Fri, 27 May 2011 12:55:24 -0400 (EDT), Claus wrote in message 
 : 
 
 
  Hello all, 
  
  I am trying to build FG in Windows 7, using Visual Studio 10. 
 
 ..ah. Historically, Microsoft has made use of it's tools and 
 tools to discourage the use of other peoples SW, this _may_ 
 be the case here too: 
 http://groklaw.net/article.php?story=2009042327711 
 
 
  A part of that process is simgear, and that gives me some trouble... 
  
  I eliminated all compile errors with the exception of this one: 
  
  1c:\users\claus\desktop\flighgear-dependencies\simgear-2.0.0\simgear\scene\material\effectbuilder.hxx(134):
   
 
 ..are you trying to build simgear-2.0.0 ??? 
 
  1error C2440: 'specialization' : cannot convert from 'std::string 
  1std::_Pair_base_Ty1,_Ty2::* ' to 'std::string 
  1std::pair_Ty1,_Ty2::* ' 
 
  1 with 
  1 [ 
  1 _Ty1=std::string, 
  1 _Ty2=osg::StateSet::RenderingHint 
  1 ] 
  1 Standard conversion from pointer-to-member of base to 
  1 pointer-to-member of derived is not applied for template arguments 
 
  
  Googeling only brings up https://svn.boost.org/trac/boost/ticket/3106 
  which unfortunately doesn't help me much. I am using boost 1.46.1. 
  
  Any ideas? 
 
 ..tried alternative tool sets?: 
 http://beans.seartipy.com/2006/12/31/six-popular-ides-for-developing-software-in-cc-on-windows-platform/
  
 http://www.google.com/search?num=100hl=enq=gcc+windows+ide+C%2B%2Baq=faqi=aql=oq=
  
 
 ..if the problem is VS10, one of these should succeed, or give 
 you an _other_ error than yours above here. 
 If it stops on the same error, you have found a simgear bug. 
 
 
 -- 
 ..med vennlig hilsen = with Kind Regards from Arnt Karlsen 
 ...with a number of polar bear hunters in his ancestry... 
 Scenarios always come in sets of three: 
 best case, worst case, and just in case. 
 

 
 --
  
 vRanger cuts backup time in half-while increasing security. 
 With the market-leading solution for virtual backup and recovery, 
 you get blazing-fast, flexible, and affordable data protection. 
 Download your free trial now. 
 http://p.sf.net/sfu/quest-d2dcopy1 
 ___ 
 Flightgear-devel mailing list 
 Flightgear-devel@lists.sourceforge.net 
 https://lists.sourceforge.net/lists/listinfo/flightgear-devel 
 
 

 -- 
 

Curtis Olson: 
http://www.atiak.com - http://aem.umn.edu/~uav/ 
http://www.flightgear.org - http://gallinazo.flightgear.org 
 
 --
  vRanger cuts backup time in half-while increasing security. With the 
 market-leading solution for virtual backup and recovery, you get 
 blazing-fast, flexible, and affordable data protection. Download your free 
 trial now. http://p.sf.net/sfu/quest-d2dcopy1 
 ___ Flightgear-devel mailing list 
 Flightgear-devel@lists.sourceforge.net 
 https://lists.sourceforge.net/lists/listinfo/flightgear-devel 

-- 
Frédéric Bouvier 
http://www.youtube.com/user/fgfred64 Videos 

--
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] SimGear compilation problem with MS VisualStudio 10

2011-05-27 Thread Gene Buckle
On Fri, 27 May 2011, Arnt Karlsen wrote:

 On Fri, 27 May 2011 12:55:24 -0400 (EDT), Claus wrote in message
 1780160612.44750.1306515324059.javamail.r...@mail2.gatech.edu:

 Hello all,

 I am trying to build FG in Windows 7, using Visual Studio 10.

 ..ah.  Historically, Microsoft has made use of it's tools and
 tools to discourage the use of other peoples SW, this _may_
 be the case here too:
 http://groklaw.net/article.php?story=2009042327711

One of these days I have a faint hope that you'll take off the tinfoil hat 
and move into the big blue room, but I strongly suspect I hope in vain.

Until that time, it would be just awesome if you could restrict your 
commentary to things you actually know something about.

It should be noted that my Hudson server has yet to fail to compile any 
part of the FlightGear software and it does use Visual Studio 2010 (ok, it 
might be using 2k8, but 2010 is installed. *hint* :) ) .  The only 
exceptions to that are self-inflicted and have nothing to do with the 
compiler toolchain.

g.

-- 
Proud owner of F-15C 80-0007
http://www.f15sim.com - The only one of its kind.
http://www.simpits.org/geneb - The Me-109F/X Project

ScarletDME - The red hot Data Management Environment
A Multi-Value database for the masses, not the classes.
http://www.scarletdme.org - Get it _today_!

Political correctness is a doctrine, fostered by a delusional, illogical
minority, and rabidly promoted by an unscrupulous mainstream media, which
holds forth the proposition that it is entirely possible to pick up a turd
by the clean end.

--
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel