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 - Pg

#1
Hello.

I am starting to set the timetable for the school year prox.
Having changed the classes I renamed the classes with the new years of course on data, students, subgroup, etc.
Every time now that I try to generate the new schedule, he tells me how to attach it to you.

I realized that many activities present, after the first issue, an X.
and it is these that create the problem while those that do not have it:

609 - X - 1 - .... (cl) - cl - 1st str. - .... (2AM) - 1

752 - 1 - .... (fl) - fl - 2nd str. - ..... (1AM) - 1

In the help I read that when there is an X the activity is not operational.

What does it mean? how do I reactivate it? I have also removed all the constraints.

I hope I do not have to put the many activities one by one.

thank you

Hello

Pg :)
#2
Ciao.

Sto iniziando ad impostare l'orario per il prox anno scolastico.
Essendo cambiate le classi ho rinominato le classi con i nuovi anni di corso su dati, studenti, sottogruppo, etc.
Ogni volta ora che provo a generare il nuovo orario mi dice come nell'allegato che vi carico.

Mi sono accorto che tante attività presentano, dopo il primo numero, una X.
e sono queste che creano il problema mentre quelle che non la hanno no :

609 - X - 1 - .... (cl) - cl - 1°str. - .... (2AM) - 1

752 - 1 - .... (fl) - fl - 2°str. - ..... (1AM) - 1

Nell'aiuto ho letto che quando c'è una X l'attività non è operativa.

Cosa vuol dire? come faccio a riattivarla? Io ho anche tolto tutti i vincoli.

Spero di non dover rimettere una ad una le moltissime attività.

grazie

ciao

Pg  :)
#3
Work!

cd fet-5.29.5

enter

/Users/Yourname/Qt5.6.1/5.6/clang_64/bin/qmake -r -spec /Users/Yourname/Qt5.6.1/5.6/clang_64/mkspecs/macx-clang

enter

make

enter

Thanks!
#4
I installed FET 5.29.5
I have tried with the normal procedure :
cd fet-5.29.5
enter
/Users/Roby/Qt5.6.1/5.6/clang_64/bin/qmake -spec macx-g++ fet.pro
enter
make
enter

but :

/Users/Roby/Qt5.6.1/5.6/clang_64/lib/QtCore.framework/Headers/qpair.h:62:52: error:
      'T1' does not refer to a value
        Q_DECL_NOEXCEPT_EXPR(noexcept(std::declval<T1&>() = p.first) && ...
                                                   ^
/Users/Roby/Qt5.6.1/5.6/clang_64/lib/QtCore.framework/Headers/qpair.h:42:17: note:
      declared here
template <class T1, class T2>
                ^
/Users/Roby/Qt5.6.1/5.6/clang_64/lib/QtCore.framework/Headers/qpair.h:62:55: error:
      expected expression
        Q_DECL_NOEXCEPT_EXPR(noexcept(std::declval<T1&>() = p.first) && ...
                                                      ^
/Users/Roby/Qt5.6.1/5.6/clang_64/lib/QtCore.framework/Headers/qpair.h:62:57: error:
      expected expression
        Q_DECL_NOEXCEPT_EXPR(noexcept(std::declval<T1&>() = p.first) && ...
                                                        ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make[1]: *** [../tmp/gui/timetableexport.o] Error 1
make: *** [sub-src-src-pro-make_first] Error 2
MacBook-Pro-di-Roberta-Cabianca:fet-5.29.5 Roby$

I have tried with the last procedure :

cd fet-5.29.5
enter/Users/Roby/Qt5.6.1/5.6/clang_64/bin/qmake -r -spec /Users/Roby/Qt5.6.1/5.6/clang_64/mkspecs/macx-clang
enter
make -f Makefile release
enter

but :

MacBook-Pro-di-******:~ Roby$ cd fet-5.29.5
MacBook-Pro-di-******:fet-5.29.5 Roby$ /Users/Roby/Qt5.6.1/5.6/clang_64/bin/qmake -r -spec /Users/Roby/Qt5.6.1/5.6/clang_64/mkspecs/macx-clang
Reading /Users/Roby/fet-5.29.5/src/src.pro
Reading /Users/Roby/fet-5.29.5/src/src-cl.pro
MacBook-Pro-di-********:fet-5.29.5 Roby$ make -f Makefile release
make: *** No rule to make target `release'.  Stop.
MacBook-Pro-di-********:fet-5.29.5 Roby$
#5
MacBook-Pro-di-*****:~ Roby$ cd fet-5.29.4
MacBook-Pro-di-**********:fet-5.29.4 Roby$ /Users/Roby/Qt5.6.1/5.6/clang_64/bin/qmake /Users/Roby/Qt5.6.1/5.6/clang_64/mkspecs/macx-clang
Cannot read /Users/Roby/Qt5.6.1/5.6/clang_64/mkspecs/macx-clang: file to open is a directory
Error processing project file: /Users/Roby/Qt5.6.1/5.6/clang_64/mkspecs/macx-clang
MacBook-Pro-di-************:fet-5.29.4 Roby$ make -f Makefile release
make: *** No rule to make target `release'.  Stop.
MacBook-Pro-di-*********:fet-5.29.4 Roby$
#6
cd fet-5.29.4

enter

./Users/Roby/QT5_build/bin/qmake -spec macs-g++fet.pro -r -spec /Users/Roby/QT5_build/mkspecs/macx-clang

enter

make -f [Path to your make file] release        (what is this?)

enter
#7
sorry but it is too difficult for me ... :-\
#8
I tried but it does not work ...
#9
Hi,

I have an MacBook Pro 13", 2010.
I installed :

Xcode 7.3.1

Qt 5.6.1 (Clang 7.0 (Apple), 64 bit (https://download.qt.io/official_releases/qt/5.6/5.6.1/)

FET 5.29.4

but don't work...

terminal :
Last login: Thu Jun  9 09:52:55 on console
MacBook-Pro-di-****:~ Roby$ cd fet-5.29.4 
MacBook-Pro-di-****:fet-5.29.4 Roby$ /Users/Roby/Qt5.6.1/5.6/clang_64/bin/qmake -spec macx-g++ fet.pro 
MacBook-Pro-di-****:fet-5.29.4 Roby$ make
cd src/ && ( test -e Makefile || /Users/Roby/Qt5.6.1/5.6/clang_64/bin/qmake /Users/Roby/fet-5.29.4/src/src.pro -spec macx-g++ -o Makefile ) && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile 
/Users/Roby/Qt5.6.0/5.6/clang_64/bin/qmake -spec macx-g++ -o Makefile src.pro
make[1]: /Users/Roby/Qt5.6.0/5.6/clang_64/bin/qmake: No such file or directory
make[1]: *** [Makefile] Error 1
make: *** [sub-src-src-pro-make_first] Error 2
MacBook-Pro-di-****:fet-5.29.4 Roby$ 

I installed other old Qt but don't work.

even with only the command line : qmake -spec macx-g++ fet.pro 

can you help me?

thanks
#10
Programming Help / Re: unable to compile FET 5.28.1
October 14, 2015, 06:59:28 PM
this works! :

/Users/Pg/Qt5.5.0/5.5/clang_64/bin/qmake -spec macx-g++ fet.pro

thank you

Pg
#11
Programming Help / Re: unable to compile FET 5.28.1
October 12, 2015, 07:20:30 AM
excuse but what does it mean ?

what is...set the patch?

I downloaded this :  qt-opensource-mac-x64-clang-5.5.0.dmg

from

http://download.qt.io/official_releases/qt/5.5/5.5.0/

and I installed it
#12
Programming Help / Re: unable to compile FET 5.28.1
October 11, 2015, 03:19:50 PM
Last login: Sun Oct 11 16:14:14 on ttys000
iMac-di-Piergiorgio-Simoni:~ Pg$ cd fet-5.28.1
iMac-di-Piergiorgio-Simoni:fet-5.28.1 Pg$ qmake -spec macx-g++ fet.pro
-bash: qmake: command not found
iMac-di-Piergiorgio-Simoni:fet-5.28.1 Pg$ make
make: *** No targets specified and no makefile found.  Stop.
iMac-di-Piergiorgio-Simoni:fet-5.28.1 Pg$
#13
Programming Help / unable to compile FET 5.28.1
October 11, 2015, 07:15:39 AM
I have an iMac with 10.11 el capitan .

I installed the latest update of Xcode 7.0.1 ;

I upgraded to Qt 5.5.0 ;

I tried to install fet 5.28.1 from the terminal but I do not in any way part of the compilation .

so far I have never had any problems .

only it happens to me ?

you have any solution or is incompatible with the new operating system ?
#14
ciao.

ho un iMac con 10.11 el capitan.

ho installato l'ultimo aggiornamento di Xcode 7.0.1;

ho aggiornato a Qt 5.5.0;

ho provato ad installare fet 5.28.1 dal terminale ma non mi parte la compilazione in nessuno modo.

finora non ho mai avuto problemi.

capita solo a me?

avete qualche soluzione o è incompatibile con il nuovo sistema operativo?

grazie

ciao

Pg
#15
la mia idea è quella di dire a FET che un insegnante, per un giorno alla settimana, avrà a disposizione una determinata aula.
in altri giorni la avranno altri insegnanti.

Non posso usare il vincolo "un insegnante ha un'aula assegnata" perché altrimenti me lo mette per tutti i giorni di sua presenza a scuola.

ho provato ad usare "una materia con chiave dell'attività ha un'aula preferenziale".
mettendo come materia "pianoforte (tiziocaio)" e come chiave "Lunedì" (come ho scritto su Giorno 1 del menù Base).

Ho assegnato l'aula ma poi non me la assegna una volta generato l'orario.

dove sbaglio?

grazie