Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - mikeh

#1
Get Help / Re: Compiling FET OpenSuSE 11.1
January 04, 2009, 09:10:12 PM
Thanks heaps.  The program compiled without a hitch and I can now run ./fet and get to the main screen.
Still have to find out whet to do next!

Mike
#2
Get Help / Compiling FET OpenSuSE 11.1
January 04, 2009, 10:37:01 AM
I am trying to install FET on OpenSuSE 11.1 final release.  As far as I can tell I have the correct versions of gcc (v4.3.2). make (3.81) g++ (4.3.2).
With Qt I have checked in YaST : I have qt3, qt3-devel and qt3-devel-tools packages and libqt4 and libqt4-devel so I think this is also correct.
BUT......
When I type qmake fet.pro absolutely nothing happens except that the command goes away and a blank prompt comes back immediately.
linux-z225:/downloads/fet/fet-5.7.7 # qmake fet.pro
linux-z225:/downloads/fet/fet-5.7.7 #

qmake-qt4 does not exist:
linux-z225:/downloads/fet/fet-5.7.7 # qmake-qt4 fet.pro
bash: qmake-qt4: command not found
linux-z225:/downloads/fet/fet-5.7.7 #
Can anyone give me some hints please
Mike