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 - Juan Pedro Secondo

#1
Get Help / Re: Fet on Linux and some more stuff
November 22, 2008, 04:05:52 PM
 :D SUCCESS!!!

After 30 min compiling, FET is running on linux so no Winbug software is left on my computer!!!

The (SRC and INTERFACE).pro files should be remaked just like FET.pro

Keep the GREAT work!!!

Hope this works since it will save zillions of headaches

Juan Pedro Secondo

#2
Get Help / Re: Fet on Linux and some more stuff
November 22, 2008, 03:29:16 PM
One step further!!!

The Makefiles in SRC and INTERFACE weren't prepared for qt4.
I did the qmake-qt4 on both and also realized that g++ was NOT installed!!!

It's comiling now. I'll let you know how that ended.

THANKS!!!!

Juan Pedro
#3
Get Help / Re: Fet on Linux and some more stuff
November 22, 2008, 02:57:39 PM
That was a fast answer!!!

Still trying!!! I managed to verify what version of QT was installed (both qt3 and 4 )

So I run QMAKE-QT4 fet.pro to force using the last

This is what I got:

Quotejsecondo@dell-ubuntu:~/Software/fet/fet-5.7.3$ qmake-qt4 -v
QMake version 2.01a
Using Qt version 4.4.3 in /usr/lib
jsecondo@dell-ubuntu:~/Software/fet/fet-5.7.3$ qmake-qt4 fet.pro
jsecondo@dell-ubuntu:~/Software/fet/fet-5.7.3$ make
cd src/ && make -f Makefile
make[1]: Entering directory `/home/jsecondo/Software/fet/fet-5.7.3/src'
cd interface && make -f Makefile
make[2]: Entering directory `/home/jsecondo/Software/fet/fet-5.7.3/src/interface'
/usr/share/qt3/bin/uic subjectsstatisticsform_template.ui -o ../../tmp/subjectsstatisticsform_template.h
uic: File generated with too recent version of Qt Designer (4.0 vs. 3.3.8b)
make[2]: *** [../../tmp/subjectsstatisticsform_template.h] Error 1
make[2]: Leaving directory `/home/jsecondo/Software/fet/fet-5.7.3/src/interface'
make[1]: *** [sub-interface] Error 2
make[1]: Leaving directory `/home/jsecondo/Software/fet/fet-5.7.3/src'
make: *** [sub-src-make_default] Error 2
jsecondo@dell-ubuntu:~/Software/fet/fet-5.7.3$


I can see some lines of code that reference some QT3 lib or something like that.

Juan Pedro Secondo
Montevideo - Uruguay
#4
Get Help / Fet on Linux and some more stuff
November 22, 2008, 02:14:02 PM
Hi everybody,

I've been doing some research on apps that would help me with the timetable at school and FET is the right choice.

This is the time (after 8 months of adjusting parameters) that we are going to make run with the real data to build the schedule of the next year 2009.

I've been using FET (win version) with no problem. I recently changed to Ubuntu and want to run in Linux but I haven't been able to run-prepare-compile or whatever is necesary to do it. I want to throw all my Win stuff and be able to live in a 100% open platform.

I followed the doc on the linux version but I didn't success. I need a little help on this.
Anyway I still run FET with WINE and its ok for now.

Is there any difference with the Lin and Win version of FET?

Thanks and keep the good work

Juan Pedro Secondo
Montevideo, Uruguay