tomb
2007-12-19, 20:51
Hi everyone, first post ;)
I'm trying to get the Jive Target software compiled, according to the wiki page here: http://wiki.slimdevices.com/index.cgi?JiveTargetSoftwareHowTo
I may be jumping in at the deep end but you have to start somewhere ;)
I started with a clean subversion checkout (revision 1234).
The build goes well for quite a while, but eventually trips up at SDL_gfx. It goes into the configure steps for SDL_gfx, but before it completes the configure step, it stops with the following:
...
checking how to run the C preprocessor... arm-926ejs-linux-gnueabi-gcc -E
checking for X... no
checking for sdl-config... no
checking for SDL - version >= 1.2.0... no
*** The sdl-config script installed by SDL could not be found
*** If SDL was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the SDL_CONFIG environment variable to the
*** full path to sdl-config.
configure: error: *** SDL version 1.2.0 not found!
make[2]: *** [config.status] Error 1
make[2]: Leaving directory `/home/tom/slimdevices/jive/src/pkg/SDL_gfx-2.0.15'
make[1]: *** [sdl-gfx] Error 2
make[1]: Leaving directory `/home/tom/slimdevices/jive/src/pkg'
make: *** [jive] Error 2
The build environment is slightly different from the Wiki page. I started with Ubuntu 7.10 (in a VirtalPC environment)
autoconf 2.61 (instead of 2.6)
automake 1.9.6 (OK)
libtool 1.5.24 (instead of 1.5.22)
Interestingly enough, other SDL parts (such as SDL_image) build just fine.
In case it helps, I attached the config.log found in jive/src/pkg/SDL_gfx-2.0.15/
Thanks for any pointers.
I'm trying to get the Jive Target software compiled, according to the wiki page here: http://wiki.slimdevices.com/index.cgi?JiveTargetSoftwareHowTo
I may be jumping in at the deep end but you have to start somewhere ;)
I started with a clean subversion checkout (revision 1234).
The build goes well for quite a while, but eventually trips up at SDL_gfx. It goes into the configure steps for SDL_gfx, but before it completes the configure step, it stops with the following:
...
checking how to run the C preprocessor... arm-926ejs-linux-gnueabi-gcc -E
checking for X... no
checking for sdl-config... no
checking for SDL - version >= 1.2.0... no
*** The sdl-config script installed by SDL could not be found
*** If SDL was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the SDL_CONFIG environment variable to the
*** full path to sdl-config.
configure: error: *** SDL version 1.2.0 not found!
make[2]: *** [config.status] Error 1
make[2]: Leaving directory `/home/tom/slimdevices/jive/src/pkg/SDL_gfx-2.0.15'
make[1]: *** [sdl-gfx] Error 2
make[1]: Leaving directory `/home/tom/slimdevices/jive/src/pkg'
make: *** [jive] Error 2
The build environment is slightly different from the Wiki page. I started with Ubuntu 7.10 (in a VirtalPC environment)
autoconf 2.61 (instead of 2.6)
automake 1.9.6 (OK)
libtool 1.5.24 (instead of 1.5.22)
Interestingly enough, other SDL parts (such as SDL_image) build just fine.
In case it helps, I attached the config.log found in jive/src/pkg/SDL_gfx-2.0.15/
Thanks for any pointers.