Re: [gtk+osx] Fw: compile trouble
Status: Beta
Brought to you by:
jralls
From: David B. <va...@nt...> - 2004-01-31 16:29:09
|
>>I've problems with compiling gtk+osx. I get errors on errors for the >>gtk package with xcode on 10.3.2. have you updated sources or >>precompiled binarys? Okay I've recompiled in Xcode, and yes there is a problem in gdkfont.c line 194 numfields += sscanf (font_name + n1, "-%8[^-]-%8[^-]-%8[^-]-%8[^-]-%30[^-]-%8[^-]-%30[^-]- %30[^-]%n", pixel_size, The format string is split on to two lines. This gives an error in Xcode, but not in PB Putting it all back on one line compiles on both. I'll add a patch when sf cvs is working again so I can diff. Dave. |