View Single Post
Old 03 February 2018, 22:00   #73
emufan
Registered User
 
Join Date: Feb 2012
Location: #DrainTheSwamp
Posts: 4,545
Quote:
Originally Posted by Marlon_ View Post
yaml v0.3.0 uses boost, which is a no-go.
I did read that, but dunno what it is, doesnt matter, since OpenXcom want at least 0.5.0 (CMakeLists.txt)
Quote:
Originally Posted by Marlon_ View Post
I'm making sure all my includes and my libs are within the prefix so it works with ease.
since I have 3 different toolchains, I made a extra folder for selfmade libs and includes, thats easier,
but cannot find an option to make that location included with cmake setup
will try the export CXXFLAGS/LDFLAGS definition later.

#1) did some copy/paste of the of the includes/libs and I get those for a start (0%):
Code:
/tmp/OpenXcom-master/src/Engine/CrossPlatform.h:83:12:
 error: ‘wstring’ is not a member of ‘std’
  std::pair<std::wstring, std::wstring> timeToString(time_t time);
            ^~~
...
need a break now, will do something else, my eyes hurts
emufan is offline  
 
Page generated in 0.05616 seconds with 11 queries