Re: [Tuxpaint-users] Tuxpaint-users Digest, Vol 21, Issue 1
An award-winning drawing program for children of all ages
Brought to you by:
wkendrick
From: Caroline F. <car...@go...> - 2008-03-02 23:39:10
|
On 02/03/2008, Kai Ponte <ka...@pe...> wrote: > On Sunday 02 March 2008 12:09:15 pm > tux...@li... wrote: > > > > Hello Tux Paint fans. This is a brief note to let you know that > > Tux Paint 0.9.19 is now available! An official press-release about it is > > here: > > > > http://tuxpaint.org/latest/tuxpaint-0.9.19-press-release-en.php3 > > Just tried to compile it. I downloaded the .tar.gz file. > > I got the following > > kai@xwing:~/downloads/tuxpaint-0.9.19> make > > ...Generating 'Magic' tool API development header file... > > ...Compiling Tux Paint from source... > src/tuxpaint.c:918:19: error: paper.h: No such file or directory > src/tuxpaint.c: In function 'show_available_papersizes': > src/tuxpaint.c:18155: warning: implicit declaration of function 'paperfirst' > src/tuxpaint.c:18155: warning: assignment makes pointer from integer without a > cast > src/tuxpaint.c:18160: warning: implicit declaration of function 'papername' > src/tuxpaint.c:18160: warning: format '%s' expects type 'char *', but argument > 3 has type 'int' > src/tuxpaint.c:18168: warning: implicit declaration of function 'papernext' > src/tuxpaint.c:18168: warning: assignment makes pointer from integer without a > cast > make: *** [obj/tuxpaint.o] Error 1 > kai@xwing:~/downloads/tuxpaint-0.9.19> > > > openSUSE 10.3 with all libraries installed (as far as I'm aware). You are missing a dependency I think. Do you have libpaper-dev (or whatever SUSE calls it) installed? If you do - which version do you have? Thanks Caroline |