|
From: Alan T. <ajt...@v-...> - 2014-05-08 16:00:55
|
Torsten, Tom 1. Yes I have ENABLE_FLITE set in Cmake. 2. Here is the full output from MSVC Jenkins is currently reporting Windows build failures. Hope this helps. Alan 2>------ Build started: Project: fgfs, Configuration: Release x64 ------ 2> voice.cxx 2>..\..\..\src\Sound\voice.cxx(98): warning C4101: 's' : unreferenced local variable 2>C:/FlightGear/install/msvc100-64/include\simgear/structure/SGSharedPtr.hxx(88): error C2027: use of undefined type 'SGSoundSample' 2> C:/FlightGear/install/msvc100-64/include\simgear/sound/soundmgr_openal.hxx(49) : see declaration of 'SGSoundSample' 2> C:/FlightGear/install/msvc100-64/include\simgear/structure/SGSharedPtr.hxx(88) : while compiling class template member function 'void SGSharedPtr<T>::reset(void)' 2> with 2> [ 2> T=SGSoundSample 2> ] 2> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\deque(795) : see reference to class template instantiation 'SGSharedPtr<T>' being compiled 2> with 2> [ 2> T=SGSoundSample 2> ] 2> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\queue(22) : see reference to class template instantiation 'std::deque<_Ty>' being compiled 2> with 2> [ 2> _Ty=SGSharedPtr<SGSoundSample> 2> ] 2> C:/FlightGear/install/msvc100-64/include\simgear/threads/SGQueue.hxx(70) : see reference to class template instantiation 'std::queue<_Ty>' being compiled 2> with 2> [ 2> _Ty=SGSharedPtr<SGSoundSample> 2> ] 2> C:/FlightGear/install/msvc100-64/include\simgear/threads/SGQueue.hxx(78) : see reference to class template instantiation 'SGQueue<T>' being compiled 2> with 2> [ 2> T=SGSharedPtr<SGSoundSample> 2> ] 2> c:\flightgear\flightgear\src\sound\flitevoice.hxx(45) : see reference to class template instantiation 'SGLockedQueue<T>' being compiled 2> with 2> [ 2> T=SGSharedPtr<SGSoundSample> 2> ] 2>C:/FlightGear/install/msvc100-64/include\simgear/structure/SGSharedPtr.hxx(88): error C3861: 'put': identifier not found 2>C:/FlightGear/install/msvc100-64/include\simgear/structure/SGSharedPtr.hxx(88): warning C4150: deletion of pointer to incomplete type 'SGSoundSample'; no destructor called 2> C:/FlightGear/install/msvc100-64/include\simgear/sound/soundmgr_openal.hxx(49) : see declaration of 'SGSoundSample' |