xeross155 Posted October 13, 2009 Report Posted October 13, 2009 Hey, I am working on implementing mangchat on my test server. However after compiling, testing on windows, and pushing to my remote git repo I encountered an error. on linux the config didn't load, I further analyzed it and came to the conclusion I needed to edit the IRCConf.h.in file, however after that change being made when I compile I get the error IRCConf.h not found. So what do I need to do so my IRCConf.h.in gets parsed, SystemConfig.h.in does get parsed and saved to SystemConfig.h so what do I need to do so that it happens with IRCConf.h.in too ? Thank you for your time, Xeross
xeross155 Posted October 13, 2009 Report Posted October 13, 2009 Think I found it I have split the mangchat files from the game Makefile.am and gave em their own. and added ## Additional files to include when running 'make dist' # Precompiled Headers for WIN EXTRA_DIST = \\ IRCConf.h
xeross155 Posted October 13, 2009 Report Posted October 13, 2009 Well I encountered an error again I've moved the mangchat stuff into a seperate makefile and library, but forgot to link it, should be fixed now. compiling again. I fixed it, if an admin reads this lock pleas.
Recommended Posts