I figured this out after letting this rest for half a year.
After adding CXXFLAGS=" -pthread" to the Config Script (instead of all the other that i added) it compiled completly
Search found 21 matches
- Mon Sep 09, 2019 4:03 am
- Forum: Server Setup & Guides
- Topic: Linking Problem on Debian
- Replies: 1
- Views: 8818
- Mon Sep 09, 2019 3:53 am
- Forum: Custom Applications and Tools
- Topic: darkstar-afterhours: The FFXIAH Clone
- Replies: 28
- Views: 156658
Re: darkstar-afterhours: The FFXIAH Clone
Does anyone have this ffxiah_items.tgz archive? I tried to get it yesterday but only got a 0 KB file. The Import Script that is supposed to use the contained xml file complains about not having any children which is normal on an empty file. Calling the Link in the Browser also results in getting a 0...
- Sat Feb 23, 2019 11:08 am
- Forum: Server Setup & Guides
- Topic: Linking Problem on Debian
- Replies: 1
- Views: 8818
Linking Problem on Debian
Hi Guys, after pulling the latest Version (as of 2019/02/22) i seam to be stupid. DSConnect and DSSerach Server finish correctly, after i had to add some more Flags to the Configure script. DSGame does not finish and drops out on me with the following Error: g++ -std=c++17 -fsigned-char -I/usr/inclu...
- Sat Apr 30, 2016 4:25 am
- Forum: Server Setup & Guides
- Topic: Devuan Jessie i386 alpha4 netboot Server Setup Guide *Edited
- Replies: 5
- Views: 17064
Re: Devuan Jessie i386 alpha4 netboot Server Setup Guide
I used this guide to build gcc-5 on debian 8 (installed gcc-4.9 but the code wouldn't compile so im trying this one) It would be good to mention that one also needs GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+ and isl as a dependencie for either mpfr or mpc to build gcc on a clean system. (Got that as an er...
- Fri Apr 03, 2015 5:23 pm
- Forum: Server Setup & Guides
- Topic: Linux Build make error
- Replies: 7
- Views: 6545
Re: Linux Build make error
If you didn't modify the source code pertaining to the log files, then it tries to open ./log/map-server.log. According to your post above, your log folder is in the wrong place, I bet it complains about it in the console. That could be why you don't have any log files. Yep it is the wrong folder b...
- Fri Apr 03, 2015 1:45 am
- Forum: Server Setup & Guides
- Topic: Linux Build make error
- Replies: 7
- Views: 6545
Re: Linux Build make error
paste your your game server log (log\map-server.log) There r no logfiles (for all servers) as my directory Structure in the install dir is not all other dirs behind the executables. Thought it was possible to seperate them into multiple folders like /srv/darkstar/server/bin <-- executables /srv/dar...
- Thu Apr 02, 2015 3:45 pm
- Forum: Server Setup & Guides
- Topic: Linux Build make error
- Replies: 7
- Views: 6545
Re: Linux Build make error
Ok i managed to compile the Servers with the above mentioned Fix/Workaround/Code-Change The Login Server Works but the Game Server wont start as i seem to miss a library or somethin like that. Output is bin/dsgame: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.18' not found (require...
- Wed Apr 01, 2015 11:03 am
- Forum: Server Setup & Guides
- Topic: Linux Build make error
- Replies: 7
- Views: 6545
Re: Linux Build make error
Well i had libzmq3-dev installed but got same error. (Realized that it was alrdy there when i installed libzmq-dev as apt-get uninstalled the other one) Will try with the other one again but it will proly fail again. Edit a few hours later: Tried and got expected result. Even ran configure as follow...
- Wed Apr 01, 2015 4:24 am
- Forum: Server Setup & Guides
- Topic: Linux Build make error
- Replies: 7
- Views: 6545
Linux Build make error
Hi Guys. I put the "Compile the Server on Win XP with gcc" on hold and moved on to "Compile the Server on Linux". Im Running gcc-4.8.4 (self compiled) on Debian 7.8. Running the scripts n configure worked fine but make failes with the following error: src/map/message.cpp:44:17: Fehler: keine passend...
- Wed Mar 04, 2015 1:13 am
- Forum: Server Setup & Guides
- Topic: Compiling the Server on Windows XP
- Replies: 5
- Views: 4351
Re: Compiling the Server on Windows XP
Well 4.9.2 is latest available on the tdm Version as this is the MinGW Compiler Suite behind CodeBlocks. (17.02.2015 released) So the C++11/14 stuff should be included. Edit 3 Days later...... This is giving me a hard time. Tried multiple Versions of MinGW (4.8.1, 4.9.2, default MinGW or tdm flavor)...