[MacOS10.4.9, wxMac2.8.4] "no rule...needed by" error

David Goldsmith David.L.Goldsmith at noaa.gov
Mon Jun 25 23:45:36 PDT 2007


David Goldsmith wrote:
> Matt Connolly wrote:
>> You are building it using the "configure" and "make" commands, right?
> Yes.
>> what do you type after "configure" ??
> make, then when done sudo make install
>> 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
> OK, I wasn't using all that (nor do I want to - I don't want 
> --enable-unicode nor --disable-shared for this particular build, and 
> I've been told locally that I probably don't want --with-opengl).  
> I'll try ../configure --with-mac (which I wasn't using) 
> --enable-threads --enable-shared and report back.  Thanks!
OK, I got the same problem, BUT, this time I noticed up earlier in the 
build report some "permission denied"s, so, on a hunch, I tried sudo 
make (and sudo ../configure just to be sure) and that (appears to have) 
worked!  But this is the first time I've had to run make (as opposed to 
make install, which I always have to sudo, and I understand why) with 
sudo - any explanation?

DG
>
> DG
>> 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
>>>
>>
>

-- 
ERD/ORR/NOS/NOAA <http://response.restoration.noaa.gov/emergencyresponse/>




More information about the wx-users mailing list