[MacOS10.4.9, wxMac2.8.4] "no rule...needed by" error
Matt Connolly
matt at soundevolution.com.au
Mon Jun 25 22:13:06 PDT 2007
You are building it using the "configure" and "make" commands, right?
what do you type after "configure" ??
This is a command that I used that worked, after following the wiki
instructions:
http://wxwidgets.org/wiki/index.php/
Mac_OS_X_And_Xcode_For_Beginners#Compiling_the_source_code_from_terminal
---
cd /path/to/wxWidgets-2.8.4
mkdir osx-build
cd osx-build
../configure --with-mac --enable-unicode --with-opengl --enable-
threads --disable-shared
make
sudo make install
---
Or are you using the xcode project?
-matt
On 26/06/2007, at 1:05 PM, David Goldsmith wrote:
> Other than what I listed below, I do not know. (Which do you need
> to know? Where do I find them?)
>
> DG
>
> Matt Connolly wrote:
>> What is your `configure` parameters.
>>
>> I recently built 2.8.4 on mac (osx 10.4.9) no problems in a whole
>> bunch of configurations. (unicode on/off, static on/off, debug on/
>> off)
>>
>> I'm now using the wxWindows xcode project so I can get better
>> debug integration from building my app in Xcode.
>>
>>
>> -matt
>>
>>
>> On 26/06/2007, at 9:11 AM, David Goldsmith wrote:
>>
>>> Hi! I'm trying to build an ansi static debug build; here are my
>>> configure settings:
>>>
>>> Configured wxWidgets 2.8.4 for `i686-apple-darwin8.9.1'
>>>
>>> Which GUI toolkit should wxWidgets use? mac
>>> Should wxWidgets be compiled into single library? no
>>> Should wxWidgets be compiled in debug mode? yes
>>> Should wxWidgets be linked as a shared library? yes
>>> Should wxWidgets be compiled in Unicode mode? no
>>> What level of wxWidgets compatibility should be enabled?
>>> wxWidgets 2.4 no
>>> wxWidgets 2.6 yes
>>> Which libraries should wxWidgets use?
>>> jpeg builtin
>>> png builtin
>>> regex sys
>>> tiff builtin
>>> zlib sys
>>> odbc no
>>> expat builtin
>>> libmspack no
>>> sdl no
>>>
>>> make "stops" with the following error:
>>>
>>> make: *** No rule to make target `/Users/dg/Desktop/wxMac-2.8.4/
>>> ansi/lib/wx/include/mac-ansi-debug-2.8/wx/setup.h', needed by
>>> `wxjpeg_jcomapi.o'. Stop.
>>>
>>> Please 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
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wx-users-unsubscribe at lists.wxwidgets.org
> For additional commands, e-mail: wx-users-help at lists.wxwidgets.org
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2174 bytes
Desc: not available
Url : http://lists.wxwidgets.org/pipermail/wx-users/attachments/20070626/668494d1/smime.bin
More information about the wx-users
mailing list