SlackwareThis Forum is for the discussion of Slackware Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
however, when I run ./configure I still get the same error... ???
Code:
perry@hrgrv:/usr/local/src/supertux-0.3.0$ ./configure
<snip> truncated the first bit of checks <snip>
checking whether binary relocation support should be enabled... no
checking for ld used by GCC... /usr/i486-slackware-linux/bin/ld
checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes
checking for shared library run path origin... /bin/sh: mk/autoconf/config.rpath: No such file or directory
done
checking for iconv... yes
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for sdl-config... /usr/bin/sdl-config
checking for SDL - version >= 1.2.4... yes
checking for Vorbis... yes
checking for Ogg... yes
checking for SDL_image >= 1.2... found
checking for physfs >= 1.0.0... found
checking for OpenAL... not found
configure: error: Please intall OpenAL
perry@hrgrv:/usr/local/src/supertux-0.3.0$
also, I had to install physfs too before openal. not sure if that helps.
i'm not sticking with anything.. i don't know enough to have a preference. It was just the first thing I found
so i found:
openal-devel-0.0.9-0.9.20060204cvs.fc7.i386.rpm
then i removepkg openal before rpm2tgz and installing the -devel rpm. But still no headers? I found al.h and alc.h on the openal website, copied them to every */include place i could find but still same error.
Just search for a Slack package (for openAL), or compile yourself. Linuxpackages.net should have one. I think there was also one on the Flightgear website...
That's the development(unstable version) you are trying to compile. The stable 0.1.3 version comiles just fine without any extra dependencies.
There Slack packages available on the developer site (berlios.de), or you can use my package or sources available here: http://distro.ibiblio.org/pub/linux/...upertux-0.1.3/
Don't use rpms !!! Slackware is not an rpm-based distro. Get your packages from Alien Bob or Linuxpackages or Slackbuilds. If none of those have it, then compile it yourself. As a last resort, you can use rpm2targz, but try not to do so too often. Remember that these rpms are designed for another distro, which is probably significantly unlike slackware.
why is everyone hell bent on lp.net? they DONT compile the packages in a "clean" system. meaning that there could and most likely linked to packages that arent on your system. I highly recommend www.slacky.it i cant read italian but can still find stuff. the packages are built in a clean system and if you dont want that they even have the .slackbuilds
why is everyone hell bent on lp.net? they DONT compile the packages in a "clean" system. meaning that there could and most likely linked to packages that arent on your system. I highly recommend www.slacky.it i cant read italian but can still find stuff. the packages are built in a clean system and if you dont want that they even have the .slackbuilds
That's fine too ... just not rpms ... only as a very last resort.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.