Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 85 - Compilation error in gnucash 1-6-5 ebuild
Summary: Compilation error in gnucash 1-6-5 ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Mikael Hallendal (hallski) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-08 13:34 UTC by Maarten Stolte
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maarten Stolte 2002-01-08 13:34:15 UTC
I get this error:
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -I../engine -I../gnome -I../register -I/usr/include/gtk-1.2 
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/include 
-DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/include/orbit-1.0 -I/usr/include 
   -mcpu=i686 -march=i686 -O3 -pipe -Wall -Wunused  -Wall -Wno-unused 
-Werror-implicit-function-declaration -I/usr/include -I/usr/include/glib-1.2 -I/usr/lib/glib/include 
-I/usr/include/gnome-1.0 -I/usr/include/freetype2 -I/usr/include -DNEED_GNOMESUPPORT_H 
-I/usr/lib/gnome-libs/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include 
-I/usr/X11R6/include -I/usr/include/gdk-pixbuf-1.0 -I/usr/include/gnome-xml -I/usr/include 
-I/usr/include/gdk-pixbuf-1.0 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include 
-I/usr/X11R6/include -I/usr/include/gnome-1.0 -I/usr/include/freetype2 
-DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/include/gnome-xml 
-I/usr/include/libglade-1.0 -I/usr/include/gconf/1 -I/usr/include/orbit-1.0 
-DGTKHTML_HAVE_GCONF -I/usr/include/gdk-pixbuf-1.0 -I/usr/include/gtk-1.2 
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -c argv-list-converters.c
argv-list-converters.c: In function `print_argv':
argv-list-converters.c:119: implicit declaration of function `printf'
make[3]: *** [argv-list-converters.o] Error 1
make[3]: Leaving directory `/var/tmp/portage/gnucash-1.6.5/work/gnucash-1.6.5/src/guile'
Comment 1 Tod M. Neidt 2002-01-08 14:27:02 UTC
Hi!

Just wanted to confirm this bug.  I see the exact same error.

argv-list-converters.c: In function `print_argv':
argv-list-converters.c:119: implicit declaration of function `printf'
make[3]: *** [argv-list-converters.o] Error 1

tod
Comment 2 Mikael Hallendal (hallski) (RETIRED) gentoo-dev 2002-01-08 17:25:45 UTC
fixed in 1.6.5-r1
had it uncommeted in my local tree, sorry about that.