Compilation of 5.7.7.vd with Willi-Export on Linux

Started by herbert, February 13, 2009, 02:23:06 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

herbert

Hi Forum
Cause I'm new to FET, firstly I've to thank Liviu and Volker for their work.

My questions are mainly for Volker.
1.
After successfully compiling the original 5.8.1, I tried to compile your 5.7.7.vd4 source with support for willi-export on the same Linux machine without success.

I did a "qmake fet.pro" and then "make" and then I got the following message:
make[1]: Betrete Verzeichnis '/*/*/*/fet-5.7.7.vd4/src'
Makefile:53: *** Mehrfache Target-Muster.  Schluss.
make[1]: Verlasse Verzeichnis '/*/*/*/fet-5.7.7.vd4/src'
make: *** [sub-src] Fehler 2

I also tried to delete the Makefile, that is already in your zipped file, before compiling. No success.

Any solutions?

2.
Is there a "easy" way to adapt the original sources by Liviu with your Willi-Export-Extension, so I can use it with the new(est) version of fet?

Best regards.

Volker Dirr

Quote
I also tried to delete the Makefile, that is already in your zipped file, before compiling. No success.

Any solutions?

oh yes, i forgot to delete the makefile.
you need to delete it 3 times.
in:
fet-5.7.7/
fet-5.7.7/src/
and
fet-5.7.7/src/interface

if it doesn't work, please just use the windows exe with wine.

Quote
Is there a "easy" way to adapt the original sources by Liviu with your Willi-Export-Extension, so I can use it with the new(est) version of fet?

Best regards.

you need to know a little bit coding for that.
so the best and esierst is:
check my current version.
report if it work or not. i think we will add it as soon as we know that it also work with other school datasets (not only with my dataset).

herbert

Quoteyou need to delete it 3 times.
in:
fet-5.7.7/
fet-5.7.7/src/
and
fet-5.7.7/src/interface

Thank you. I missed the third one.