[mythtv-users] Compiling MythTv from SVN in Eclipse - unresolved dependencies

Johnny Walker johnnyjboss at gmail.com
Tue Jan 5 15:15:26 UTC 2010


I've been able to setup Eclipse for C++, add the QT integration, add
the QT version pointing to /usr/include/qt4 and then add EPIC and
Subclipse.

I've even been able to checkout the trunk through Eclipse and convert
it to C++ application.

There are numerous unresolved includes - such as QtGui and
QtApplication and others. I have QT4 installed using apt on Ubuntu
9.10 and in /usr/lib I see QtQui files such as:

johnny at mythserver:/usr/lib$ ls -l | grep -i qt | grep -i gui
-rw-r--r--  1 root root      624 2009-10-14 16:30 libQtGui.prl
lrwxrwxrwx  1 root root       17 2010-01-04 18:13 libQtGui.so ->
libQtGui.so.4.5.2
lrwxrwxrwx  1 root root       17 2009-12-11 12:50 libQtGui.so.4 ->
libQtGui.so.4.5.2
lrwxrwxrwx  1 root root       17 2009-12-11 12:50 libQtGui.so.4.5 ->
libQtGui.so.4.5.2
-rwxr-xr-x  1 root root 10071604 2009-10-14 16:34 libQtGui.so.4.5.2

I've been trying to add /usr/lib to the library path of this project
thinking that Eclipse just needs to load these class files to resolve
these (and other) inclusions.

Are any of the devs using Eclipse in Linux or otherwise able to help?

Another unresolved inclusion that worries me is 'mythconfig.h' - which
makes me think that like another project I've used Eclipse for, I need
to run the ./configure script outside of Eclipse to create this file.

Any direction on this would be appreciated.

-JJ


More information about the mythtv-users mailing list