About Qt

Started by Hema, December 09, 2010, 02:14:47 PM

Previous topic - Next topic

0 Members and 3 Guests are viewing this topic.

Hema

Hi everyone,
I'm using SUSE, I need to download Qt 4.6.3, how I can get it?

Liviu Lalescu


Hema

#2
I read "read me file", I confused with some parts  :-[
I've SUSE 11.2

make 3.81
g++ 4.4.1
gcc 4.4.1

Now, I trying to download QT 4.7.1
Is this enough to download FET "command line version"?

Please! give me example for this instruction:

fet --inputfile=x [--outputdir=d] [--timelimitseconds=y] [--htmllevel=z] [--language=t] [--printnotavailable=u] [--printbreak=b]
      [--dividetimeaxisbydays=v] [--printsimultaneousactivities=w] [--randomseedx=rx --randomseedy=ry] [--warnifusingnotperfectconstraints=s]
      [--warnifusingstudentsminhoursdailywithallowemptydays=p]

Thank you so much :)

Liviu Lalescu

QuoteI read "read me file", I confused with some parts  :-[
I've SUSE 11.2

make 3.81
g++ 4.4.1
gcc 4.4.1

Now, I trying to download QT 4.7.1
Is this enough to download FET "command line version"?

Yes, Qt 4.7.1 is OK.

Quote
Please! give me example for this instruction:

fet --inputfile=x [--outputdir=d] [--timelimitseconds=y] [--htmllevel=z] [--language=t] [--printnotavailable=u] [--printbreak=b]
      [--dividetimeaxisbydays=v] [--printsimultaneousactivities=w] [--randomseedx=rx --randomseedy=ry] [--warnifusingnotperfectconstraints=s]
      [--warnifusingstudentsminhoursdailywithallowemptydays=p]

Thank you so much :)

fet --inputfile=data.fet

In braces there are only optional parameters.

Hema

Hello again

I don't know, where is the problem.

elham@linux-9h5t:~> fet --inputfile=Arabic_saudi_1.fet
Settings read
Could not open file - not existing or in use
Cannot read file - aborting
elham@linux-9h5t:~> cd fet-5.14.2
elham@linux-9h5t:~/fet-5.14.2> fet --inputfile=Arabic_saudi_1.fet
Settings read
Invalid fet 3.12.17 or above - trying older version
Cannot read file - aborting
elham@linux-9h5t:~/fet-5.14.2>

Thanks for your cooperation : )

Liviu Lalescu

#5
I think you are using the fet which you installed from openSuse repositories, old 5.9.1. The Arabic sample file is for FET version 5.14.2. When you run fet on sample Arabic, you run the old FET on new sample.

So, do: ./fet --inputfile=data.fet
(notice the ./ before fet, to run the fet executable from the current directory, not the one from /usr/bin/ or /usr/local/bin/)

I advise you to uninstall FET-5.9.1 (using openSuse YaST).

Hema

#6
Now, All and all is good, thank you Liviu for your help and your advice.

Woow, I found html and xml outputs in this directory
/home/hema/fet-5.14.2/timetables

Thanks again :)