the quick and dirty, 5 years later: #pwd ~./ggmud-0.9.4/build #sed -i.bak 's/-lgthread-2\.0/-lgthread-2\.0 -lm -ldl/' \ CMakeFiles/ggmud.dir/link.txt had the same problem, the sed command (if you run it from the build dir it outta fix your build,) manually adds -lm and -ldl to the 1 line linker definition built by cmake and stored in the ./build/CMakeFiles/ggmud.dir/link.txt file where it is read by the make script... for some reason vi was breaking the long line in links.txt apart into 20 lines,...
the quick and dirty, 3 years later: #pwd ~./ggmud-0.9.4/build #sed -i.bak 's/-lgthread-2\.0/-lgthread-2\.0 -lm -ldl/' \ CMakeFiles/ggmud.dir/link.txt had the same problem, the sed command (if you run it from the build dir it outta fix your build,) manually adds -lm and -ldl to the 1 line linker definition built by cmake and stored in the ./build/CMakeFiles/ggmud.dir/link.txt file where it is read by the make script... for some reason vi was breaking the long line in links.txt apart into 20 lines,...
the quick and dirty, 3 years later: #pwd ~./ggmud-0.9.4/build #sed -i.bak 's/-lgthread-2\.0/-lgthread-2\.0 -lm -ldl/' \ CMakeFiles/ggmud.dir/link.txt had the same problem, the sed command (if you run it from the build dir it outta fix your build,) manually adds -lm and -ldl to the 1 line linker definition built by cmake and stored in the ./build/CMakeFiles/ggmud.dir/link.txt file where it is read by the make script... for some reason vi was breaking the line apart and i didnt care to explore why...
Tag for the release.
Fixes for release 0.9.4
I have the same problem, it is very annoying.
Fixes for compilation with latest GTK+ and OSX
Fix for GTK OSX latest releases.
Added https URL parsing.
Various small fixes.
Using MAC version.
Special Characters
Build error on Arch Linux system
Hi, I'm struggling to get GGMud installed on my linux machine, running Mint 16 Cinnamon...
hi! Same problem here. setup.sh is non executable. Until a new realease will fix...
I am brand new to GGMud, so please be gentle. I noticed on my initial test that while...
installation error
- Fix for mingw32-w64 compilation.
Added mingw32-w64 toolchain, not yet fully work...
Fixes for OSX compatibility
- Fix for mavericks compatibility.
- Fix warnings for llvm compiler.
Accept Return (Blank Input)