Jean-François Mertens wrote:
> 
> On 01 Sep 2010, at 16:11, Alexander Hansen wrote:
> 
>> For context, here it is with the lines immediately before and after (I
>> added the line numbers):
>>
>> 181 #ifndef HAVE_SNPRINTF
>> 182 int snprintf(char *s, size_t maxlen, const char *fmt, ...);
>> 183 #endif
> 
> If there is trouble here, something must have gone wrong in the
> detection of snprintf in configure: it is in stdio.h and in libSystem,
> so HAVE_SNPRINTF should be defined at this stage.

xmame doesn't employ such modern tools as configure. It has hand-crafted 
makefiles, and configuring is done by patching them. The xmame.patch 
file hasn't really changed since 2003. It uses ARCH=generic and 
MY_CPU=risc. With ARCH=macosx and MY_CPU=i386, it compiles correctly 
here on MacOSX 10.5.8/intel.

While it wouldn't be hard to change the handful of lines in the patch 
file so that it works for i386/ia64, it is probably best to restrict 
this package to ppc and then let it die.

-- 
Martin







------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to