[Mac/Xcode] Next Xcode problem (Was: Problem w/
samples/minimal/minimal.xcodeproj)
David L Goldsmith
David.L.Goldsmith at noaa.gov
Thu Apr 19 11:36:39 PDT 2007
Thanks Stefan, that did the trick (and your succinct instructions were
more sufficient than I had feared they'd be)! :-)
OK, now I'd like to use the minimal.xcodeproj as a "template" to build
my own projects - I hope this is not unreasonable. So, finding no way
in Xcode to save the project with a new path/name, I copied it (and its
info.plist) to my desired directory and renamed it. When I tried to
build it, it complained that it couldn't find wxprec.h where it was
trying to find it; I located it "manually" and after *much* trial and
error, found where to change the project's search path for this in the
target build settings. So now it finds wxprec.h, (or at least no longer
complains about not finding it), but then can't find defs.h, wx.h, and
wxchar.h, which I confirmed are in the same directory as wxprec.h!
I feel like I'm doing something wrong - it can't be this difficult, can it?
DG
Stefan Csomor wrote:
> Hi
>
> the dependency apparently is not working correctly, please build
> src/wxWidgets.xcodeproj target 'static' configuration 'development'
> first, as this is the library libwx_mac_static.a that it is missing
>
> Best,
>
> Stefan
>
>
>> -----Original Message-----
>> From: David L Goldsmith [mailto:David.L.Goldsmith at noaa.gov]
>> Sent: Dienstag, 17. April 2007 21:21
>> To: wx-users at lists.wxwidgets.org
>> Subject: [Mac/Xcode] Problem w/ samples/minimal/minimal.xcodeproj
>>
>> Hi, folks. When I try to build the Xcode project furnished w/
>> minimal, I get the following linking error:
>>
>> g++-3.3: /Users/dg/wxMac-
>> 2.6.4/src/build/Development/libwx_mac_static.a: No such file or
>> directory
>> Command /usr/bin/g++-3.3 failed with exit code 1
>>
>> OSX: 10.4.9
>> Xcode: 2.4.1
>> wxMac: 2.6.4
>>
>> Everything is freshly installed (I was having various problems, so I
>> wiped my harddrive and reinstalled everything fresh from their
>> various
>> homes, i.e., not from local back-ups). The minimal sample runs fine
>> built from the terminal, as do the samples notebook and grid, and the
>> demos life, bombs, and forty so I'm pretty confident that I have
>> everything installed correctly. Does the Xcode project for the
>> minimal sample need updating, perhaps? Thanks for any help!
>>
>> DG
>>
>> --
>> ERD/ORR/NOS/NOAA
>> <http://response.restoration.noaa.gov/emergencyresponse/>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: wx-users-unsubscribe at lists.wxwidgets.org
>> For additional commands, e-mail: wx-users-help at lists.wxwidgets.org
>>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wx-users-unsubscribe at lists.wxwidgets.org
> For additional commands, e-mail: wx-users-help at lists.wxwidgets.org
>
>
--
ERD/ORR/NOS/NOAA <http://response.restoration.noaa.gov/emergencyresponse/>
More information about the wx-users
mailing list