Build problem on MAC

General questions regarding the usage of CodeLite
frank_frl
CodeLite Expert
Posts: 176
Joined: Sun Aug 17, 2008 2:45 pm
Contact:

Build problem on MAC

Post by frank_frl »

Hi Eran,

with the latest versions of CL I can't build my projects on my MAC anymore.
You are generating a file called '$(ProjectName).txt' now, which causes the problem:

Code: Select all

g++ -o ./MACRelease/AFA @"/Users/franklichtner/Dev/c-projects/AFA/AFA.txt" -L/Users/franklichtner/Dev/c-projects/MyLibs/lib  -L. -L.  -lfrlconfig -llicsystem -lplotter -lmycomps -lwxSerialize -lcrypto -lportaudio -lsndfile  `/Users/franklichtner/Dev/wxMac-2.8.12/GCCBuildReleaseMacUnicode/wx-config --inplace --exec-prefix="/Users/franklichtner/Dev/wxMac-2.8.12/GCCBuildReleaseMacUnicode" --libs --gl-libs`  -framework CoreAudio -framework AudioToolbox -framework AudioUnit -framework Carbon
i686-apple-darwin9-g++-4.0.1: @/Users/franklichtner/Dev/c-projects/AFA/AFA.txt: No such file or directory
Any suggestions?

Regards

Frank
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Build problem on MAC

Post by eranif »

Uncheck:

Settings -> Build Settings -> Compilers -> <compiler name> -> Advanced -> Pass object list to the linker via file

I wonder why it fails to generate the file though...
Eran
Make sure you have read the HOW TO POST thread
frank_frl
CodeLite Expert
Posts: 176
Joined: Sun Aug 17, 2008 2:45 pm
Contact:

Re: Build problem on MAC

Post by frank_frl »

Thanks Eran,

I wasn't aware of this new setting.

Regards

Frank
Post Reply