On 5/1/2013 10:41 PM, Alexander Hansen wrote:
> On 5/1/13 6:40 PM, Hanspeter Niederstrasser wrote:
>> On 5/1/2013 8:49 PM, Alexander Hansen wrote:
>>> On 5/1/13 9:28 AM, Alexander Hansen wrote:
>>
>>> I'd be interested in feedback from attempts to build doxygen with 10.6 /
>>> Xcode 3.2.6.
>>>
>>
>> WFM 10.6/i386/3.2.6
>> Fails 10.6/x86_64/3.2.6
>>
>> There are definitely some differences in the build.  For example:
>>
>> 32
>> c++ -c -pipe -D__FreeBSD__=6 -DYY_TYPEDEF_YY_SIZE_T -Dyy_size_t=int
>> -Wall -W -Wno-deprecated-declarations -O2 -I../qtools -I/sw/include -o
>> ../objects/portable.o portable.cpp
>>
>> 64
>> c++ -c -pipe -D__FreeBSD__=6 -DYY_TYPEDEF_YY_SIZE_T -Dyy_size_t=int
>> -Wall -W -Wno-deprecated-declarations  -g -fstack-protector -I../qtools
>> -I/usr/local/include -o ../objects/portable.o portable.cpp
>>
>> which pretty much explains the missing libiconv_open symbols...
>>
>> Hanspeter
>
> However, in the latest thread on -beginners, the OP has Xcode 4.2/i386
> and the build fails even with output that looks like that from your
> 32-bit build above.
>
> And the OP in this thread started with Xcode 3.2.6/i386.

Might then be some hidden missing dependency that triggers different 
flags, but I can't see a conditional anywhere in the jumble of .pro and 
makefiles.

The following adds -I/sw/include to pick up Fink's iconv.h, but doesn't 
address whatever the underlying cause is.

perl -pi -e 's|/usr/local/|%p/|g' src/Makefile.libdoxycfg

The -beginners post doesn't include the same compiler line as in my 
example above.  It's only a very small subset of object files that are 
built under that specific Makefile that lacks -I%p/include.

Hanspeter


------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to