FET Forum

FET Support (International) => Italian / Italiano => Topic started by: Valdo on July 09, 2015, 02:37:52 PM

Title: Compile Fet for MAC
Post by: Valdo on July 09, 2015, 02:37:52 PM
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!
Title: Re: Compile Fet for MAC
Post by: Liviu Lalescu on July 09, 2015, 02:42:58 PM
Sorry, I cannot help you. I'll write Yush to have a look on this topic.
Title: Re: Compile Fet for MAC
Post by: Liviu Lalescu on July 09, 2015, 02:46:10 PM
Please try simply: /Users/Berto/Qt/5.5/clang_64/bin/qmake fet.pro, then make.
Title: Re: Compile Fet for MAC
Post by: Valdo on July 09, 2015, 03:51:55 PM
Ok now start. My error..... I use new download.

I read several: "<scratch space>"  :o
Title: Re: Compile Fet for MAC
Post by: Liviu Lalescu on July 09, 2015, 03:59:44 PM
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.
Title: Re: Compile Fet for MAC
Post by: Valdo on July 09, 2015, 04:15:19 PM
 ;D Fet for MAC Yosemite 10.10.4 run.



good core.... ok.

Thanks man.
Title: Re: Compile Fet for MAC
Post by: Liviu Lalescu on July 09, 2015, 04:17:42 PM
Great!
Title: Re: Compile Fet for MAC
Post by: Valdo on July 11, 2015, 09:52:48 AM
For the translations only need files .qm?
They are quite heavy. Put all, makes the application fet large.....
Title: Re: Compile Fet for MAC
Post by: Liviu Lalescu on July 11, 2015, 10:03:25 AM
You only need fet_it.qm. But I put all of them, for other users also.
Title: Re: Compile Fet for MAC
Post by: Valdo on July 11, 2015, 10:07:37 AM
Yes for italian, but for international app fet!
Title: Re: Compile Fet for MAC
Post by: Liviu Lalescu on July 11, 2015, 10:13:07 AM
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.