Re: Eu4Qt on Linux
- Posted by mattlewis (admin) Mar 14, 2012
- 2037 views
Jerome said...
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!
I don't recognize that either. Try running ldd on your shared library, and look for anything that isn't getting resolved. That should at least let you know which library you're missing, and a little searching should turn up the package that you need to install.
Matt