Turul
New Member
- Joined
- Sep 24, 2013
- Messages
- 12
- Reaction score
- 0
Since MinGW was giving me more trouble than it was worth, I resolved to use Cygwin. After a fun little trip through dependency hell, I have the following issue when compiling the latest source from https://github.com/opentibia/server/
Any help getting this to finally compile would be appreciated.
Code:
/home/$USER/OTServ/src/actor.cpp:20:19: fatal error: otpch.h: No such file or directory
compilation terminated
src/CMakeFiles/otserv.dir/build.make:57: recipe for target 'src/CMakeFiles/otserv.dir/actor.cpp.o' failed
make[2]: *** [src/CMakeFiles/otserv.dir/actor.cpp.o] Error 1
CMakeFiles/Makefile2:78: recipe for target 'src/CMakeFiles/otserv.dir/all' failed
make[1]: *** [src/CMakeFiles/otserv.dir/all] Error 2
Makefile:75: recipe for target 'all' failed
make: *** [all] Error 2
Any help getting this to finally compile would be appreciated.