salve, ho appena scaricato the latest version, istallata con successo su Win Vista. Ottimo programma, semplice e ben strutturato per la comprensione, l'inserimento dei dato e la navigazione; dopo il relativo download per Mac Osx, ho tentato poi di far girare il programma sul Powerbook G4 (PPC). dopo la scompattazione, tutte le icone dei file sono bianche, ovvero non si distingue nessun eseguibile. Ho letto nelle info di Qt 4.4, ma mi sono fermato. Cosa si deve fare?
E' almeno la seconda volta che riscontro questa esigenza. Cercherò di procurarmi un Powerbook per produrre un eseguibile.
I suggerimenti che ho trovato a riguardo sono nel file README allegato al pacchetto:
Mac OS X:
2 Variants:
1. First variant, if you use gcc compiler:
- You will need Qt 4.4.0 or compatible to compile this program.
- type "qmake fet.pro". You have to use qmake from Qt 4 series, which on some systems
might be named qmake-qt4. So, "qmake-qt4 fet.pro" might sometimes be needed.
- IMPORTANT: you might need to write: "qmake -spec macx-g++ fet.pro", if "qmake fet.pro"
does not produce a correct makefile. Please see
http://lists.trolltech.com/qt-interest/2007-04/thread01126-0.html for details.
- type "make"
To remove the compiled objects/executable: "make clean" and/or "make distclean".
2. Another variant:
- Type "qmake fet.pro" and then "xcodebuild".
If you encounter problems, please see:
http://lists.trolltech.com/qt-interest/2007-04/thread01126-0.html
Spero che le indicazioni siano sufficienti.