Re: [Flightgear-devel] Odd message during latest CI build...

2012-02-28 Thread Stuart Buchanan
On Mon, Feb 27, 2012 at 10:44 PM, Gene Buckle wrote:
 Spotted this and figured Fred or other cmake guru might want to know about
 it.

 g.

 D:\FGFSReleaseBuild\build-sgcmake ..\simgear -G Visual Studio 10
 -DMSVC_3RDPARTY_ROOT=D:\FGFSReleaseBuild
 -DCMAKE_INSTALL_PREFIX:PATH=D:\FGFSReleaseBuild/install/msvc100/SimGear
 -- version is 2 dot 6 dot 0 -- ignoring:
 ^D:/FGFSReleaseBuild/simgear/.git;\\.gitignore;Makefile.am;~$;
 -- Library installation directory: lib -- 3rdparty files located in
 D:/FGFSReleaseBuild -- BOOST_ROOT is D:/FGFSReleaseBuild/boost_1_44_0
 -- apr-1-config not found, implement manual search for APR -- libsvn
 found, enabling in SimGear CMake Warning at CMakeLists.txt:224 (if): given
 arguments: STREQUAL Clang Unknown arguments specified
 -- Configuring done error opening key:
 Software\Microsoft\VisualStudio\10.0\vsmacros\OtherProjects7 error opening
 key: Software\Microsoft\VisualStudio\10.0\vsmacros\RecordingProject7 error
 opening key: Software\Microsoft\VisualStudio\10.0\vsmacros\OtherProjects7

I committed a change to SimGear last night that includes a string equality
check, which might be related. Compiled and worked fine on my platform
(Ubuntu),
but C++ isn't my forte, so it might be that I've done something that's
not cross-platform
compatible.

-Stuart

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Odd message during latest CI build...

2012-02-28 Thread Gene Buckle
On Tue, 28 Feb 2012, Stuart Buchanan wrote:

 On Mon, Feb 27, 2012 at 10:44 PM, Gene Buckle wrote:
 Spotted this and figured Fred or other cmake guru might want to know about
 it.

 g.

 D:\FGFSReleaseBuild\build-sgcmake ..\simgear -G Visual Studio 10
 -DMSVC_3RDPARTY_ROOT=D:\FGFSReleaseBuild
 -DCMAKE_INSTALL_PREFIX:PATH=D:\FGFSReleaseBuild/install/msvc100/SimGear
 -- version is 2 dot 6 dot 0 -- ignoring:
 ^D:/FGFSReleaseBuild/simgear/.git;\\.gitignore;Makefile.am;~$;
 -- Library installation directory: lib -- 3rdparty files located in
 D:/FGFSReleaseBuild -- BOOST_ROOT is D:/FGFSReleaseBuild/boost_1_44_0
 -- apr-1-config not found, implement manual search for APR -- libsvn
 found, enabling in SimGear CMake Warning at CMakeLists.txt:224 (if): given
 arguments: STREQUAL Clang Unknown arguments specified
 -- Configuring done error opening key:
 Software\Microsoft\VisualStudio\10.0\vsmacros\OtherProjects7 error opening
 key: Software\Microsoft\VisualStudio\10.0\vsmacros\RecordingProject7 error
 opening key: Software\Microsoft\VisualStudio\10.0\vsmacros\OtherProjects7

 I committed a change to SimGear last night that includes a string equality
 check, which might be related. Compiled and worked fine on my platform
 (Ubuntu),
 but C++ isn't my forte, so it might be that I've done something that's
 not cross-platform
 compatible.

The error shown is related to CMake I think.

g.

-- 
Proud owner of F-15C 80-0007
http://www.f15sim.com - The only one of its kind.
http://www.diy-cockpits.org/coll - Go Collimated or Go Home.
Some people collect things for a hobby.  Geeks collect hobbies.

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

Buying desktop hardware and installing a server OS doesn't make a
server-class system any more than sitting in a puddle makes you a duck.
[Cipher in a.s.r]

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Odd message during latest CI build...

2012-02-28 Thread ThorstenB
On 28.02.2012 18:02, Gene Buckle wrote:
 The error shown is related to CMake I think.

Yes, it was. Result of incorrect syntax in simgear's cmakelist.txt. 
Should be fixed now - let me know otherwise.

cheers,
Thorsten

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] Odd message during latest CI build...

2012-02-27 Thread Gene Buckle
Spotted this and figured Fred or other cmake guru might want to know about 
it.

g.

D:\FGFSReleaseBuild\build-sgcmake ..\simgear -G Visual Studio 10 
-DMSVC_3RDPARTY_ROOT=D:\FGFSReleaseBuild 
-DCMAKE_INSTALL_PREFIX:PATH=D:\FGFSReleaseBuild/install/msvc100/SimGear
-- version is 2 dot 6 dot 0 -- ignoring: 
^D:/FGFSReleaseBuild/simgear/.git;\\.gitignore;Makefile.am;~$;
-- Library installation directory: lib -- 3rdparty files located in 
D:/FGFSReleaseBuild -- BOOST_ROOT is D:/FGFSReleaseBuild/boost_1_44_0
-- apr-1-config not found, implement manual search for APR -- libsvn 
found, enabling in SimGear CMake Warning at CMakeLists.txt:224 (if): given 
arguments: STREQUAL Clang Unknown arguments specified
-- Configuring done error opening key: 
Software\Microsoft\VisualStudio\10.0\vsmacros\OtherProjects7 error opening 
key: Software\Microsoft\VisualStudio\10.0\vsmacros\RecordingProject7 error 
opening key: Software\Microsoft\VisualStudio\10.0\vsmacros\OtherProjects7



-- 
Proud owner of F-15C 80-0007
http://www.f15sim.com - The only one of its kind.
http://www.diy-cockpits.org/coll - Go Collimated or Go Home.
Some people collect things for a hobby.  Geeks collect hobbies.

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

Buying desktop hardware and installing a server OS doesn't make a
server-class system any more than sitting in a puddle makes you a duck.
[Cipher in a.s.r]

--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel