Re: Eu4Qt on Linux
- Posted by ne1uno Mar 14, 2012
- 2066 views
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
the source for Tidy is in the src dir and gets built with euqt. I don't think there is any part of euqt that uses Tidy, though a few of the tool examples do.
you can probably remove/comment out Tidy in src.pro and remove the link to QtScintilla if you don't have that depending on what other dev packages you have it may already be installed.