[SVN 3772]Compile issue FIXED

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
madmonk
Reaper
Posts: 2257
Joined: Wed Dec 12, 2007 12:21 am
Location: New Zealand

[SVN 3772]Compile issue FIXED

#1 Post by madmonk »

I get this on compile in the TEngine section:

Code: Select all

==== Building TEngine ====
Creating ../obj/Debug/TEngine
particles.c
struct.c
core_lua.c
glew.c
display_sdl.c
physfs.c
../src/physfs.c: In function ‘lua_fs_get_real_path’:
../src/physfs.c:311: warning: incompatible implicit declaration of built-in function ‘free’
dmnd_square.c
map.c
../src/map.c: In function ‘map_set_grid’:
../src/map.c:749: warning: cast from pointer to integer of different size
serial.c
main.c
In file included from ../src/main.c:41:
../src/music.h:33:19: warning: AL/al.h: No such file or directory
../src/music.h:34:20: warning: AL/alc.h: No such file or directory
In file included from ../src/main.c:41:
../src/music.h:48: error: expected specifier-qualifier-list before ‘ALuint’
In file included from ../src/main.c:41:
../src/music.h:60: error: expected specifier-qualifier-list before ‘ALuint’
make[1]: *** [../obj/Debug/TEngine/main.o] Error 1
make: *** [TEngine] Error 2
Looks like you are not pathing correctly in the Makefile to get to the src directory from the obj directory
Regards

Jon.

darkgod
Master of Eyal
Posts: 10751
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: [SVN 3772]Compile issue

#2 Post by darkgod »

Are you sure you have openal libs installed ?
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

madmonk
Reaper
Posts: 2257
Joined: Wed Dec 12, 2007 12:21 am
Location: New Zealand

Re: [SVN 3772]Compile issue

#3 Post by madmonk »

I have now, recompiled, and got the same error!
Regards

Jon.

madmonk
Reaper
Posts: 2257
Joined: Wed Dec 12, 2007 12:21 am
Location: New Zealand

Re: [SVN 3772]Compile issue FIXED

#4 Post by madmonk »

It also need the developer library and then all is good.

Thanks for the pointer!
Regards

Jon.

Post Reply