Board index FlightGear Support Compiling

Superbuild on Win7/64 packages fail to build in 2010Express  Topic is solved

Building FlightGear from source, and in the need for help?

Superbuild on Win7/64 packages fail to build in 2010Express

Postby wlbragg » Sun Mar 09, 2014 10:53 am

Four out of 6 packages failed to build. I can see what the errors are in the logs for each fail but don't know what to do to correct the errors.

FGRun
(Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR))
Code: Select all
Build started 3/9/2014 1:16:14 AM.
     1>Project "F:\fgdev\fgfs\metabuild\FGRun.vcxproj" on node 3 (build target(s)).
     1>InitializeBuildStatus:
         Creating "Win32\Debug\FGRun\FGRun.unsuccessfulbuild" because "AlwaysCreate" was specified.
       ComputeCustomBuildOutput:
         Creating directory "F:\fgdev\fgfs\metabuild\src\FGRun-stamp\Debug\".
       CustomBuild:
         Building Custom Rule F:/fgdev/fgfs/fgmeta/CMakeLists.txt
         CMake does not need to re-run because F:\fgdev\fgfs\metabuild\CMakeFiles\generate.stamp is up-to-date.
         Creating directories for 'FGRun'
         No download step for 'FGRun'
         No update step for 'FGRun'
         No patch step for 'FGRun'
         Performing configure step for 'FGRun'
         -- The C compiler identification is MSVC 16.0.40219.1
         -- The CXX compiler identification is MSVC 16.0.40219.1
         -- Check for working C compiler using: Visual Studio 10
         -- Check for working C compiler using: Visual Studio 10 -- works
         -- Detecting C compiler ABI info
         -- Detecting C compiler ABI info - done
         -- Check for working CXX compiler using: Visual Studio 10
         -- Check for working CXX compiler using: Visual Studio 10 -- works
         -- Detecting CXX compiler ABI info
         -- Detecting CXX compiler ABI info - done
         -- version is 3 dot 1
         -- ignoring: \\.svn;Makefile.am;~$;
         -- 3rdparty files located in F:/fgdev/fgfs/metabuild
         -- BOOST_ROOT is F:/fgdev/fgfs/metabuild/src/Boost
         -- Boost version: 1.54.0
         CMake Error at F:/CMake 2.8/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
           Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR)
         Call Stack (most recent call first):
           F:/CMake 2.8/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE)
           F:/CMake 2.8/share/cmake-2.8/Modules/FindZLIB.cmake:85 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
           CMakeLists.txt:135 (find_package)
         
         
         -- Configuring incomplete, errors occurred!
         See also "F:/fgdev/fgfs/metabuild/fgrunbuild/CMakeFiles/CMakeOutput.log".
     1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(151,5): error MSB6006: "cmd.exe" exited with code 1.
     1>Done Building Project "F:\fgdev\fgfs\metabuild\FGRun.vcxproj" (build target(s)) -- FAILED.

Build FAILED.

Time Elapsed 00:00:05.89


FlightGear
( -- Could NOT find Git (missing: GIT_EXECUTABLE)
-- 3rdparty files located in NOT_FOUND)
Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR)
Code: Select all
Build started 3/9/2014 1:16:14 AM.
     1>Project "F:\fgdev\fgfs\metabuild\FlightGear.vcxproj" on node 2 (build target(s)).
     1>InitializeBuildStatus:
         Creating "Win32\Debug\FlightGear\FlightGear.unsuccessfulbuild" because "AlwaysCreate" was specified.
       ComputeCustomBuildOutput:
         Creating directory "F:\fgdev\fgfs\metabuild\src\FlightGear-stamp\Debug\".
       CustomBuild:
         Building Custom Rule F:/fgdev/fgfs/fgmeta/CMakeLists.txt
         CMake does not need to re-run because F:\fgdev\fgfs\metabuild\CMakeFiles\generate.stamp is up-to-date.
         Creating directories for 'FlightGear'
         Performing forcebuild step for 'FlightGear'
         foo
         No download step for 'FlightGear'
         No update step for 'FlightGear'
         No patch step for 'FlightGear'
         Performing configure step for 'FlightGear'
         -- The C compiler identification is MSVC 16.0.40219.1
         -- The CXX compiler identification is MSVC 16.0.40219.1
         -- Check for working C compiler using: Visual Studio 10
         -- Check for working C compiler using: Visual Studio 10 -- works
         -- Detecting C compiler ABI info
         -- Detecting C compiler ABI info - done
         -- Check for working CXX compiler using: Visual Studio 10
         -- Check for working CXX compiler using: Visual Studio 10 -- works
         -- Detecting CXX compiler ABI info
         -- Detecting CXX compiler ABI info - done
         -- System is: Windows
         -- Using default data directory for base package:  F:/fgdev/fgfs/metabuild/install/msvc100/FlightGear/lib/FlightGear
         -- Could NOT find Git (missing:  GIT_EXECUTABLE)
         -- 3rdparty files located in NOT_FOUND
         -- BOOST_ROOT is F:/fgdev/fgfs/metabuild/src/Boost
         -- Boost version: 1.54.0
         CMake Error at F:/CMake 2.8/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
           Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR)
         Call Stack (most recent call first):
           F:/CMake 2.8/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE)
           F:/CMake 2.8/share/cmake-2.8/Modules/FindZLIB.cmake:85 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
           CMakeLists.txt:204 (find_package)
         
         
         -- Configuring incomplete, errors occurred!
         See also "F:/fgdev/fgfs/metabuild/fgbuild/CMakeFiles/CMakeOutput.log".
     1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(151,5): error MSB6006: "cmd.exe" exited with code 1.
     1>Done Building Project "F:\fgdev\fgfs\metabuild\FlightGear.vcxproj" (build target(s)) -- FAILED.

Build FAILED.

Time Elapsed 00:00:05.86


SimGear
( -- 3rdparty files located in NOT_FOUND
Could NOT find OpenAL (missing: OPENAL_LIBRARY))
Code: Select all
Build started 3/9/2014 1:16:08 AM.
     1>Project "F:\fgdev\fgfs\metabuild\SimGear.vcxproj" on node 3 (build target(s)).
     1>InitializeBuildStatus:
         Creating "Win32\Debug\SimGear\SimGear.unsuccessfulbuild" because "AlwaysCreate" was specified.
       ComputeCustomBuildOutput:
         Creating directory "F:\fgdev\fgfs\metabuild\src\SimGear-stamp\Debug\".
       CustomBuild:
         Building Custom Rule F:/fgdev/fgfs/fgmeta/CMakeLists.txt
         CMake does not need to re-run because F:\fgdev\fgfs\metabuild\CMakeFiles\generate.stamp is up-to-date.
         Creating directories for 'SimGear'
         Performing forcebuild step for 'SimGear'
         foo
         No download step for 'SimGear'
         No update step for 'SimGear'
         No patch step for 'SimGear'
         Performing configure step for 'SimGear'
         -- The C compiler identification is MSVC 16.0.40219.1
         -- The CXX compiler identification is MSVC 16.0.40219.1
         -- Check for working C compiler using: Visual Studio 10
         -- Check for working C compiler using: Visual Studio 10 -- works
         -- Detecting C compiler ABI info
         -- Detecting C compiler ABI info - done
         -- Check for working CXX compiler using: Visual Studio 10
         -- Check for working CXX compiler using: Visual Studio 10 -- works
         -- Detecting CXX compiler ABI info
         -- Detecting CXX compiler ABI info - done
         -- version is 3 dot 1 dot 0
         -- ignoring: ^F:/fgdev/fgfs/fgmeta/simgear/.git;\\.gitignore;Makefile.am;~$;
         -- Library installation directory: lib
         -- 3rdparty files located in NOT_FOUND
         -- BOOST_ROOT is F:/fgdev/fgfs/metabuild/src/Boost
         -- Boost version: 1.54.0
         -- SimGear mode: NORMAL
         -- Found OpenGL: opengl32 
         CMake Error at F:/CMake 2.8/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
           Could NOT find OpenAL (missing: OPENAL_LIBRARY)
         Call Stack (most recent call first):
           F:/CMake 2.8/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE)
           F:/CMake 2.8/share/cmake-2.8/Modules/FindOpenAL.cmake:97 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
           CMakeLists.txt:177 (find_package)
         
         
         -- Configuring incomplete, errors occurred!
         See also "F:/fgdev/fgfs/metabuild/sgbuild/CMakeFiles/CMakeOutput.log".
     1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(151,5): error MSB6006: "cmd.exe" exited with code 1.
     1>Done Building Project "F:\fgdev\fgfs\metabuild\SimGear.vcxproj" (build target(s)) -- FAILED.

Build FAILED.

Time Elapsed 00:00:05.90


WinDeps
( git: 'co' is not a git command. See 'git --help'.)
Code: Select all
Build started 3/9/2014 12:12:12 AM.
     1>Project "F:\fgdev\fgfs\metabuild\WinDeps.vcxproj" on node 2 (build target(s)).
     1>InitializeBuildStatus:
         Creating "Win32\Debug\WinDeps\WinDeps.unsuccessfulbuild" because "AlwaysCreate" was specified.
       ComputeCustomBuildOutput:
         Creating directory "F:\fgdev\fgfs\metabuild\WinDeps-prefix\src\WinDeps-stamp\Debug\".
         Creating directory "F:\fgdev\fgfs\metabuild\CMakeFiles\Debug\".
       CustomBuild:
         Building Custom Rule F:/fgdev/fgfs/fgmeta/CMakeLists.txt
         CMake does not need to re-run because F:\fgdev\fgfs\metabuild\CMakeFiles\generate.stamp is up-to-date.
         Creating directories for 'WinDeps'
         Performing download step (SVN checkout) for 'WinDeps'
         git: 'co' is not a git command. See 'git --help'.
         
         Did you mean one of these?
            commit
            clone
            log
     1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(151,5): error MSB6006: "cmd.exe" exited with code 1.
     1>Done Building Project "F:\fgdev\fgfs\metabuild\WinDeps.vcxproj" (build target(s)) -- FAILED.

Build FAILED.

Time Elapsed 00:00:00.81


Can anyone educate me on the errors and how to satisfy them?
Can you tell if I missed a step somewhere?

In the preceding step of CMake I set the Subversion_SVN_EXECUTABLE to C:/Program Files (x86)/Git/bin/git.exe
Is this correct or are we suppose to be using an SVN executable like "TortoiseSVN" for example?

Any help would be greatly appreciated.
Kansas and Ohio/Midwest scenery development.
KEQA, 3AU, KRCP Airport Layout
Intel i7/GeForce RTX 2070/Max-Q
User avatar
wlbragg
 
Posts: 7587
Joined: Sun Aug 26, 2012 12:31 am
Location: Kansas (Tornado Alley), USA
Callsign: WC2020
Version: next
OS: Win10/Linux/RTX 2070

Re: Superbuild on Win7/64 packages fail to build in 2010Expr

Postby wlbragg » Sun Mar 09, 2014 6:32 pm

Looking at the order this is built, could the first error at WinDeps

Code: Select all
1>------ Rebuild All started: Project: ZERO_CHECK, Configuration: Debug Win32 ------
1>  Checking Build System
1>  CMake does not need to re-run because F:/fgdev/fgfs/metabuild/CMakeFiles/generate.stamp is up-to-date.
2>------ Rebuild All started: Project: WinDeps, Configuration: Debug Win32 ------
3>------ Rebuild All started: Project: Boost, Configuration: Debug Win32 ------
2>  Building Custom Rule F:/fgdev/fgfs/fgmeta/CMakeLists.txt
3>  Building Custom Rule F:/fgdev/fgfs/fgmeta/CMakeLists.txt
2>  CMake does not need to re-run because F:\fgdev\fgfs\metabuild\CMakeFiles\generate.stamp is up-to-date.
2>  Creating directories for 'WinDeps'
3>  CMake does not need to re-run because F:\fgdev\fgfs\metabuild\CMakeFiles\generate.stamp is up-to-date.
3>  Creating directories for 'Boost'
2>  Performing download step (SVN checkout) for 'WinDeps'
3>  Performing download step (download, verify and extract) for 'Boost'
2>  git: 'co' is not a git command. See 'git --help'.
2> 
2>  Did you mean one of these?
2>     commit
2>     clone
2>     log
3>  -- downloading...
3>       src='http://downloads.sourceforge.net/project/boost/boost/1.54.0/boost_1_54_0.zip'
3>       dst='F:/fgdev/fgfs/metabuild/src/boost_1_54_0.zip'
3>       timeout='none'
2>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(151,5): error MSB6006: "cmd.exe" exited with code 1.


be the cause other errors down the line?
Because the rest of the errors look like dependency issues, when and where are ZLIB andOpenAL suppose to be pulled in? Are they part of the WinDeps?
Kansas and Ohio/Midwest scenery development.
KEQA, 3AU, KRCP Airport Layout
Intel i7/GeForce RTX 2070/Max-Q
User avatar
wlbragg
 
Posts: 7587
Joined: Sun Aug 26, 2012 12:31 am
Location: Kansas (Tornado Alley), USA
Callsign: WC2020
Version: next
OS: Win10/Linux/RTX 2070

Re: Superbuild on Win7/64 packages fail to build in 2010Expr

Postby Philosopher » Sun Mar 09, 2014 6:39 pm

You set git as the svn command, which does not work - they're different things!

For the others, have you installed those dependencies? (ZLIB, OpenAL) You may have to build them separately, depending on how they are used (I really don't know - on Mac we just download a zip with most of them 8)).
Philosopher
 
Posts: 1593
Joined: Sun Aug 12, 2012 7:29 pm

Re: Superbuild on Win7/64 packages fail to build in 2010Expr

Postby Hooray » Sun Mar 09, 2014 6:44 pm

3rd party deps: on Linux those are typically installed system-wide via "-devel" packages (package manager). On Windows, you'll need to download the ZIP file and extract it, so that things can be found when running cmake. For some obscure reason, I found building on Windows more straightforward via terminal than setting up an IDE.

I don't quite remember if the superbuild should download the zip file automatically these days, but I see no reasno why it shouldn't be able to do so, just open the file and see for yourself.
Please don't send support requests by PM, instead post your questions on the forum so that all users can contribute and benefit
Thanks & all the best,
Hooray
Help write next month's newsletter !
pui2canvas | MapStructure | Canvas Development | Programming resources
Hooray
 
Posts: 12707
Joined: Tue Mar 25, 2008 9:40 am
Pronouns: THOU

Re: Superbuild on Win7/64 packages fail to build in 2010Expr

Postby wlbragg » Sun Mar 09, 2014 7:50 pm

Thanks guys, I can see where I went wrong. I tried TortoiseProc.exe and Cmake appears to hang on both "Configure" and "Generate".

How long might I expect configure then generate to take in CMake. 1-5 minutes or 5+ minutes?

When I set it to git.exe then it looked like it created the metabuild structure minus the WinDeps. I think that is the entire issue at this point. The code looks like it will get the depends if I give it a correct SVN executable.

What then should I use for SVN executable?
Kansas and Ohio/Midwest scenery development.
KEQA, 3AU, KRCP Airport Layout
Intel i7/GeForce RTX 2070/Max-Q
User avatar
wlbragg
 
Posts: 7587
Joined: Sun Aug 26, 2012 12:31 am
Location: Kansas (Tornado Alley), USA
Callsign: WC2020
Version: next
OS: Win10/Linux/RTX 2070

Re: Superbuild on Win7/64 packages fail to build in 2010Expr

Postby Hooray » Sun Mar 09, 2014 8:09 pm

Normally, cmake configure should only take a few seconds (2-3), but in the case of the superbuild, it's bandwidth dependent, because this step may actually download stuff in the background

You will need to install subversion (svn).
Please don't send support requests by PM, instead post your questions on the forum so that all users can contribute and benefit
Thanks & all the best,
Hooray
Help write next month's newsletter !
pui2canvas | MapStructure | Canvas Development | Programming resources
Hooray
 
Posts: 12707
Joined: Tue Mar 25, 2008 9:40 am
Pronouns: THOU

Re: Superbuild on Win7/64 packages fail to build in 2010Expr

Postby wlbragg » Sun Mar 09, 2014 8:15 pm

Thanks again,

I assume your referring to Apache Subversion http://subversion.apache.org/packages.html

I'll install that and see where I get, thanks.
Kansas and Ohio/Midwest scenery development.
KEQA, 3AU, KRCP Airport Layout
Intel i7/GeForce RTX 2070/Max-Q
User avatar
wlbragg
 
Posts: 7587
Joined: Sun Aug 26, 2012 12:31 am
Location: Kansas (Tornado Alley), USA
Callsign: WC2020
Version: next
OS: Win10/Linux/RTX 2070

Re: Superbuild on Win7/64 packages fail to build in 2010Expr

Postby wlbragg » Sun Mar 09, 2014 8:36 pm

Appears to be working as it has passed the first error and is downloading the WinDeps in the Build stage.

Note to whoever is keeping the Superbuild Wiki.

On my standard install of Visual C++ 2010 Express I had to install http://www.microsoft.com/en-us/download/confirmation.aspx?id=23691 to get past an early on error. It had to do with build breaking due to an environmental variable issue.

And yes the Apache Subversion program is allowing me to proceed. The set SVN EXCUTABLE is not in the wiki and to a dummy like me is quite confusing if not spelled out as we use git for FG but need subversion for some dependencies. Anyway hope this helps someone else. I am waiting breathlessly for my first build of FlightGear to compile. :shock:
Kansas and Ohio/Midwest scenery development.
KEQA, 3AU, KRCP Airport Layout
Intel i7/GeForce RTX 2070/Max-Q
User avatar
wlbragg
 
Posts: 7587
Joined: Sun Aug 26, 2012 12:31 am
Location: Kansas (Tornado Alley), USA
Callsign: WC2020
Version: next
OS: Win10/Linux/RTX 2070

Re: Superbuild on Win7/64 packages fail to build in 2010Expr

Postby wlbragg » Sun Mar 09, 2014 10:23 pm

I guess it was too much to hope for.

Even though it got a lot farther it failed on fgbuild, fgrunbuild and sgbuild.

Same error on each..
Code: Select all
1>------ Build started: Project: SimGear, Configuration: Debug Win32 ------
1>  Building Custom Rule F:/fgdev/fgfs/fgmeta/CMakeLists.txt
1>  CMake does not need to re-run because F:\fgdev\fgfs\metabuild\CMakeFiles\generate.stamp is up-to-date.
1>  Creating directories for 'SimGear'
1>  Performing forcebuild step for 'SimGear'
1>  foo
1>  No download step for 'SimGear'
1>  No update step for 'SimGear'
1>  No patch step for 'SimGear'
1>  Performing configure step for 'SimGear'
1>  -- version is 3 dot 1 dot 0
1>  -- ignoring: ^F:/fgdev/fgfs/fgmeta/simgear/.git;\\.gitignore;Makefile.am;~$;
1>  -- Library installation directory: lib
1>  -- 3rdparty files located in F:/fgdev/fgfs/metabuild
1>  -- BOOST_ROOT is F:/fgdev/fgfs/metabuild/src/Boost
1>  -- Boost version: 1.54.0
1>  -- SimGear mode: NORMAL
1>  -- Sound support: ENABLED
1>  -- Could NOT find osgText (missing:  OSGTEXT_LIBRARY)
1>  -- Could NOT find osgSim (missing:  OSGSIM_LIBRARY)
1>  -- Could NOT find osgDB (missing:  OSGDB_LIBRARY)
1>  -- Could NOT find osgParticle (missing:  OSGPARTICLE_LIBRARY)
1>  -- Could NOT find osgGA (missing:  OSGGA_LIBRARY)
1>  -- Could NOT find osgUtil (missing:  OSGUTIL_LIBRARY)
1>  -- Could NOT find osg (missing:  OSG_LIBRARY)
1>  -- Could NOT find OpenThreads (missing:  OPENTHREADS_LIBRARY)
1>  CMake Error at F:/CMake 2.8/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
1>    Could NOT find OpenSceneGraph (missing: OSGTEXT_FOUND OSGSIM_FOUND
1>    OSGDB_FOUND OSGPARTICLE_FOUND OSGGA_FOUND OSGUTIL_FOUND OSG_FOUND
1>    OPENTHREADS_FOUND) (found suitable version "3.2.0", minimum required is
1>    "3.0.0")
1>  Call Stack (most recent call first):
1>    F:/CMake 2.8/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE)
1>    F:/CMake 2.8/share/cmake-2.8/Modules/FindOpenSceneGraph.cmake:187 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
1>    CMakeLists.txt:181 (find_package)
1> 
1> 
1>  -- Configuring incomplete, errors occurred!
1>  See also "F:/fgdev/fgfs/metabuild/sgbuild/CMakeFiles/CMakeOutput.log".
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(151,5): error MSB6006: "cmd.exe" exited with code 1.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========


Even though the IDE didn't show error on OSG, the CMakeError.log for OSG did.
Code: Select all
Determining if files pthread.h exist failed with the following output:
Change Dir: F:/fgdev/fgfs/metabuild/osgbuild/CMakeFiles/CMakeTmp

Run Build Command:C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe cmTryCompileExec3597319822.vcxproj /p:Configuration=Debug /p:VisualStudioVersion=10.0
Microsoft (R) Build Engine version 4.0.30319.18408

[Microsoft .NET Framework, version 4.0.30319.18444]

Copyright (C) Microsoft Corporation. All rights reserved.



Build started 3/9/2014 2:23:57 PM.

Project "F:\fgdev\fgfs\metabuild\osgbuild\CMakeFiles\CMakeTmp\cmTryCompileExec3597319822.vcxproj" on node 1 (default targets).

PrepareForBuild:

  Creating directory "cmTryCompileExec3597319822.dir\Debug\".

  Creating directory "F:\fgdev\fgfs\metabuild\osgbuild\CMakeFiles\CMakeTmp\Debug\".

InitializeBuildStatus:

  Creating "cmTryCompileExec3597319822.dir\Debug\cmTryCompileExec3597319822.unsuccessfulbuild" because "AlwaysCreate" was specified.

ClCompile:

  c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTryCompileExec3597319822.dir\Debug\\" /Fd"cmTryCompileExec3597319822.dir\Debug\vc100.pdb" /Gd /TC /analyze- /errorReport:queue CheckIncludeFiles.c

  Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 16.00.40219.01 for 80x86

  Copyright (C) Microsoft Corporation.  All rights reserved.

 

  cl /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTryCompileExec3597319822.dir\Debug\\" /Fd"cmTryCompileExec3597319822.dir\Debug\vc100.pdb" /Gd /TC /analyze- /errorReport:queue CheckIncludeFiles.c

  CheckIncludeFiles.c

 

CheckIncludeFiles.c(2): fatal error C1083: Cannot open include file: 'pthread.h': No such file or directory [F:\fgdev\fgfs\metabuild\osgbuild\CMakeFiles\CMakeTmp\cmTryCompileExec3597319822.vcxproj]

Done Building Project "F:\fgdev\fgfs\metabuild\osgbuild\CMakeFiles\CMakeTmp\cmTryCompileExec3597319822.vcxproj" (default targets) -- FAILED.



Build FAILED.



"F:\fgdev\fgfs\metabuild\osgbuild\CMakeFiles\CMakeTmp\cmTryCompileExec3597319822.vcxproj" (default target) (1) ->

(ClCompile target) ->

  CheckIncludeFiles.c(2): fatal error C1083: Cannot open include file: 'pthread.h': No such file or directory [F:\fgdev\fgfs\metabuild\osgbuild\CMakeFiles\CMakeTmp\cmTryCompileExec3597319822.vcxproj]



    0 Warning(s)

    1 Error(s)



Time Elapsed 00:00:00.28


Source:
/* */
#include <pthread.h>


int main(){return 0;}

Performing C++ SOURCE FILE Test _OPENTHREADS_ATOMIC_USE_GCC_BUILTINS failed with the following output:
Change Dir: F:/fgdev/fgfs/metabuild/osgbuild/CMakeFiles/CMakeTmp

Run Build Command:C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe cmTryCompileExec2173149362.vcxproj /p:Configuration=Debug /p:VisualStudioVersion=10.0
Microsoft (R) Build Engine version 4.0.30319.18408

[Microsoft .NET Framework, version 4.0.30319.18444]

Copyright (C) Microsoft Corporation. All rights reserved.



Build started 3/9/2014 2:23:59 PM.

Project "F:\fgdev\fgfs\metabuild\osgbuild\CMakeFiles\CMakeTmp\cmTryCompileExec2173149362.vcxproj" on node 1 (default targets).

PrepareForBuild:

  Creating directory "cmTryCompileExec2173149362.dir\Debug\".

  Creating directory "F:\fgdev\fgfs\metabuild\osgbuild\CMakeFiles\CMakeTmp\Debug\".

InitializeBuildStatus:

  Creating "cmTryCompileExec2173149362.dir\Debug\cmTryCompileExec2173149362.unsuccessfulbuild" because "AlwaysCreate" was specified.

ClCompile:

  c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\CL.exe /c /Zi /W4 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _OPENTHREADS_ATOMIC_USE_GCC_BUILTINS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"cmTryCompileExec2173149362.dir\Debug\\" /Fd"cmTryCompileExec2173149362.dir\Debug\vc100.pdb" /Gd /TP /wd4706 /wd4127 /wd4100 /analyze- /errorReport:queue src.cxx

  Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 16.00.40219.01 for 80x86

  Copyright (C) Microsoft Corporation.  All rights reserved.

 

  cl /c /Zi /W4 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _OPENTHREADS_ATOMIC_USE_GCC_BUILTINS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"cmTryCompileExec2173149362.dir\Debug\\" /Fd"cmTryCompileExec2173149362.dir\Debug\vc100.pdb" /Gd /TP /wd4706 /wd4127 /wd4100 /analyze- /errorReport:queue src.cxx

 

  src.cxx

src.cxx(8): error C3861: '__sync_add_and_fetch': identifier not found [F:\fgdev\fgfs\metabuild\osgbuild\CMakeFiles\CMakeTmp\cmTryCompileExec2173149362.vcxproj]

src.cxx(9): error C3861: '__sync_synchronize': identifier not found [F:\fgdev\fgfs\metabuild\osgbuild\CMakeFiles\CMakeTmp\cmTryCompileExec2173149362.vcxproj]

src.cxx(10): error C3861: '__sync_sub_and_fetch': identifier not found [F:\fgdev\fgfs\metabuild\osgbuild\CMakeFiles\CMakeTmp\cmTryCompileExec2173149362.vcxproj]

src.cxx(11): error C3861: '__sync_bool_compare_and_swap': identifier not found [F:\fgdev\fgfs\metabuild\osgbuild\CMakeFiles\CMakeTmp\cmTryCompileExec2173149362.vcxproj]

src.cxx(14): error C3861: '__sync_bool_compare_and_swap': identifier not found [F:\fgdev\fgfs\metabuild\osgbuild\CMakeFiles\CMakeTmp\cmTryCompileExec2173149362.vcxproj]

Done Building Project "F:\fgdev\fgfs\metabuild\osgbuild\CMakeFiles\CMakeTmp\cmTryCompileExec2173149362.vcxproj" (default targets) -- FAILED.



Build FAILED.



"F:\fgdev\fgfs\metabuild\osgbuild\CMakeFiles\CMakeTmp\cmTryCompileExec2173149362.vcxproj" (default target) (1) ->

(ClCompile target) ->

  src.cxx(8): error C3861: '__sync_add_and_fetch': identifier not found [F:\fgdev\fgfs\metabuild\osgbuild\CMakeFiles\CMakeTmp\cmTryCompileExec2173149362.vcxproj]

  src.cxx(9): error C3861: '__sync_synchronize': identifier not found [F:\fgdev\fgfs\metabuild\osgbuild\CMakeFiles\CMakeTmp\cmTryCompileExec2173149362.vcxproj]

  src.cxx(10): error C3861: '__sync_sub_and_fetch': identifier not found [F:\fgdev\fgfs\metabuild\osgbuild\CMakeFiles\CMakeTmp\cmTryCompileExec2173149362.vcxproj]

  src.cxx(11): error C3861: '__sync_bool_compare_and_swap': identifier not found [F:\fgdev\fgfs\metabuild\osgbuild\CMakeFiles\CMakeTmp\cmTryCompileExec2173149362.vcxproj]

  src.cxx(14): error C3861: '__sync_bool_compare_and_swap': identifier not found [F:\fgdev\fgfs\metabuild\osgbuild\CMakeFiles\CMakeTmp\cmTryCompileExec2173149362.vcxproj]



    0 Warning(s)

    5 Error(s)



Time Elapsed 00:00:00.24


Return value: 1
Source file was:

    #include <cstdlib>

    int main()
    {
       unsigned value = 0;
       void* ptr = &value;
       __sync_add_and_fetch(&value, 1);
       __sync_synchronize();
       __sync_sub_and_fetch(&value, 1);
       if (!__sync_bool_compare_and_swap(&value, 0, 1))
          return EXIT_FAILURE;

       if (!__sync_bool_compare_and_swap(&ptr, ptr, ptr))
          return EXIT_FAILURE;

       return EXIT_SUCCESS;
    }
   
Performing C++ SOURCE FILE Test _OPENTHREADS_ATOMIC_USE_MIPOSPRO_BUILTINS failed with the following output:
Change Dir: F:/fgdev/fgfs/metabuild/osgbuild/CMakeFiles/CMakeTmp

Run Build Command:C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe cmTryCompileExec897216690.vcxproj /p:Configuration=Debug /p:VisualStudioVersion=10.0
Microsoft (R) Build Engine version 4.0.30319.18408

[Microsoft .NET Framework, version 4.0.30319.18444]

Copyright (C) Microsoft Corporation. All rights reserved.



Build started 3/9/2014 2:23:59 PM.

Project "F:\fgdev\fgfs\metabuild\osgbuild\CMakeFiles\CMakeTmp\cmTryCompileExec897216690.vcxproj" on node 1 (default targets).

PrepareForBuild:

  Creating directory "cmTryCompileExec897216690.dir\Debug\".

  Creating directory "F:\fgdev\fgfs\metabuild\osgbuild\CMakeFiles\CMakeTmp\Debug\".

InitializeBuildStatus:

  Creating "cmTryCompileExec897216690.dir\Debug\cmTryCompileExec897216690.unsuccessfulbuild" because "AlwaysCreate" was specified.

ClCompile:

  c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\CL.exe /c /Zi /W4 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _OPENTHREADS_ATOMIC_USE_MIPOSPRO_BUILTINS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"cmTryCompileExec897216690.dir\Debug\\" /Fd"cmTryCompileExec897216690.dir\Debug\vc100.pdb" /Gd /TP /wd4706 /wd4127 /wd4100 /analyze- /errorReport:queue src.cxx

  Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 16.00.40219.01 for 80x86

  Copyright (C) Microsoft Corporation.  All rights reserved.

 

  cl /c /Zi /W4 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _OPENTHREADS_ATOMIC_USE_MIPOSPRO_BUILTINS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"cmTryCompileExec897216690.dir\Debug\\" /Fd"cmTryCompileExec897216690.dir\Debug\vc100.pdb" /Gd /TP /wd4706 /wd4127 /wd4100 /analyze- /errorReport:queue src.cxx

 

  src.cxx

src.cxx(8): error C3861: '__add_and_fetch': identifier not found [F:\fgdev\fgfs\metabuild\osgbuild\CMakeFiles\CMakeTmp\cmTryCompileExec897216690.vcxproj]

src.cxx(9): error C3861: '__synchronize': identifier not found [F:\fgdev\fgfs\metabuild\osgbuild\CMakeFiles\CMakeTmp\cmTryCompileExec897216690.vcxproj]

src.cxx(10): error C3861: '__sub_and_fetch': identifier not found [F:\fgdev\fgfs\metabuild\osgbuild\CMakeFiles\CMakeTmp\cmTryCompileExec897216690.vcxproj]

src.cxx(11): error C3861: '__compare_and_swap': identifier not found [F:\fgdev\fgfs\metabuild\osgbuild\CMakeFiles\CMakeTmp\cmTryCompileExec897216690.vcxproj]

src.cxx(14): error C3861: '__compare_and_swap': identifier not found [F:\fgdev\fgfs\metabuild\osgbuild\CMakeFiles\CMakeTmp\cmTryCompileExec897216690.vcxproj]

Done Building Project "F:\fgdev\fgfs\metabuild\osgbuild\CMakeFiles\CMakeTmp\cmTryCompileExec897216690.vcxproj" (default targets) -- FAILED.



Build FAILED.



"F:\fgdev\fgfs\metabuild\osgbuild\CMakeFiles\CMakeTmp\cmTryCompileExec897216690.vcxproj" (default target) (1) ->

(ClCompile target) ->

  src.cxx(8): error C3861: '__add_and_fetch': identifier not found [F:\fgdev\fgfs\metabuild\osgbuild\CMakeFiles\CMakeTmp\cmTryCompileExec897216690.vcxproj]

  src.cxx(9): error C3861: '__synchronize': identifier not found [F:\fgdev\fgfs\metabuild\osgbuild\CMakeFiles\CMakeTmp\cmTryCompileExec897216690.vcxproj]

  src.cxx(10): error C3861: '__sub_and_fetch': identifier not found [F:\fgdev\fgfs\metabuild\osgbuild\CMakeFiles\CMakeTmp\cmTryCompileExec897216690.vcxproj]

  src.cxx(11): error C3861: '__compare_and_swap': identifier not found [F:\fgdev\fgfs\metabuild\osgbuild\CMakeFiles\CMakeTmp\cmTryCompileExec897216690.vcxproj]

  src.cxx(14): error C3861: '__compare_and_swap': identifier not found [F:\fgdev\fgfs\metabuild\osgbuild\CMakeFiles\CMakeTmp\cmTryCompileExec897216690.vcxproj]



    0 Warning(s)

    5 Error(s)



Time Elapsed 00:00:00.21


Return value: 1
Source file was:

    #include <stdlib.h>

    int main(int, const char**)
    {
       unsigned value = 0;
       void* ptr = &value;
       __add_and_fetch(&value, 1);
       __synchronize(value);
       __sub_and_fetch(&value, 1);
       if (!__compare_and_swap(&value, 0, 1))
          return EXIT_FAILURE;

       if (!__compare_and_swap((unsigned long*)&ptr, (unsigned long)ptr, (unsigned long)ptr))
          return EXIT_FAILURE;

       return EXIT_SUCCESS;
    }
   
Performing C++ SOURCE FILE Test _OPENTHREADS_ATOMIC_USE_SUN failed with the following output:
Change Dir: F:/fgdev/fgfs/metabuild/osgbuild/CMakeFiles/CMakeTmp

Run Build Command:C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe cmTryCompileExec4042482711.vcxproj /p:Configuration=Debug /p:VisualStudioVersion=10.0
Microsoft (R) Build Engine version 4.0.30319.18408

[Microsoft .NET Framework, version 4.0.30319.18444]

Copyright (C) Microsoft Corporation. All rights reserved.



Build started 3/9/2014 2:23:59 PM.

Project "F:\fgdev\fgfs\metabuild\osgbuild\CMakeFiles\CMakeTmp\cmTryCompileExec4042482711.vcxproj" on node 1 (default targets).

PrepareForBuild:

  Creating directory "cmTryCompileExec4042482711.dir\Debug\".

  Creating directory "F:\fgdev\fgfs\metabuild\osgbuild\CMakeFiles\CMakeTmp\Debug\".

InitializeBuildStatus:

  Creating "cmTryCompileExec4042482711.dir\Debug\cmTryCompileExec4042482711.unsuccessfulbuild" because "AlwaysCreate" was specified.

ClCompile:

  c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\CL.exe /c /Zi /W4 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _OPENTHREADS_ATOMIC_USE_SUN /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"cmTryCompileExec4042482711.dir\Debug\\" /Fd"cmTryCompileExec4042482711.dir\Debug\vc100.pdb" /Gd /TP /wd4706 /wd4127 /wd4100 /analyze- /errorReport:queue src.cxx

  Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 16.00.40219.01 for 80x86

  Copyright (C) Microsoft Corporation.  All rights reserved.

 

  cl /c /Zi /W4 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _OPENTHREADS_ATOMIC_USE_SUN /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"cmTryCompileExec4042482711.dir\Debug\\" /Fd"cmTryCompileExec4042482711.dir\Debug\vc100.pdb" /Gd /TP /wd4706 /wd4127 /wd4100 /analyze- /errorReport:queue src.cxx

 

  src.cxx

src.cxx(2): fatal error C1083: Cannot open include file: 'atomic.h': No such file or directory [F:\fgdev\fgfs\metabuild\osgbuild\CMakeFiles\CMakeTmp\cmTryCompileExec4042482711.vcxproj]

Done Building Project "F:\fgdev\fgfs\metabuild\osgbuild\CMakeFiles\CMakeTmp\cmTryCompileExec4042482711.vcxproj" (default targets) -- FAILED.



Build FAILED.



"F:\fgdev\fgfs\metabuild\osgbuild\CMakeFiles\CMakeTmp\cmTryCompileExec4042482711.vcxproj" (default target) (1) ->

(ClCompile target) ->

  src.cxx(2): fatal error C1083: Cannot open include file: 'atomic.h': No such file or directory [F:\fgdev\fgfs\metabuild\osgbuild\CMakeFiles\CMakeTmp\cmTryCompileExec4042482711.vcxproj]



    0 Warning(s)

    1 Error(s)



Time Elapsed 00:00:00.27


Return value: 1
Source file was:

    #include <atomic.h>
    #include <cstdlib>

    int main(int, const char**)
    {
       uint_t value = 0;
       void* ptr = &value;
       atomic_inc_uint_nv(&value);
       membar_consumer();
       atomic_dec_uint_nv(&value);
       if (0 != atomic_cas_uint(&value, 0, 1))
          return EXIT_FAILURE;

       if (ptr != atomic_cas_ptr(&ptr, ptr, ptr))
          return EXIT_FAILURE;

       return EXIT_SUCCESS;
    }
   
Performing C++ SOURCE FILE Test _OPENTHREADS_ATOMIC_USE_BSD_ATOMIC failed with the following output:
Change Dir: F:/fgdev/fgfs/metabuild/osgbuild/CMakeFiles/CMakeTmp

Run Build Command:C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe cmTryCompileExec2505085885.vcxproj /p:Configuration=Debug /p:VisualStudioVersion=10.0
Microsoft (R) Build Engine version 4.0.30319.18408

[Microsoft .NET Framework, version 4.0.30319.18444]

Copyright (C) Microsoft Corporation. All rights reserved.



Build started 3/9/2014 2:24:01 PM.

Project "F:\fgdev\fgfs\metabuild\osgbuild\CMakeFiles\CMakeTmp\cmTryCompileExec2505085885.vcxproj" on node 1 (default targets).

PrepareForBuild:

  Creating directory "cmTryCompileExec2505085885.dir\Debug\".

  Creating directory "F:\fgdev\fgfs\metabuild\osgbuild\CMakeFiles\CMakeTmp\Debug\".

InitializeBuildStatus:

  Creating "cmTryCompileExec2505085885.dir\Debug\cmTryCompileExec2505085885.unsuccessfulbuild" because "AlwaysCreate" was specified.

ClCompile:

  c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\CL.exe /c /Zi /W4 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _OPENTHREADS_ATOMIC_USE_BSD_ATOMIC /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"cmTryCompileExec2505085885.dir\Debug\\" /Fd"cmTryCompileExec2505085885.dir\Debug\vc100.pdb" /Gd /TP /wd4706 /wd4127 /wd4100 /analyze- /errorReport:queue src.cxx

  Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 16.00.40219.01 for 80x86

  Copyright (C) Microsoft Corporation.  All rights reserved.

 

  cl /c /Zi /W4 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _OPENTHREADS_ATOMIC_USE_BSD_ATOMIC /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"cmTryCompileExec2505085885.dir\Debug\\" /Fd"cmTryCompileExec2505085885.dir\Debug\vc100.pdb" /Gd /TP /wd4706 /wd4127 /wd4100 /analyze- /errorReport:queue src.cxx

 

  src.cxx

src.cxx(2): fatal error C1083: Cannot open include file: 'libkern/OSAtomic.h': No such file or directory [F:\fgdev\fgfs\metabuild\osgbuild\CMakeFiles\CMakeTmp\cmTryCompileExec2505085885.vcxproj]

Done Building Project "F:\fgdev\fgfs\metabuild\osgbuild\CMakeFiles\CMakeTmp\cmTryCompileExec2505085885.vcxproj" (default targets) -- FAILED.



Build FAILED.



"F:\fgdev\fgfs\metabuild\osgbuild\CMakeFiles\CMakeTmp\cmTryCompileExec2505085885.vcxproj" (default target) (1) ->

(ClCompile target) ->

  src.cxx(2): fatal error C1083: Cannot open include file: 'libkern/OSAtomic.h': No such file or directory [F:\fgdev\fgfs\metabuild\osgbuild\CMakeFiles\CMakeTmp\cmTryCompileExec2505085885.vcxproj]



    0 Warning(s)

    1 Error(s)



Time Elapsed 00:00:00.20


Return value: 1
Source file was:

    #include <libkern/OSAtomic.h>

    int main()
    {
      volatile int32_t value = 0;
      long data = 0;
      long * volatile ptr = &data;

      OSAtomicIncrement32(&value);
      OSMemoryBarrier();
      OSAtomicDecrement32(&value);
      OSAtomicCompareAndSwapInt(value, 1, &value);
      OSAtomicCompareAndSwapPtr(ptr, ptr, (void * volatile *)&ptr);
    }
   


Refers to pthread.h missing.
Help, anyone?
Kansas and Ohio/Midwest scenery development.
KEQA, 3AU, KRCP Airport Layout
Intel i7/GeForce RTX 2070/Max-Q
User avatar
wlbragg
 
Posts: 7587
Joined: Sun Aug 26, 2012 12:31 am
Location: Kansas (Tornado Alley), USA
Callsign: WC2020
Version: next
OS: Win10/Linux/RTX 2070

Re: Superbuild on Win7/64 packages fail to build in 2010Expr

Postby wlbragg » Mon Mar 10, 2014 12:21 am

I tried to build it in Release mode and it was successful. Now I'm building FlightGear.sln
Is this normal that the debug configuration doesn't work but release does?
Kansas and Ohio/Midwest scenery development.
KEQA, 3AU, KRCP Airport Layout
Intel i7/GeForce RTX 2070/Max-Q
User avatar
wlbragg
 
Posts: 7587
Joined: Sun Aug 26, 2012 12:31 am
Location: Kansas (Tornado Alley), USA
Callsign: WC2020
Version: next
OS: Win10/Linux/RTX 2070

Re: Superbuild on Win7/64 packages fail to build in 2010Expr

Postby Hooray » Mon Mar 10, 2014 12:22 am

please report such issues via the issue tracker
Please don't send support requests by PM, instead post your questions on the forum so that all users can contribute and benefit
Thanks & all the best,
Hooray
Help write next month's newsletter !
pui2canvas | MapStructure | Canvas Development | Programming resources
Hooray
 
Posts: 12707
Joined: Tue Mar 25, 2008 9:40 am
Pronouns: THOU

Re: Superbuild on Win7/64 packages fail to build in 2010Expr

Postby wlbragg » Mon Mar 10, 2014 1:27 am

Hooray, I would comply and report such issues via the issue tracker if I knew what and where that was. :)

Thrilled, the release version worked! Thanks for the help.
Kansas and Ohio/Midwest scenery development.
KEQA, 3AU, KRCP Airport Layout
Intel i7/GeForce RTX 2070/Max-Q
User avatar
wlbragg
 
Posts: 7587
Joined: Sun Aug 26, 2012 12:31 am
Location: Kansas (Tornado Alley), USA
Callsign: WC2020
Version: next
OS: Win10/Linux/RTX 2070

Re: Superbuild on Win7/64 packages fail to build in 2010Expr

Postby Hooray » Mon Mar 10, 2014 1:28 am

Please don't send support requests by PM, instead post your questions on the forum so that all users can contribute and benefit
Thanks & all the best,
Hooray
Help write next month's newsletter !
pui2canvas | MapStructure | Canvas Development | Programming resources
Hooray
 
Posts: 12707
Joined: Tue Mar 25, 2008 9:40 am
Pronouns: THOU

Re: Superbuild on Win7/64 packages fail to build in 2010Expr

Postby Philosopher » Mon Mar 10, 2014 1:29 am

http://flightgear-bugs.googlecode.com/

(P.S. It's also up in the very top of the forum - between "Wiki" and "Source" - unless you're on a mobile device.)
Philosopher
 
Posts: 1593
Joined: Sun Aug 12, 2012 7:29 pm

Re: Superbuild on Win7/64 packages fail to build in 2010Expr  

Postby wlbragg » Mon Mar 10, 2014 6:13 pm

Just a followup note. I thought I read on another post something about building release mode first. So I decided to try debug again after I had a successful release build and it worked this time. I only ran cmake once with the mode undefined and chose the build mode in the IDE.
Kansas and Ohio/Midwest scenery development.
KEQA, 3AU, KRCP Airport Layout
Intel i7/GeForce RTX 2070/Max-Q
User avatar
wlbragg
 
Posts: 7587
Joined: Sun Aug 26, 2012 12:31 am
Location: Kansas (Tornado Alley), USA
Callsign: WC2020
Version: next
OS: Win10/Linux/RTX 2070

Next

Return to Compiling

Who is online

Users browsing this forum: No registered users and 6 guests