[sword-devel] Building Mandrake x86_64 RPMs

Brian Schroeder bandds at airnet.com.au
Thu Jan 27 19:22:14 MST 2005


Terry Biggs wrote:
> On Fri, 2005-01-28 at 10:09 +1030, Brian Schroeder wrote:
> 
>>Pierre Benz wrote:
>>
>>>What seems to be the issues with GnomeSword? what is the output that you
>>>seem to be having?
>>>BTW, if you do have issues, there is a GnomeSword mailing list where you
>>>can go to for GnomeSword help. I would love to help you through your
>>>issues..... sorry for sounding to deliverance ministry-ish :)
>>>
>>>pierre
>>
> 
> this is fixed in cvs. the 'unsigned int' needs to be changed to gsize in
> every function that has a call to g_convert().
> 
> hope this helps
> 
> terry

Thanks Terry.

That helped me with that one.  Now, my next problem is:


if x86_64-mandrake-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-DORBIT2=1 -pthread -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API 
-I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 
-I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 
-I/usr/include/libart-2.0 -I/usr/include/gconf/2 
-I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include -I/usr/include/orbit-2.0 
-I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 
-I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 
-I/usr/include/pango-1.0 -I/usr/include/freetype2 
-I/usr/lib64/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 
-I/usr/include/freetype2/freetype2 
-I/usr/include/freetype2/freetype2/config -I/usr/include/libxml2 
-I/usr/include/libgtkhtml-3.1 -I/usr/include/libgnomeprint-2.2 
-I/usr/include/libgnomeprintui-2.2 -I/usr/include/libglade-2.0 
-I/usr/include/gal-2.2 -I/usr/include/sword   -I../../src 
-DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DDATADIR=\""/usr/share"\" 
-DLIBDIR=\""/usr/lib64"\"     -O2 -pipe  -MT note_toolbar_style.o -MD 
-MP -MF ".deps/note_toolbar_style.Tpo" -c -o note_toolbar_style.o 
note_toolbar_style.c; \
then mv -f ".deps/note_toolbar_style.Tpo" ".deps/note_toolbar_style.Po"; 
else rm -f ".deps/note_toolbar_style.Tpo"; exit 1; fi
note_toolbar_style.c: In function `set_color_combo':
note_toolbar_style.c:475: warning: passing arg 1 of 
`html_colorset_get_color_allocated' from incompatible pointer type
note_toolbar_style.c:475: warning: passing arg 2 of 
`html_colorset_get_color_allocated' makes pointer from integer without a 
cast
note_toolbar_style.c:475: error: too few arguments to function 
`html_colorset_get_color_allocated'
make[3]: *** [note_toolbar_style.o] Error 1
make[3]: Leaving directory `/usr/src/RPM/BUILD/gnomesword-2.1.1/src/gnome2'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/RPM/BUILD/gnomesword-2.1.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/RPM/BUILD/gnomesword-2.1.1'
make: *** [all] Error 2


More information about the sword-devel mailing list