Skip to content

Instantly share code, notes, and snippets.

@stwf
Created February 12, 2013 00:26
Show Gist options
  • Save stwf/4758954 to your computer and use it in GitHub Desktop.
Save stwf/4758954 to your computer and use it in GitHub Desktop.
full build output
Stevens-MacBook-Pro:workspaces steve$ make
make: *** No targets specified and no makefile found. Stop.
Stevens-MacBook-Pro:workspaces steve$ cd gcc
Stevens-MacBook-Pro:gcc steve$ make
==== Building mocks_real (release) ====
Creating obj/mocks_real_Release
mocks_real.cpp
In file included from ../../../libraries/osx/boost/include/boost/preprocessor/cat.hpp:17,
from ../../../libraries/osx/boost/include/boost/mpl/aux_/integral_wrapper.hpp:22,
from ../../../libraries/osx/boost/include/boost/mpl/int.hpp:20,
from ../../../libraries/osx/boost/include/boost/type_traits/detail/template_arity_spec.hpp:10,
from ../../../libraries/osx/boost/include/boost/type_traits/detail/bool_trait_def.hpp:14,
from ../../../libraries/osx/boost/include/boost/type_traits/is_array.hpp:27,
from ../../../libraries/osx/boost/include/boost/filesystem/path_traits.hpp:21,
from ../../../libraries/osx/boost/include/boost/filesystem/path.hpp:25,
from ../../../libraries/osx/boost/include/boost/filesystem.hpp:16,
from ../../../source/lib/pch/pch_boost.h:35,
from ../../../source/lib/precompiled.h:76,
from ../../../source/mocks/mocks_real.cpp:26:
../../../libraries/osx/boost/include/boost/preprocessor/config/config.hpp:86:77: warning: "__GXX_EXPERIMENTAL_CXX0X__" is not defined
In file included from ../../../libraries/osx/boost/include/boost/mpl/aux_/has_apply.hpp:17,
from ../../../libraries/osx/boost/include/boost/mpl/apply_wrap.hpp:23,
from ../../../libraries/osx/boost/include/boost/mpl/apply.hpp:23,
from ../../../libraries/osx/boost/include/boost/iterator/iterator_facade.hpp:34,
from ../../../libraries/osx/boost/include/boost/filesystem/path.hpp:28,
from ../../../libraries/osx/boost/include/boost/filesystem.hpp:16,
from ../../../source/lib/pch/pch_boost.h:35,
from ../../../source/lib/precompiled.h:76,
from ../../../source/mocks/mocks_real.cpp:26:
../../../libraries/osx/boost/include/boost/mpl/has_xxx.hpp:344:9: warning: "BOOST_MPL_HAS_XXX_NO_EXPLICIT_TEST_FUNCTION" is not defined
../../../libraries/osx/boost/include/boost/mpl/has_xxx.hpp:357:9: warning: "BOOST_MPL_HAS_XXX_NO_WRAPPED_TYPES" is not defined
../../../libraries/osx/boost/include/boost/mpl/has_xxx.hpp:386:9: warning: "BOOST_MPL_HAS_XXX_NO_EXPLICIT_TEST_FUNCTION" is not defined
../../../libraries/osx/boost/include/boost/mpl/has_xxx.hpp:459:8: warning: "BOOST_MPL_HAS_XXX_NEEDS_TEMPLATE_SFINAE" is not defined
In file included from ../../../source/lib/precompiled.h:73,
from ../../../source/mocks/mocks_real.cpp:26:
../../../source/lib/secure_crt.h:57: warning: redundant redeclaration of ‘size_t strnlen(const char*, size_t)’ in same scope
/usr/include/string.h:143: warning: previous declaration of ‘size_t strnlen(const char*, size_t)’
../../../source/lib/secure_crt.h:59: warning: redundant redeclaration of ‘size_t wcsnlen(const wchar_t*, size_t)’ in same scope
/usr/include/wchar.h:226: warning: previous declaration of ‘size_t wcsnlen(const wchar_t*, size_t)’
In file included from ../../../source/lib/precompiled.h:89,
from ../../../source/mocks/mocks_real.cpp:26:
../../../source/lib/posix/posix.h:111: warning: redundant redeclaration of ‘wchar_t* wcsdup(const wchar_t*)’ in same scope
/usr/include/wchar.h:223: warning: previous declaration of ‘wchar_t* wcsdup(const wchar_t*)’
../../../source/lib/posix/posix.h:115: warning: redundant redeclaration of ‘int wcscasecmp(const wchar_t*, const wchar_t*)’ in same scope
/usr/include/wchar.h:224: warning: previous declaration of ‘int wcscasecmp(const wchar_t*, const wchar_t*)’
Linking mocks_real
==== Building network (release) ====
Creating obj/network_Release
precompiled.h
In file included from ../../../libraries/osx/boost/include/boost/preprocessor/cat.hpp:17,
from ../../../libraries/osx/boost/include/boost/mpl/aux_/integral_wrapper.hpp:22,
from ../../../libraries/osx/boost/include/boost/mpl/int.hpp:20,
from ../../../libraries/osx/boost/include/boost/type_traits/detail/template_arity_spec.hpp:10,
from ../../../libraries/osx/boost/include/boost/type_traits/detail/bool_trait_def.hpp:14,
from ../../../libraries/osx/boost/include/boost/type_traits/is_array.hpp:27,
from ../../../libraries/osx/boost/include/boost/filesystem/path_traits.hpp:21,
from ../../../libraries/osx/boost/include/boost/filesystem/path.hpp:25,
from ../../../libraries/osx/boost/include/boost/filesystem.hpp:16,
from ../../../source/lib/pch/pch_boost.h:35,
from ../../../source/lib/precompiled.h:76,
from ../../../source/pch/network/precompiled.h:19:
../../../libraries/osx/boost/include/boost/preprocessor/config/config.hpp:86:77: warning: "__GXX_EXPERIMENTAL_CXX0X__" is not defined
In file included from ../../../libraries/osx/boost/include/boost/mpl/aux_/has_apply.hpp:17,
from ../../../libraries/osx/boost/include/boost/mpl/apply_wrap.hpp:23,
from ../../../libraries/osx/boost/include/boost/mpl/apply.hpp:23,
from ../../../libraries/osx/boost/include/boost/iterator/iterator_facade.hpp:34,
from ../../../libraries/osx/boost/include/boost/filesystem/path.hpp:28,
from ../../../libraries/osx/boost/include/boost/filesystem.hpp:16,
from ../../../source/lib/pch/pch_boost.h:35,
from ../../../source/lib/precompiled.h:76,
from ../../../source/pch/network/precompiled.h:19:
../../../libraries/osx/boost/include/boost/mpl/has_xxx.hpp:344:9: warning: "BOOST_MPL_HAS_XXX_NO_EXPLICIT_TEST_FUNCTION" is not defined
../../../libraries/osx/boost/include/boost/mpl/has_xxx.hpp:357:9: warning: "BOOST_MPL_HAS_XXX_NO_WRAPPED_TYPES" is not defined
../../../libraries/osx/boost/include/boost/mpl/has_xxx.hpp:386:9: warning: "BOOST_MPL_HAS_XXX_NO_EXPLICIT_TEST_FUNCTION" is not defined
../../../libraries/osx/boost/include/boost/mpl/has_xxx.hpp:459:8: warning: "BOOST_MPL_HAS_XXX_NEEDS_TEMPLATE_SFINAE" is not defined
In file included from ../../../source/lib/precompiled.h:73,
from ../../../source/pch/network/precompiled.h:19:
../../../source/lib/secure_crt.h:57: warning: redundant redeclaration of ‘size_t strnlen(const char*, size_t)’ in same scope
/usr/include/string.h:143: warning: previous declaration of ‘size_t strnlen(const char*, size_t)’
../../../source/lib/secure_crt.h:59: warning: redundant redeclaration of ‘size_t wcsnlen(const wchar_t*, size_t)’ in same scope
/usr/include/wchar.h:226: warning: previous declaration of ‘size_t wcsnlen(const wchar_t*, size_t)’
In file included from ../../../source/lib/precompiled.h:89,
from ../../../source/pch/network/precompiled.h:19:
../../../source/lib/posix/posix.h:111: warning: redundant redeclaration of ‘wchar_t* wcsdup(const wchar_t*)’ in same scope
/usr/include/wchar.h:223: warning: previous declaration of ‘wchar_t* wcsdup(const wchar_t*)’
../../../source/lib/posix/posix.h:115: warning: redundant redeclaration of ‘int wcscasecmp(const wchar_t*, const wchar_t*)’ in same scope
/usr/include/wchar.h:224: warning: previous declaration of ‘int wcscasecmp(const wchar_t*, const wchar_t*)’
fsm.cpp
NetClient.cpp
NetFileTransfer.cpp
NetHost.cpp
NetMessage.cpp
NetMessageSim.cpp
NetServer.cpp
NetSession.cpp
NetStats.cpp
NetTurnManager.cpp
precompiled.cpp
Linking network
==== Building simulation2 (release) ====
Creating obj/simulation2_Release
precompiled.h
In file included from ../../../libraries/osx/boost/include/boost/preprocessor/cat.hpp:17,
from ../../../libraries/osx/boost/include/boost/mpl/aux_/integral_wrapper.hpp:22,
from ../../../libraries/osx/boost/include/boost/mpl/int.hpp:20,
from ../../../libraries/osx/boost/include/boost/type_traits/detail/template_arity_spec.hpp:10,
from ../../../libraries/osx/boost/include/boost/type_traits/detail/bool_trait_def.hpp:14,
from ../../../libraries/osx/boost/include/boost/type_traits/is_array.hpp:27,
from ../../../libraries/osx/boost/include/boost/filesystem/path_traits.hpp:21,
from ../../../libraries/osx/boost/include/boost/filesystem/path.hpp:25,
from ../../../libraries/osx/boost/include/boost/filesystem.hpp:16,
from ../../../source/lib/pch/pch_boost.h:35,
from ../../../source/lib/precompiled.h:76,
from ../../../source/pch/simulation2/precompiled.h:19:
../../../libraries/osx/boost/include/boost/preprocessor/config/config.hpp:86:77: warning: "__GXX_EXPERIMENTAL_CXX0X__" is not defined
In file included from ../../../libraries/osx/boost/include/boost/mpl/aux_/has_apply.hpp:17,
from ../../../libraries/osx/boost/include/boost/mpl/apply_wrap.hpp:23,
from ../../../libraries/osx/boost/include/boost/mpl/apply.hpp:23,
from ../../../libraries/osx/boost/include/boost/iterator/iterator_facade.hpp:34,
from ../../../libraries/osx/boost/include/boost/filesystem/path.hpp:28,
from ../../../libraries/osx/boost/include/boost/filesystem.hpp:16,
from ../../../source/lib/pch/pch_boost.h:35,
from ../../../source/lib/precompiled.h:76,
from ../../../source/pch/simulation2/precompiled.h:19:
../../../libraries/osx/boost/include/boost/mpl/has_xxx.hpp:344:9: warning: "BOOST_MPL_HAS_XXX_NO_EXPLICIT_TEST_FUNCTION" is not defined
../../../libraries/osx/boost/include/boost/mpl/has_xxx.hpp:357:9: warning: "BOOST_MPL_HAS_XXX_NO_WRAPPED_TYPES" is not defined
../../../libraries/osx/boost/include/boost/mpl/has_xxx.hpp:386:9: warning: "BOOST_MPL_HAS_XXX_NO_EXPLICIT_TEST_FUNCTION" is not defined
../../../libraries/osx/boost/include/boost/mpl/has_xxx.hpp:459:8: warning: "BOOST_MPL_HAS_XXX_NEEDS_TEMPLATE_SFINAE" is not defined
In file included from ../../../source/lib/precompiled.h:73,
from ../../../source/pch/simulation2/precompiled.h:19:
../../../source/lib/secure_crt.h:57: warning: redundant redeclaration of ‘size_t strnlen(const char*, size_t)’ in same scope
/usr/include/string.h:143: warning: previous declaration of ‘size_t strnlen(const char*, size_t)’
../../../source/lib/secure_crt.h:59: warning: redundant redeclaration of ‘size_t wcsnlen(const wchar_t*, size_t)’ in same scope
/usr/include/wchar.h:226: warning: previous declaration of ‘size_t wcsnlen(const wchar_t*, size_t)’
In file included from ../../../source/lib/precompiled.h:89,
from ../../../source/pch/simulation2/precompiled.h:19:
../../../source/lib/posix/posix.h:111: warning: redundant redeclaration of ‘wchar_t* wcsdup(const wchar_t*)’ in same scope
/usr/include/wchar.h:223: warning: previous declaration of ‘wchar_t* wcsdup(const wchar_t*)’
../../../source/lib/posix/posix.h:115: warning: redundant redeclaration of ‘int wcscasecmp(const wchar_t*, const wchar_t*)’ in same scope
/usr/include/wchar.h:224: warning: previous declaration of ‘int wcscasecmp(const wchar_t*, const wchar_t*)’
Simulation2.cpp
CCmpAIManager.cpp
CCmpCommandQueue.cpp
CCmpDecay.cpp
CCmpFootprint.cpp
CCmpMinimap.cpp
CCmpMotionBall.cpp
CCmpObstruction.cpp
CCmpObstructionManager.cpp
CCmpOverlayRenderer.cpp
CCmpOwnership.cpp
CCmpPathfinder.cpp
CCmpPathfinder_Tile.cpp
CCmpPathfinder_Vertex.cpp
CCmpPosition.cpp
CCmpProjectileManager.cpp
CCmpRallyPointRenderer.cpp
CCmpRangeManager.cpp
CCmpSelectable.cpp
CCmpSoundManager.cpp
CCmpTemplateManager.cpp
CCmpTerrain.cpp
CCmpTerritoryInfluence.cpp
CCmpTerritoryManager.cpp
CCmpTest.cpp
CCmpUnitMotion.cpp
CCmpVision.cpp
CCmpVisualActor.cpp
CCmpWaterManager.cpp
ICmpAIInterface.cpp
ICmpAIManager.cpp
ICmpCommandQueue.cpp
ICmpDecay.cpp
ICmpFootprint.cpp
ICmpGuiInterface.cpp
ICmpIdentity.cpp
ICmpMinimap.cpp
ICmpMotion.cpp
ICmpObstruction.cpp
ICmpObstructionManager.cpp
ICmpOverlayRenderer.cpp
ICmpOwnership.cpp
ICmpPathfinder.cpp
ICmpPlayer.cpp
ICmpPlayerManager.cpp
ICmpPosition.cpp
ICmpProjectileManager.cpp
ICmpRallyPointRenderer.cpp
ICmpRangeManager.cpp
ICmpSelectable.cpp
ICmpSettlement.cpp
ICmpSoundManager.cpp
ICmpTechnologyManager.cpp
ICmpTemplateManager.cpp
ICmpTerrain.cpp
ICmpTerritoryInfluence.cpp
ICmpTerritoryManager.cpp
ICmpTest.cpp
ICmpUnitMotion.cpp
ICmpUnknownScript.cpp
ICmpVision.cpp
ICmpVisual.cpp
ICmpWaterManager.cpp
Geometry.cpp
Render.cpp
Selection.cpp
EngineScriptConversions.cpp
MessageTypeConversions.cpp
ScriptComponent.cpp
BinarySerializer.cpp
DebugSerializer.cpp
HashSerializer.cpp
IDeserializer.cpp
ISerializer.cpp
StdDeserializer.cpp
StdSerializer.cpp
CmpPtr.cpp
ComponentManager.cpp
ComponentManagerSerialization.cpp
IComponent.cpp
ParamNode.cpp
SimContext.cpp
precompiled.cpp
Linking simulation2
==== Building scriptinterface (release) ====
Creating obj/scriptinterface_Release
precompiled.h
In file included from ../../../libraries/osx/boost/include/boost/preprocessor/cat.hpp:17,
from ../../../libraries/osx/boost/include/boost/mpl/aux_/integral_wrapper.hpp:22,
from ../../../libraries/osx/boost/include/boost/mpl/int.hpp:20,
from ../../../libraries/osx/boost/include/boost/type_traits/detail/template_arity_spec.hpp:10,
from ../../../libraries/osx/boost/include/boost/type_traits/detail/bool_trait_def.hpp:14,
from ../../../libraries/osx/boost/include/boost/type_traits/is_array.hpp:27,
from ../../../libraries/osx/boost/include/boost/filesystem/path_traits.hpp:21,
from ../../../libraries/osx/boost/include/boost/filesystem/path.hpp:25,
from ../../../libraries/osx/boost/include/boost/filesystem.hpp:16,
from ../../../source/lib/pch/pch_boost.h:35,
from ../../../source/lib/precompiled.h:76,
from ../../../source/pch/scriptinterface/precompiled.h:19:
../../../libraries/osx/boost/include/boost/preprocessor/config/config.hpp:86:77: warning: "__GXX_EXPERIMENTAL_CXX0X__" is not defined
In file included from ../../../libraries/osx/boost/include/boost/mpl/aux_/has_apply.hpp:17,
from ../../../libraries/osx/boost/include/boost/mpl/apply_wrap.hpp:23,
from ../../../libraries/osx/boost/include/boost/mpl/apply.hpp:23,
from ../../../libraries/osx/boost/include/boost/iterator/iterator_facade.hpp:34,
from ../../../libraries/osx/boost/include/boost/filesystem/path.hpp:28,
from ../../../libraries/osx/boost/include/boost/filesystem.hpp:16,
from ../../../source/lib/pch/pch_boost.h:35,
from ../../../source/lib/precompiled.h:76,
from ../../../source/pch/scriptinterface/precompiled.h:19:
../../../libraries/osx/boost/include/boost/mpl/has_xxx.hpp:344:9: warning: "BOOST_MPL_HAS_XXX_NO_EXPLICIT_TEST_FUNCTION" is not defined
../../../libraries/osx/boost/include/boost/mpl/has_xxx.hpp:357:9: warning: "BOOST_MPL_HAS_XXX_NO_WRAPPED_TYPES" is not defined
../../../libraries/osx/boost/include/boost/mpl/has_xxx.hpp:386:9: warning: "BOOST_MPL_HAS_XXX_NO_EXPLICIT_TEST_FUNCTION" is not defined
../../../libraries/osx/boost/include/boost/mpl/has_xxx.hpp:459:8: warning: "BOOST_MPL_HAS_XXX_NEEDS_TEMPLATE_SFINAE" is not defined
In file included from ../../../source/lib/precompiled.h:73,
from ../../../source/pch/scriptinterface/precompiled.h:19:
../../../source/lib/secure_crt.h:57: warning: redundant redeclaration of ‘size_t strnlen(const char*, size_t)’ in same scope
/usr/include/string.h:143: warning: previous declaration of ‘size_t strnlen(const char*, size_t)’
../../../source/lib/secure_crt.h:59: warning: redundant redeclaration of ‘size_t wcsnlen(const wchar_t*, size_t)’ in same scope
/usr/include/wchar.h:226: warning: previous declaration of ‘size_t wcsnlen(const wchar_t*, size_t)’
In file included from ../../../source/lib/precompiled.h:89,
from ../../../source/pch/scriptinterface/precompiled.h:19:
../../../source/lib/posix/posix.h:111: warning: redundant redeclaration of ‘wchar_t* wcsdup(const wchar_t*)’ in same scope
/usr/include/wchar.h:223: warning: previous declaration of ‘wchar_t* wcsdup(const wchar_t*)’
../../../source/lib/posix/posix.h:115: warning: redundant redeclaration of ‘int wcscasecmp(const wchar_t*, const wchar_t*)’ in same scope
/usr/include/wchar.h:224: warning: previous declaration of ‘int wcscasecmp(const wchar_t*, const wchar_t*)’
AutoRooters.cpp
ScriptConversions.cpp
ScriptInterface.cpp
In file included from ../../../libraries/osx/boost/include/boost/parameter/parameters.hpp:44,
from ../../../libraries/osx/boost/include/boost/flyweight/detail/value_tag.hpp:17,
from ../../../libraries/osx/boost/include/boost/flyweight/detail/default_value_policy.hpp:16,
from ../../../libraries/osx/boost/include/boost/flyweight/flyweight.hpp:21,
from ../../../libraries/osx/boost/include/boost/flyweight.hpp:16,
from ../../../source/scriptinterface/ScriptInterface.cpp:38:
../../../libraries/osx/boost/include/boost/parameter/aux_/unwrap_cv_reference.hpp:47:1: warning: "MSVC_WORKAROUND_GUARD" is not defined
../../../libraries/osx/boost/include/boost/parameter/aux_/unwrap_cv_reference.hpp:47:1: warning: "MSVC" is not defined
ScriptStats.cpp
ScriptVal.cpp
precompiled.cpp
Linking scriptinterface
==== Building engine (release) ====
Creating obj/engine_Release
precompiled.h
In file included from ../../../libraries/osx/boost/include/boost/preprocessor/cat.hpp:17,
from ../../../libraries/osx/boost/include/boost/mpl/aux_/integral_wrapper.hpp:22,
from ../../../libraries/osx/boost/include/boost/mpl/int.hpp:20,
from ../../../libraries/osx/boost/include/boost/type_traits/detail/template_arity_spec.hpp:10,
from ../../../libraries/osx/boost/include/boost/type_traits/detail/bool_trait_def.hpp:14,
from ../../../libraries/osx/boost/include/boost/type_traits/is_array.hpp:27,
from ../../../libraries/osx/boost/include/boost/filesystem/path_traits.hpp:21,
from ../../../libraries/osx/boost/include/boost/filesystem/path.hpp:25,
from ../../../libraries/osx/boost/include/boost/filesystem.hpp:16,
from ../../../source/lib/pch/pch_boost.h:35,
from ../../../source/lib/precompiled.h:76,
from ../../../source/pch/engine/precompiled.h:18:
../../../libraries/osx/boost/include/boost/preprocessor/config/config.hpp:86:77: warning: "__GXX_EXPERIMENTAL_CXX0X__" is not defined
In file included from ../../../libraries/osx/boost/include/boost/mpl/aux_/has_apply.hpp:17,
from ../../../libraries/osx/boost/include/boost/mpl/apply_wrap.hpp:23,
from ../../../libraries/osx/boost/include/boost/mpl/apply.hpp:23,
from ../../../libraries/osx/boost/include/boost/iterator/iterator_facade.hpp:34,
from ../../../libraries/osx/boost/include/boost/filesystem/path.hpp:28,
from ../../../libraries/osx/boost/include/boost/filesystem.hpp:16,
from ../../../source/lib/pch/pch_boost.h:35,
from ../../../source/lib/precompiled.h:76,
from ../../../source/pch/engine/precompiled.h:18:
../../../libraries/osx/boost/include/boost/mpl/has_xxx.hpp:344:9: warning: "BOOST_MPL_HAS_XXX_NO_EXPLICIT_TEST_FUNCTION" is not defined
../../../libraries/osx/boost/include/boost/mpl/has_xxx.hpp:357:9: warning: "BOOST_MPL_HAS_XXX_NO_WRAPPED_TYPES" is not defined
../../../libraries/osx/boost/include/boost/mpl/has_xxx.hpp:386:9: warning: "BOOST_MPL_HAS_XXX_NO_EXPLICIT_TEST_FUNCTION" is not defined
../../../libraries/osx/boost/include/boost/mpl/has_xxx.hpp:459:8: warning: "BOOST_MPL_HAS_XXX_NEEDS_TEMPLATE_SFINAE" is not defined
In file included from ../../../source/lib/precompiled.h:73,
from ../../../source/pch/engine/precompiled.h:18:
../../../source/lib/secure_crt.h:57: warning: redundant redeclaration of ‘size_t strnlen(const char*, size_t)’ in same scope
/usr/include/string.h:143: warning: previous declaration of ‘size_t strnlen(const char*, size_t)’
../../../source/lib/secure_crt.h:59: warning: redundant redeclaration of ‘size_t wcsnlen(const wchar_t*, size_t)’ in same scope
/usr/include/wchar.h:226: warning: previous declaration of ‘size_t wcsnlen(const wchar_t*, size_t)’
In file included from ../../../source/lib/precompiled.h:89,
from ../../../source/pch/engine/precompiled.h:18:
../../../source/lib/posix/posix.h:111: warning: redundant redeclaration of ‘wchar_t* wcsdup(const wchar_t*)’ in same scope
/usr/include/wchar.h:223: warning: previous declaration of ‘wchar_t* wcsdup(const wchar_t*)’
../../../source/lib/posix/posix.h:115: warning: redundant redeclaration of ‘int wcscasecmp(const wchar_t*, const wchar_t*)’ in same scope
/usr/include/wchar.h:224: warning: previous declaration of ‘int wcscasecmp(const wchar_t*, const wchar_t*)’
ArchiveBuilder.cpp
CacheLoader.cpp
CConsole.cpp
CLogger.cpp
Compress.cpp
ConfigDB.cpp
CStr.cpp
CStrIntern.cpp
DllLoader.cpp
Errors.cpp
FileIo.cpp
Filesystem.cpp
Font.cpp
Game.cpp
Globals.cpp
Hotkey.cpp
Joystick.cpp
KeyName.cpp
Loader.cpp
Overlay.cpp
Parser.cpp
Preprocessor.cpp
PreprocessorWrapper.cpp
Profile.cpp
Profiler2.cpp
Profiler2GPU.cpp
ProfileViewer.cpp
Pyrogenesis.cpp
Replay.cpp
SavedGame.cpp
ThreadUtil.cpp
TouchInput.cpp
UserReport.cpp
Util.cpp
VideoMode.cpp
World.cpp
JSInterface_Console.cpp
JSInterface_VFS.cpp
Atlas.cpp
CmdLineArgs.cpp
Config.cpp
GameSetup.cpp
HWDetect.cpp
Paths.cpp
RelaxNG.cpp
Xeromyces.cpp
XeroXMB.cpp
XMLWriter.cpp
SoundManager.cpp
ogg.cpp
../../../libraries/osx/vorbis/include/vorbis/vorbisfile.h:75: warning: ‘OV_CALLBACKS_DEFAULT’ defined but not used
../../../libraries/osx/vorbis/include/vorbis/vorbisfile.h:82: warning: ‘OV_CALLBACKS_NOCLOSE’ defined but not used
../../../libraries/osx/vorbis/include/vorbis/vorbisfile.h:89: warning: ‘OV_CALLBACKS_STREAMONLY’ defined but not used
../../../libraries/osx/vorbis/include/vorbis/vorbisfile.h:96: warning: ‘OV_CALLBACKS_STREAMONLY_NOCLOSE’ defined but not used
OggData.cpp
SoundData.cpp
CBufferItem.cpp
CSoundBase.cpp
../../../source/soundmanager/items/CSoundBase.cpp:57: warning: unused parameter ‘itemData’
../../../source/soundmanager/items/CSoundBase.cpp:61: warning: unused parameter ‘itemData’
CSoundItem.cpp
CStreamItem.cpp
AmbientSound.cpp
MusicSound.cpp
Sound.cpp
SoundGroup.cpp
../../../source/soundmanager/js/SoundGroup.cpp: In member function ‘void CSoundGroup::UploadPropertiesAndPlay(int, const CVector3D&, entity_id_t)’:
../../../source/soundmanager/js/SoundGroup.cpp:176: warning: comparison between signed and unsigned integer expressions
SoundPlayer.cpp
JSConversions.cpp
JSUtil.cpp
ScriptableObject.cpp
ScriptGlue.cpp
ScriptingHost.cpp
BoundingBoxAligned.cpp
BoundingBoxOriented.cpp
Brush.cpp
Fixed.cpp
Matrix3D.cpp
MD5.cpp
Noise.cpp
NUSpline.cpp
Plane.cpp
Quaternion.cpp
Sqrt.cpp
Vector3D.cpp
JSInterface_Vector3D.cpp
precompiled.cpp
Linking engine
==== Building graphics (release) ====
Creating obj/graphics_Release
precompiled.h
In file included from ../../../libraries/osx/boost/include/boost/preprocessor/cat.hpp:17,
from ../../../libraries/osx/boost/include/boost/mpl/aux_/integral_wrapper.hpp:22,
from ../../../libraries/osx/boost/include/boost/mpl/int.hpp:20,
from ../../../libraries/osx/boost/include/boost/type_traits/detail/template_arity_spec.hpp:10,
from ../../../libraries/osx/boost/include/boost/type_traits/detail/bool_trait_def.hpp:14,
from ../../../libraries/osx/boost/include/boost/type_traits/is_array.hpp:27,
from ../../../libraries/osx/boost/include/boost/filesystem/path_traits.hpp:21,
from ../../../libraries/osx/boost/include/boost/filesystem/path.hpp:25,
from ../../../libraries/osx/boost/include/boost/filesystem.hpp:16,
from ../../../source/lib/pch/pch_boost.h:35,
from ../../../source/lib/precompiled.h:76,
from ../../../source/pch/graphics/precompiled.h:18:
../../../libraries/osx/boost/include/boost/preprocessor/config/config.hpp:86:77: warning: "__GXX_EXPERIMENTAL_CXX0X__" is not defined
In file included from ../../../libraries/osx/boost/include/boost/mpl/aux_/has_apply.hpp:17,
from ../../../libraries/osx/boost/include/boost/mpl/apply_wrap.hpp:23,
from ../../../libraries/osx/boost/include/boost/mpl/apply.hpp:23,
from ../../../libraries/osx/boost/include/boost/iterator/iterator_facade.hpp:34,
from ../../../libraries/osx/boost/include/boost/filesystem/path.hpp:28,
from ../../../libraries/osx/boost/include/boost/filesystem.hpp:16,
from ../../../source/lib/pch/pch_boost.h:35,
from ../../../source/lib/precompiled.h:76,
from ../../../source/pch/graphics/precompiled.h:18:
../../../libraries/osx/boost/include/boost/mpl/has_xxx.hpp:344:9: warning: "BOOST_MPL_HAS_XXX_NO_EXPLICIT_TEST_FUNCTION" is not defined
../../../libraries/osx/boost/include/boost/mpl/has_xxx.hpp:357:9: warning: "BOOST_MPL_HAS_XXX_NO_WRAPPED_TYPES" is not defined
../../../libraries/osx/boost/include/boost/mpl/has_xxx.hpp:386:9: warning: "BOOST_MPL_HAS_XXX_NO_EXPLICIT_TEST_FUNCTION" is not defined
../../../libraries/osx/boost/include/boost/mpl/has_xxx.hpp:459:8: warning: "BOOST_MPL_HAS_XXX_NEEDS_TEMPLATE_SFINAE" is not defined
In file included from ../../../source/lib/precompiled.h:73,
from ../../../source/pch/graphics/precompiled.h:18:
../../../source/lib/secure_crt.h:57: warning: redundant redeclaration of ‘size_t strnlen(const char*, size_t)’ in same scope
/usr/include/string.h:143: warning: previous declaration of ‘size_t strnlen(const char*, size_t)’
../../../source/lib/secure_crt.h:59: warning: redundant redeclaration of ‘size_t wcsnlen(const wchar_t*, size_t)’ in same scope
/usr/include/wchar.h:226: warning: previous declaration of ‘size_t wcsnlen(const wchar_t*, size_t)’
In file included from ../../../source/lib/precompiled.h:89,
from ../../../source/pch/graphics/precompiled.h:18:
../../../source/lib/posix/posix.h:111: warning: redundant redeclaration of ‘wchar_t* wcsdup(const wchar_t*)’ in same scope
/usr/include/wchar.h:223: warning: previous declaration of ‘wchar_t* wcsdup(const wchar_t*)’
../../../source/lib/posix/posix.h:115: warning: redundant redeclaration of ‘int wcscasecmp(const wchar_t*, const wchar_t*)’ in same scope
/usr/include/wchar.h:224: warning: previous declaration of ‘int wcscasecmp(const wchar_t*, const wchar_t*)’
Camera.cpp
CinemaTrack.cpp
ColladaManager.cpp
Color.cpp
Decal.cpp
Frustum.cpp
GameView.cpp
HeightMipmap.cpp
HFTracer.cpp
LightEnv.cpp
LOSTexture.cpp
MapGenerator.cpp
MapReader.cpp
MapWriter.cpp
Material.cpp
MaterialManager.cpp
MeshManager.cpp
MiniPatch.cpp
Model.cpp
ModelAbstract.cpp
ModelDef.cpp
ObjectBase.cpp
ObjectEntry.cpp
ObjectManager.cpp
Overlay.cpp
ParticleEmitter.cpp
ParticleEmitterType.cpp
ParticleManager.cpp
Patch.cpp
ShaderDefines.cpp
ShaderManager.cpp
ShaderProgram.cpp
ShaderProgramFFP.cpp
ShaderTechnique.cpp
SkeletonAnimDef.cpp
SkeletonAnimManager.cpp
Terrain.cpp
TerrainProperties.cpp
TerrainTextureEntry.cpp
TerrainTextureManager.cpp
TerritoryBoundary.cpp
TerritoryTexture.cpp
TextRenderer.cpp
TextureConverter.cpp
TextureManager.cpp
Unit.cpp
UnitAnimation.cpp
UnitManager.cpp
AlphaMapCalculator.cpp
DecalRData.cpp
HWLightingModelRenderer.cpp
InstancingModelRenderer.cpp
MikktspaceWrap.cpp
ModelRenderer.cpp
OverlayRenderer.cpp
ParticleRenderer.cpp
PatchRData.cpp
PostprocManager.cpp
Renderer.cpp
RenderModifiers.cpp
Scene.cpp
ShadowMap.cpp
SkyManager.cpp
TerrainOverlay.cpp
TerrainRenderer.cpp
TexturedLineRData.cpp
TimeManager.cpp
VertexArray.cpp
VertexBuffer.cpp
VertexBufferManager.cpp
WaterManager.cpp
mikktspace.cpp
weldmesh.cpp
precompiled.cpp
Linking graphics
==== Building atlas (release) ====
Creating obj/atlas_Release
precompiled.h
In file included from ../../../libraries/osx/boost/include/boost/preprocessor/cat.hpp:17,
from ../../../libraries/osx/boost/include/boost/mpl/aux_/integral_wrapper.hpp:22,
from ../../../libraries/osx/boost/include/boost/mpl/int.hpp:20,
from ../../../libraries/osx/boost/include/boost/type_traits/detail/template_arity_spec.hpp:10,
from ../../../libraries/osx/boost/include/boost/type_traits/detail/bool_trait_def.hpp:14,
from ../../../libraries/osx/boost/include/boost/type_traits/is_array.hpp:27,
from ../../../libraries/osx/boost/include/boost/filesystem/path_traits.hpp:21,
from ../../../libraries/osx/boost/include/boost/filesystem/path.hpp:25,
from ../../../libraries/osx/boost/include/boost/filesystem.hpp:16,
from ../../../source/lib/pch/pch_boost.h:35,
from ../../../source/lib/precompiled.h:76,
from ../../../source/pch/atlas/precompiled.h:18:
../../../libraries/osx/boost/include/boost/preprocessor/config/config.hpp:86:77: warning: "__GXX_EXPERIMENTAL_CXX0X__" is not defined
In file included from ../../../libraries/osx/boost/include/boost/mpl/aux_/has_apply.hpp:17,
from ../../../libraries/osx/boost/include/boost/mpl/apply_wrap.hpp:23,
from ../../../libraries/osx/boost/include/boost/mpl/apply.hpp:23,
from ../../../libraries/osx/boost/include/boost/iterator/iterator_facade.hpp:34,
from ../../../libraries/osx/boost/include/boost/filesystem/path.hpp:28,
from ../../../libraries/osx/boost/include/boost/filesystem.hpp:16,
from ../../../source/lib/pch/pch_boost.h:35,
from ../../../source/lib/precompiled.h:76,
from ../../../source/pch/atlas/precompiled.h:18:
../../../libraries/osx/boost/include/boost/mpl/has_xxx.hpp:344:9: warning: "BOOST_MPL_HAS_XXX_NO_EXPLICIT_TEST_FUNCTION" is not defined
../../../libraries/osx/boost/include/boost/mpl/has_xxx.hpp:357:9: warning: "BOOST_MPL_HAS_XXX_NO_WRAPPED_TYPES" is not defined
../../../libraries/osx/boost/include/boost/mpl/has_xxx.hpp:386:9: warning: "BOOST_MPL_HAS_XXX_NO_EXPLICIT_TEST_FUNCTION" is not defined
../../../libraries/osx/boost/include/boost/mpl/has_xxx.hpp:459:8: warning: "BOOST_MPL_HAS_XXX_NEEDS_TEMPLATE_SFINAE" is not defined
In file included from ../../../source/lib/precompiled.h:73,
from ../../../source/pch/atlas/precompiled.h:18:
../../../source/lib/secure_crt.h:57: warning: redundant redeclaration of ‘size_t strnlen(const char*, size_t)’ in same scope
/usr/include/string.h:143: warning: previous declaration of ‘size_t strnlen(const char*, size_t)’
../../../source/lib/secure_crt.h:59: warning: redundant redeclaration of ‘size_t wcsnlen(const wchar_t*, size_t)’ in same scope
/usr/include/wchar.h:226: warning: previous declaration of ‘size_t wcsnlen(const wchar_t*, size_t)’
In file included from ../../../source/lib/precompiled.h:89,
from ../../../source/pch/atlas/precompiled.h:18:
../../../source/lib/posix/posix.h:111: warning: redundant redeclaration of ‘wchar_t* wcsdup(const wchar_t*)’ in same scope
/usr/include/wchar.h:223: warning: previous declaration of ‘wchar_t* wcsdup(const wchar_t*)’
../../../source/lib/posix/posix.h:115: warning: redundant redeclaration of ‘int wcscasecmp(const wchar_t*, const wchar_t*)’ in same scope
/usr/include/wchar.h:224: warning: previous declaration of ‘int wcscasecmp(const wchar_t*, const wchar_t*)’
ActorViewer.cpp
Brushes.cpp
CommandProc.cpp
GameLoop.cpp
InputProcessor.cpp
MessagePasserImpl.cpp
Misc.cpp
Register.cpp
SimState.cpp
View.cpp
BrushHandlers.cpp
CameraCtrlHandlers.cpp
CinemaHandler.cpp
CommandHandlers.cpp
ElevationHandlers.cpp
EnvironmentHandlers.cpp
GraphicsSetupHandlers.cpp
MapHandlers.cpp
MessageHandler.cpp
MiscHandlers.cpp
ObjectHandlers.cpp
PlayerHandlers.cpp
TerrainHandlers.cpp
TriggerHandler.cpp
precompiled.cpp
Linking atlas
==== Building gui (release) ====
Creating obj/gui_Release
precompiled.h
In file included from ../../../libraries/osx/boost/include/boost/preprocessor/cat.hpp:17,
from ../../../libraries/osx/boost/include/boost/mpl/aux_/integral_wrapper.hpp:22,
from ../../../libraries/osx/boost/include/boost/mpl/int.hpp:20,
from ../../../libraries/osx/boost/include/boost/type_traits/detail/template_arity_spec.hpp:10,
from ../../../libraries/osx/boost/include/boost/type_traits/detail/bool_trait_def.hpp:14,
from ../../../libraries/osx/boost/include/boost/type_traits/is_array.hpp:27,
from ../../../libraries/osx/boost/include/boost/filesystem/path_traits.hpp:21,
from ../../../libraries/osx/boost/include/boost/filesystem/path.hpp:25,
from ../../../libraries/osx/boost/include/boost/filesystem.hpp:16,
from ../../../source/lib/pch/pch_boost.h:35,
from ../../../source/lib/precompiled.h:76,
from ../../../source/pch/gui/precompiled.h:18:
../../../libraries/osx/boost/include/boost/preprocessor/config/config.hpp:86:77: warning: "__GXX_EXPERIMENTAL_CXX0X__" is not defined
In file included from ../../../libraries/osx/boost/include/boost/mpl/aux_/has_apply.hpp:17,
from ../../../libraries/osx/boost/include/boost/mpl/apply_wrap.hpp:23,
from ../../../libraries/osx/boost/include/boost/mpl/apply.hpp:23,
from ../../../libraries/osx/boost/include/boost/iterator/iterator_facade.hpp:34,
from ../../../libraries/osx/boost/include/boost/filesystem/path.hpp:28,
from ../../../libraries/osx/boost/include/boost/filesystem.hpp:16,
from ../../../source/lib/pch/pch_boost.h:35,
from ../../../source/lib/precompiled.h:76,
from ../../../source/pch/gui/precompiled.h:18:
../../../libraries/osx/boost/include/boost/mpl/has_xxx.hpp:344:9: warning: "BOOST_MPL_HAS_XXX_NO_EXPLICIT_TEST_FUNCTION" is not defined
../../../libraries/osx/boost/include/boost/mpl/has_xxx.hpp:357:9: warning: "BOOST_MPL_HAS_XXX_NO_WRAPPED_TYPES" is not defined
../../../libraries/osx/boost/include/boost/mpl/has_xxx.hpp:386:9: warning: "BOOST_MPL_HAS_XXX_NO_EXPLICIT_TEST_FUNCTION" is not defined
../../../libraries/osx/boost/include/boost/mpl/has_xxx.hpp:459:8: warning: "BOOST_MPL_HAS_XXX_NEEDS_TEMPLATE_SFINAE" is not defined
In file included from ../../../source/lib/precompiled.h:73,
from ../../../source/pch/gui/precompiled.h:18:
../../../source/lib/secure_crt.h:57: warning: redundant redeclaration of ‘size_t strnlen(const char*, size_t)’ in same scope
/usr/include/string.h:143: warning: previous declaration of ‘size_t strnlen(const char*, size_t)’
../../../source/lib/secure_crt.h:59: warning: redundant redeclaration of ‘size_t wcsnlen(const wchar_t*, size_t)’ in same scope
/usr/include/wchar.h:226: warning: previous declaration of ‘size_t wcsnlen(const wchar_t*, size_t)’
In file included from ../../../source/lib/precompiled.h:89,
from ../../../source/pch/gui/precompiled.h:18:
../../../source/lib/posix/posix.h:111: warning: redundant redeclaration of ‘wchar_t* wcsdup(const wchar_t*)’ in same scope
/usr/include/wchar.h:223: warning: previous declaration of ‘wchar_t* wcsdup(const wchar_t*)’
../../../source/lib/posix/posix.h:115: warning: redundant redeclaration of ‘int wcscasecmp(const wchar_t*, const wchar_t*)’ in same scope
/usr/include/wchar.h:224: warning: previous declaration of ‘int wcscasecmp(const wchar_t*, const wchar_t*)’
CButton.cpp
CCheckBox.cpp
CDropDown.cpp
CGUI.cpp
CGUIScrollBarVertical.cpp
CGUISprite.cpp
CImage.cpp
CInput.cpp
CList.cpp
CProgressBar.cpp
CRadioButton.cpp
CText.cpp
CTooltip.cpp
GUIbase.cpp
GUIManager.cpp
GUIRenderer.cpp
GUItext.cpp
GUITooltip.cpp
GUIutil.cpp
IGUIButtonBehavior.cpp
IGUIObject.cpp
IGUIScrollBar.cpp
IGUIScrollBarOwner.cpp
IGUITextOwner.cpp
MiniMap.cpp
GuiScriptConversions.cpp
JSInterface_GUITypes.cpp
JSInterface_IGUIObject.cpp
ScriptFunctions.cpp
precompiled.cpp
Linking gui
==== Building lowlevel (release) ====
Creating obj/lowlevel_Release
precompiled.h
In file included from ../../../libraries/osx/boost/include/boost/preprocessor/cat.hpp:17,
from ../../../libraries/osx/boost/include/boost/mpl/aux_/integral_wrapper.hpp:22,
from ../../../libraries/osx/boost/include/boost/mpl/int.hpp:20,
from ../../../libraries/osx/boost/include/boost/type_traits/detail/template_arity_spec.hpp:10,
from ../../../libraries/osx/boost/include/boost/type_traits/detail/bool_trait_def.hpp:14,
from ../../../libraries/osx/boost/include/boost/type_traits/is_array.hpp:27,
from ../../../libraries/osx/boost/include/boost/filesystem/path_traits.hpp:21,
from ../../../libraries/osx/boost/include/boost/filesystem/path.hpp:25,
from ../../../libraries/osx/boost/include/boost/filesystem.hpp:16,
from ../../../source/lib/pch/pch_boost.h:35,
from ../../../source/lib/precompiled.h:76,
from ../../../source/pch/lowlevel/precompiled.h:18:
../../../libraries/osx/boost/include/boost/preprocessor/config/config.hpp:86:77: warning: "__GXX_EXPERIMENTAL_CXX0X__" is not defined
In file included from ../../../libraries/osx/boost/include/boost/mpl/aux_/has_apply.hpp:17,
from ../../../libraries/osx/boost/include/boost/mpl/apply_wrap.hpp:23,
from ../../../libraries/osx/boost/include/boost/mpl/apply.hpp:23,
from ../../../libraries/osx/boost/include/boost/iterator/iterator_facade.hpp:34,
from ../../../libraries/osx/boost/include/boost/filesystem/path.hpp:28,
from ../../../libraries/osx/boost/include/boost/filesystem.hpp:16,
from ../../../source/lib/pch/pch_boost.h:35,
from ../../../source/lib/precompiled.h:76,
from ../../../source/pch/lowlevel/precompiled.h:18:
../../../libraries/osx/boost/include/boost/mpl/has_xxx.hpp:344:9: warning: "BOOST_MPL_HAS_XXX_NO_EXPLICIT_TEST_FUNCTION" is not defined
../../../libraries/osx/boost/include/boost/mpl/has_xxx.hpp:357:9: warning: "BOOST_MPL_HAS_XXX_NO_WRAPPED_TYPES" is not defined
../../../libraries/osx/boost/include/boost/mpl/has_xxx.hpp:386:9: warning: "BOOST_MPL_HAS_XXX_NO_EXPLICIT_TEST_FUNCTION" is not defined
../../../libraries/osx/boost/include/boost/mpl/has_xxx.hpp:459:8: warning: "BOOST_MPL_HAS_XXX_NEEDS_TEMPLATE_SFINAE" is not defined
In file included from ../../../source/lib/precompiled.h:73,
from ../../../source/pch/lowlevel/precompiled.h:18:
../../../source/lib/secure_crt.h:57: warning: redundant redeclaration of ‘size_t strnlen(const char*, size_t)’ in same scope
/usr/include/string.h:143: warning: previous declaration of ‘size_t strnlen(const char*, size_t)’
../../../source/lib/secure_crt.h:59: warning: redundant redeclaration of ‘size_t wcsnlen(const wchar_t*, size_t)’ in same scope
/usr/include/wchar.h:226: warning: previous declaration of ‘size_t wcsnlen(const wchar_t*, size_t)’
In file included from ../../../source/lib/precompiled.h:89,
from ../../../source/pch/lowlevel/precompiled.h:18:
../../../source/lib/posix/posix.h:111: warning: redundant redeclaration of ‘wchar_t* wcsdup(const wchar_t*)’ in same scope
/usr/include/wchar.h:223: warning: previous declaration of ‘wchar_t* wcsdup(const wchar_t*)’
../../../source/lib/posix/posix.h:115: warning: redundant redeclaration of ‘int wcscasecmp(const wchar_t*, const wchar_t*)’ in same scope
/usr/include/wchar.h:224: warning: previous declaration of ‘int wcscasecmp(const wchar_t*, const wchar_t*)’
app_hooks.cpp
base32.cpp
bits.cpp
byte_order.cpp
debug.cpp
debug_stl.cpp
fnv_hash.cpp
frequency_filter.cpp
input.cpp
lib.cpp
module_init.cpp
ogl.cpp
path.cpp
rand.cpp
regex.cpp
secure_crt.cpp
self_test.cpp
status.cpp
svn_revision.cpp
timer.cpp
utf8.cpp
wsecure_crt.cpp
arena.cpp
dynarray.cpp
freelist.cpp
headerless.cpp
page_aligned.cpp
pool.cpp
shared_ptr.cpp
unique_range.cpp
dbghelp.cpp
file.cpp
file_system.cpp
archive.cpp
archive_builder.cpp
archive_zip.cpp
codec.cpp
codec_zlib.cpp
stream.cpp
file_loader.cpp
file_stats.cpp
real_directory.cpp
trace.cpp
io.cpp
write_buffer.cpp
file_cache.cpp
vfs.cpp
vfs_lookup.cpp
vfs_path.cpp
vfs_populate.cpp
vfs_tree.cpp
vfs_util.cpp
posix.cpp
h_mgr.cpp
cursor.cpp
ogl_tex.cpp
unifont.cpp
acpi.cpp
cpu.cpp
gfx.cpp
os_cpu.cpp
smbios.cpp
snd.cpp
tex.cpp
tex_bmp.cpp
tex_codec.cpp
tex_dds.cpp
tex_jpg.cpp
tex_png.cpp
tex_tga.cpp
amd64.cpp
apic.cpp
cache.cpp
msr.cpp
topology.cpp
x86_x64.cpp
dir_watch.cpp
ocpu.cpp
odbg.cpp
osx.cpp
../../../source/lib/sysdep/os/osx/osx.cpp: In function ‘Status gfx::GetVideoMode(int*, int*, int*, int*)’:
../../../source/lib/sysdep/os/osx/osx.cpp:95: warning: type-punning to incomplete type might break strict-aliasing rules
../../../source/lib/sysdep/os/osx/osx.cpp:97: warning: type-punning to incomplete type might break strict-aliasing rules
../../../source/lib/sysdep/os/osx/osx.cpp:99: warning: type-punning to incomplete type might break strict-aliasing rules
../../../source/lib/sysdep/os/osx/osx.cpp: At global scope:
../../../source/lib/sysdep/os/osx/osx.cpp:130: warning: unused parameter ‘xres’
../../../source/lib/sysdep/os/osx/osx.cpp:130: warning: unused parameter ‘yres’
../../../source/lib/sysdep/os/osx/osx.cpp:130: warning: unused parameter ‘bpp’
../../../source/lib/sysdep/os/osx/osx.cpp:130: warning: unused parameter ‘freq’
osx_bundle.mm
osx_pasteboard.mm
osx_paths.mm
osx_sys_cursor.mm
In file included from ../../../libraries/osx/boost/include/boost/preprocessor/cat.hpp:17,
from ../../../libraries/osx/boost/include/boost/mpl/aux_/integral_wrapper.hpp:22,
from ../../../libraries/osx/boost/include/boost/mpl/int.hpp:20,
from ../../../libraries/osx/boost/include/boost/type_traits/detail/template_arity_spec.hpp:10,
from ../../../libraries/osx/boost/include/boost/type_traits/detail/bool_trait_def.hpp:14,
from ../../../libraries/osx/boost/include/boost/type_traits/is_array.hpp:27,
from ../../../libraries/osx/boost/include/boost/filesystem/path_traits.hpp:21,
from ../../../libraries/osx/boost/include/boost/filesystem/path.hpp:25,
from ../../../libraries/osx/boost/include/boost/filesystem.hpp:16,
from ../../../source/lib/pch/pch_boost.h:35,
from ../../../source/lib/precompiled.h:76,
from ../../../source/pch/lowlevel/precompiled.h:18,
from ../../../source/lib/sysdep/os/osx/osx_sys_cursor.mm:23:
../../../libraries/osx/boost/include/boost/preprocessor/config/config.hpp:86:77: warning: "__GXX_EXPERIMENTAL_CXX0X__" is not defined
In file included from ../../../libraries/osx/boost/include/boost/mpl/aux_/has_apply.hpp:17,
from ../../../libraries/osx/boost/include/boost/mpl/apply_wrap.hpp:23,
from ../../../libraries/osx/boost/include/boost/mpl/apply.hpp:23,
from ../../../libraries/osx/boost/include/boost/iterator/iterator_facade.hpp:34,
from ../../../libraries/osx/boost/include/boost/filesystem/path.hpp:28,
from ../../../libraries/osx/boost/include/boost/filesystem.hpp:16,
from ../../../source/lib/pch/pch_boost.h:35,
from ../../../source/lib/precompiled.h:76,
from ../../../source/pch/lowlevel/precompiled.h:18,
from ../../../source/lib/sysdep/os/osx/osx_sys_cursor.mm:23:
../../../libraries/osx/boost/include/boost/mpl/has_xxx.hpp:344:9: warning: "BOOST_MPL_HAS_XXX_NO_EXPLICIT_TEST_FUNCTION" is not defined
../../../libraries/osx/boost/include/boost/mpl/has_xxx.hpp:357:9: warning: "BOOST_MPL_HAS_XXX_NO_WRAPPED_TYPES" is not defined
../../../libraries/osx/boost/include/boost/mpl/has_xxx.hpp:386:9: warning: "BOOST_MPL_HAS_XXX_NO_EXPLICIT_TEST_FUNCTION" is not defined
../../../libraries/osx/boost/include/boost/mpl/has_xxx.hpp:459:8: warning: "BOOST_MPL_HAS_XXX_NEEDS_TEMPLATE_SFINAE" is not defined
In file included from ../../../source/lib/precompiled.h:73,
from ../../../source/pch/lowlevel/precompiled.h:18,
from ../../../source/lib/sysdep/os/osx/osx_sys_cursor.mm:23:
../../../source/lib/secure_crt.h:57: warning: redundant redeclaration of ‘size_t strnlen(const char*, size_t)’ in same scope
/usr/include/string.h:143: warning: previous declaration of ‘size_t strnlen(const char*, size_t)’
../../../source/lib/secure_crt.h:59: warning: redundant redeclaration of ‘size_t wcsnlen(const wchar_t*, size_t)’ in same scope
/usr/include/wchar.h:226: warning: previous declaration of ‘size_t wcsnlen(const wchar_t*, size_t)’
In file included from ../../../source/lib/precompiled.h:89,
from ../../../source/pch/lowlevel/precompiled.h:18,
from ../../../source/lib/sysdep/os/osx/osx_sys_cursor.mm:23:
../../../source/lib/posix/posix.h:111: warning: redundant redeclaration of ‘wchar_t* wcsdup(const wchar_t*)’ in same scope
/usr/include/wchar.h:223: warning: previous declaration of ‘wchar_t* wcsdup(const wchar_t*)’
../../../source/lib/posix/posix.h:115: warning: redundant redeclaration of ‘int wcscasecmp(const wchar_t*, const wchar_t*)’ in same scope
/usr/include/wchar.h:224: warning: previous declaration of ‘int wcscasecmp(const wchar_t*, const wchar_t*)’
printf.cpp
udbg.cpp
ufilesystem.cpp
unix.cpp
../../../source/lib/sysdep/os/unix/unix.cpp:66: warning: unused parameter ‘text’
../../../source/lib/sysdep/os/unix/unix.cpp:66: warning: unused parameter ‘manual_break’
../../../source/lib/sysdep/os/unix/unix.cpp:66: warning: unused parameter ‘allow_suppress’
../../../source/lib/sysdep/os/unix/unix.cpp:66: warning: unused parameter ‘no_continue’
unuma.cpp
uvm.cpp
gcc.cpp
precompiled.cpp
Linking lowlevel
==== Building mongoose (release) ====
Creating obj/mongoose_Release
mongoose.cpp
../../../source/third_party/mongoose/mongoose.cpp:598: warning: ‘const char* ssl_error()’ defined but not used
Linking mongoose
==== Building pyrogenesis (release) ====
Creating obj/pyrogenesis_Release
main.cpp
In file included from ../../../libraries/osx/boost/include/boost/preprocessor/cat.hpp:17,
from ../../../libraries/osx/boost/include/boost/mpl/aux_/integral_wrapper.hpp:22,
from ../../../libraries/osx/boost/include/boost/mpl/int.hpp:20,
from ../../../libraries/osx/boost/include/boost/type_traits/detail/template_arity_spec.hpp:10,
from ../../../libraries/osx/boost/include/boost/type_traits/detail/bool_trait_def.hpp:14,
from ../../../libraries/osx/boost/include/boost/type_traits/is_array.hpp:27,
from ../../../libraries/osx/boost/include/boost/filesystem/path_traits.hpp:21,
from ../../../libraries/osx/boost/include/boost/filesystem/path.hpp:25,
from ../../../libraries/osx/boost/include/boost/filesystem.hpp:16,
from ../../../source/lib/pch/pch_boost.h:35,
from ../../../source/lib/precompiled.h:76,
from ../../../source/main.cpp:32:
../../../libraries/osx/boost/include/boost/preprocessor/config/config.hpp:86:77: warning: "__GXX_EXPERIMENTAL_CXX0X__" is not defined
In file included from ../../../libraries/osx/boost/include/boost/mpl/aux_/has_apply.hpp:17,
from ../../../libraries/osx/boost/include/boost/mpl/apply_wrap.hpp:23,
from ../../../libraries/osx/boost/include/boost/mpl/apply.hpp:23,
from ../../../libraries/osx/boost/include/boost/iterator/iterator_facade.hpp:34,
from ../../../libraries/osx/boost/include/boost/filesystem/path.hpp:28,
from ../../../libraries/osx/boost/include/boost/filesystem.hpp:16,
from ../../../source/lib/pch/pch_boost.h:35,
from ../../../source/lib/precompiled.h:76,
from ../../../source/main.cpp:32:
../../../libraries/osx/boost/include/boost/mpl/has_xxx.hpp:344:9: warning: "BOOST_MPL_HAS_XXX_NO_EXPLICIT_TEST_FUNCTION" is not defined
../../../libraries/osx/boost/include/boost/mpl/has_xxx.hpp:357:9: warning: "BOOST_MPL_HAS_XXX_NO_WRAPPED_TYPES" is not defined
../../../libraries/osx/boost/include/boost/mpl/has_xxx.hpp:386:9: warning: "BOOST_MPL_HAS_XXX_NO_EXPLICIT_TEST_FUNCTION" is not defined
../../../libraries/osx/boost/include/boost/mpl/has_xxx.hpp:459:8: warning: "BOOST_MPL_HAS_XXX_NEEDS_TEMPLATE_SFINAE" is not defined
In file included from ../../../source/lib/precompiled.h:73,
from ../../../source/main.cpp:32:
../../../source/lib/secure_crt.h:57: warning: redundant redeclaration of ‘size_t strnlen(const char*, size_t)’ in same scope
/usr/include/string.h:143: warning: previous declaration of ‘size_t strnlen(const char*, size_t)’
../../../source/lib/secure_crt.h:59: warning: redundant redeclaration of ‘size_t wcsnlen(const wchar_t*, size_t)’ in same scope
/usr/include/wchar.h:226: warning: previous declaration of ‘size_t wcsnlen(const wchar_t*, size_t)’
In file included from ../../../source/lib/precompiled.h:89,
from ../../../source/main.cpp:32:
../../../source/lib/posix/posix.h:111: warning: redundant redeclaration of ‘wchar_t* wcsdup(const wchar_t*)’ in same scope
/usr/include/wchar.h:223: warning: previous declaration of ‘wchar_t* wcsdup(const wchar_t*)’
../../../source/lib/posix/posix.h:115: warning: redundant redeclaration of ‘int wcscasecmp(const wchar_t*, const wchar_t*)’ in same scope
/usr/include/wchar.h:224: warning: previous declaration of ‘int wcscasecmp(const wchar_t*, const wchar_t*)’
Linking pyrogenesis
Undefined symbols for architecture x86_64:
"_TIFFClose", referenced from:
nv::ImageIO::saveFloatTIFF(char const*, nv::FloatImage const*, unsigned int, unsigned int)in libnvimage.a(ImageIO.cpp.o)
nv::ImageIO::loadFloatTIFF(char const*, nv::Stream&)in libnvimage.a(ImageIO.cpp.o)
"_TIFFDefaultStripSize", referenced from:
nv::ImageIO::saveFloatTIFF(char const*, nv::FloatImage const*, unsigned int, unsigned int)in libnvimage.a(ImageIO.cpp.o)
"_TIFFGetField", referenced from:
nv::ImageIO::loadFloatTIFF(char const*, nv::Stream&)in libnvimage.a(ImageIO.cpp.o)
"_TIFFOpen", referenced from:
nv::ImageIO::saveFloatTIFF(char const*, nv::FloatImage const*, unsigned int, unsigned int)in libnvimage.a(ImageIO.cpp.o)
nv::ImageIO::loadFloatTIFF(char const*, nv::Stream&)in libnvimage.a(ImageIO.cpp.o)
"_TIFFReadScanline", referenced from:
nv::ImageIO::loadFloatTIFF(char const*, nv::Stream&)in libnvimage.a(ImageIO.cpp.o)
"_TIFFScanlineSize", referenced from:
nv::ImageIO::loadFloatTIFF(char const*, nv::Stream&)in libnvimage.a(ImageIO.cpp.o)
"_TIFFSetField", referenced from:
nv::ImageIO::saveFloatTIFF(char const*, nv::FloatImage const*, unsigned int, unsigned int)in libnvimage.a(ImageIO.cpp.o)
"_TIFFWriteScanline", referenced from:
nv::ImageIO::saveFloatTIFF(char const*, nv::FloatImage const*, unsigned int, unsigned int)in libnvimage.a(ImageIO.cpp.o)
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
make[1]: *** [../../../binaries/system/pyrogenesis] Error 1
make: *** [pyrogenesis] Error 2
Stevens-MacBook-Pro:gcc steve$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment