Re: Eu4Qt on Linux
- Posted by Jerome Mar 14, 2012
- 2042 views
ne1uno said...
need a few minor edits in euqt/src/src.pro where gcc was assuming minGW gcc options. add win32:QMAKE_CXXFLAGS *= -mwindows
one or two src.c files may be missing an include if you build with openGL or without.
Thanks for the heads up! I'm on Ubuntu and was able to easily get Qt installed. I then made the suggested changes and installed some missing library dependencies but now I'm stuck with this:
../../src/releasesrc/libeuqt.so: undefined reference to `prvTidyinitFileSource' ../../src/releasesrc/libeuqt.so: undefined reference to `prvTidyfreeFileSource'
The only mention of this is in euqt.dll, and I'm not sure what library/include is missing!
Thanks,
Ira