Compile Fet for MAC

Started by Valdo, July 09, 2015, 02:37:52 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Valdo

Hi Liviu,

I try to compile FET in MAC OS X Yosemite.
I installed Xcode and QT 5.5 and try to compile  on the terminal. This is the error

"iMac-di-Alberto:fet-5.27.3 Berto$ /Users/Berto/Qt/5.5/clang_64/bin/qmake -spec macx-g++ fet.pro
iMac-di-Alberto:fet-5.27.3 Berto$ make
cd src/ && ( test -e Makefile || /Users/Berto/Qt/5.5/clang_64/bin/qmake /Users/Berto/fet-5.27.3/src/src.pro -spec macx-g++ -o Makefile ) && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile
make[1]: *** No rule to make target `/usr/local/Qt4.8/mkspecs/macx-g++/qmake.conf', needed by `Makefile'.  Stop.
make: *** [sub-src-src-pro-make_first] Error 2
"

Why QT4.8!

Liviu Lalescu

Sorry, I cannot help you. I'll write Yush to have a look on this topic.

Liviu Lalescu

Please try simply: /Users/Berto/Qt/5.5/clang_64/bin/qmake fet.pro, then make.

Valdo

Ok now start. My error..... I use new download.

I read several: "<scratch space>"  :o

Liviu Lalescu

Quote from: Valdo on July 09, 2015, 03:51:55 PM
Ok now start. My error..... I use new download.

I read several: "<scratch space>"  :o

I am not sure I understand.

Don't forget about "make -j 2" if you have dual core, or "make -j 4" if you want to use 4 cores.

Valdo

 ;D Fet for MAC Yosemite 10.10.4 run.



good core.... ok.

Thanks man.

Liviu Lalescu


Valdo

For the translations only need files .qm?
They are quite heavy. Put all, makes the application fet large.....

Liviu Lalescu

You only need fet_it.qm. But I put all of them, for other users also.

Valdo

Yes for italian, but for international app fet!

Liviu Lalescu

Sorry, but I don't understand. The fet executable is the same with or without these files. Also, these files are needed to be delivered to the users.

Yes, I could make a FET archive without translations and deliver translations separately, but it would be confusing for the user.