[Gambas-devel] 1.9.1 Build Error (sdl component) on FC3

Daniel Campos daniel.campos at ...103...
Mon Jan 10 20:18:07 CET 2005


Hi:

If you're not interested in the SDL component, go to the {gambas 
sources} folder,
edit configure.in and find these two lines:

src/lib/sdl/image/Makefile \
src/lib/sdl/sound/Makefile \

Erase them, then cd to {gambas sources}, then type:

./reconf

and

./configure ...(your options)

And try to build it again.

Regards,

D. Campos


PD: Could you please send your messages to the list using "text only" 
format? It
is strange to see Microchoff advertisement here! :-)))





Srikanta Prasanna escribió:

> Folks,
> I tried to build Gambas 1.9.1 on my Fedora Core 3 system.
> 'configure' went smooth, but 'make' threw this error in the
> SDL component's image directory, draw.c:
>
> Making all in image
> make[5]: Entering directory 
> `/home/sri/Gambas/Gambas-Srcs/gambas2-1.9.1/src/lib/sdl/image'
> if /bin/sh ../../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. 
> -I. -I../../../.. -I../../../../src/share  -I/usr/include/SDL/ 
> -D_REENTRANT    -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT 
> draw.lo -MD -MP -MF ".deps/draw.Tpo" -c -o draw.lo draw.c; \
> then mv -f ".deps/draw.Tpo" ".deps/draw.Plo"; else rm -f 
> ".deps/draw.Tpo"; exit 1; fi
> gcc -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../src/share 
> -I/usr/include/SDL/ -D_REENTRANT -g -O2 -pipe -Wall 
> -fno-strict-aliasing -g -Os -MT draw.lo -MD -MP -MF .deps/draw.Tpo -c 
> draw.c  -fPIC -DPIC -o .libs/draw.o
> draw.c:34:31: SDL_gfxPrimitives.h: No such file or directory
> draw.c: In function `DRAWING_plot':
> draw.c:147: warning: implicit declaration of function `pixelColor'
> draw.c: In function `DRAWING_draw':
> draw.c:170: warning: implicit declaration of function `lineColor'
> make[5]: *** [draw.lo] Error 1
> make[5]: Leaving directory 
> `/home/sri/Gambas/Gambas-Srcs/gambas2-1.9.1/src/lib/sdl/image'
> make[4]: *** [all-recursive] Error 1
> make[4]: Leaving directory 
> `/home/sri/Gambas/Gambas-Srcs/gambas2-1.9.1/src/lib/sdl'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory 
> `/home/sri/Gambas/Gambas-Srcs/gambas2-1.9.1/src/lib'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory 
> `/home/sri/Gambas/Gambas-Srcs/gambas2-1.9.1/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/sri/Gambas/Gambas-Srcs/gambas2-1.9.1'
> make: *** [all] Error 2
>
> Any suggestions ??
>
> cheers,
> srikanta prasanna
>
>
>
> <http://clients.rediff.com/signature/track_sig.asp> 






More information about the Devel mailing list