project-navigation
Personal tools

Author Topic: Compile error  (Read 1787 times)

harrym

  • Guest
Compile error
« on: November 21, 2006, 04:44:39 pm »
Hi

After "svn up" today, "make" ends with the following error:

[... clip ]

 * [UFO] src/client/keys.c
 * [UFO] src/client/snd_ref.c
src/client/snd_ref.c: In function `S_Update':
src/client/snd_ref.c:1280: warning: implicit declaration of function `SND_OAL_Stream'
 * [UFO] src/client/snd_mem.c
 * [UFO] src/client/snd_mix.c
 * [UFO] src/qcommon/cmd.c
 * [UFO] src/qcommon/ioapi.c
 * [UFO] src/qcommon/unzip.c
 * [UFO] src/qcommon/cmodel.c
 * [UFO] src/qcommon/common.c
 * [UFO] src/qcommon/cvar.c
 * [UFO] src/qcommon/irc.c
 * [UFO] src/qcommon/files.c
 * [UFO] src/qcommon/md4.c
 * [UFO] src/qcommon/net_chan.c
 * [UFO] src/qcommon/scripts.c
 * [UFO] src/server/sv_ccmds.c
 * [UFO] src/server/sv_game.c
 * [UFO] src/server/sv_init.c
 * [UFO] src/server/sv_main.c
 * [UFO] src/server/sv_send.c
 * [UFO] src/server/sv_user.c
 * [UFO] src/server/sv_world.c
 * [UFO] src/game/q_shared.c
 * [UFO] src/ports/linux/q_shlinux.c
 * [UFO] src/ports/linux/vid_so.c
 * [UFO] src/ports/linux/sys_linux.c
 * [UFO] src/ports/unix/sys_unix.c
 * [UFO] src/ports/unix/glob.c
 * [UFO] src/ports/unix/net_udp.c
 * [UFO] src/ports/null/qal_null.c
 * [UFO] src/ports/unix/cd_sdl.c
 * [UFO] ... linking
debug-linux-gnu-i386/client/client/snd_ref.o(.text+0x24e3): In function `S_Update':
src/client/snd_ref.c:1280: undefined reference to `SND_OAL_Stream'
collect2: ld returned 1 exit status
make: *** [ufo] Error 1

---

So, any ideas?

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Compile error
« Reply #1 on: November 21, 2006, 05:30:32 pm »
yes, the openal files are missing in the dev-cpp project files. we really need a windows programmer who will update this stuff, too. i will maybe fix it today or tomorrow.

harrym

  • Guest
Compile error
« Reply #2 on: November 22, 2006, 02:58:30 am »
Hi

Sorry, I forgot to mention the platform used. This error was encountered on Linux (Mandrake).