|
From: ragazzotriste <la...@te...> - 2002-05-11 10:08:30
|
Ma che fine ha fatto il file setting.in?
A me non trova le SDL, come faccio?
Ecco cosa viene quando compilo, le SDL ce l'ho nelle dir normali.
C:\dlab>make all
Compiling with:
gcc -IC:/Programmi/SDL-1.2.4/i386-mingw32msvc/include/SDL -IC:/Programmi/SDL
-1.2
.4/SDL_mixer-1.2.3/include -IC:/Programmi/SDL-1.2.4/SDL_image-1.2.2/include
-IC:
/Programmi/SDL-1.2.4/SDL_net-1.2.4/include -IC:/Programmi/SDL-1.2.4/smpeg-0.
4.3/
include -Icontrib/SDL_rotozoom -ggdb -Wall -W -Wundef -Wshadow -Wpointer-ari
th -
Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wsign-compare -
Wagg
regate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-noreturn -W
redu
ndant-decls -Wnested-externs -Winline -Wlong-long -Werror -MMD -DDEBUG_PLAYE
R -D
DEBUG_ASTEROID
----------------------------------------------------
Linking with:
gcc -LC:/Programmi/SDL-1.2.4/i386-mingw32msvc/lib -LC:/Programmi/SDL-1.2.4/S
DL_m
ixer-1.2.3/lib -LC:/Programmi/SDL-1.2.4/SDL_image-1.2.2/lib -LC:/Programmi/S
DL-1
.2.4/SDL_net-1.2.4/lib -LC:/Programmi/SDL-1.2.4/smpeg-0.4.3/lib -lmingw32 -l
SDLm
ain -mwindows -l----------------------------------------------------
Compiling init.c...
In file included from init.c:114:
game.h:109: warning: No include path in which to find SDL_keysym.h
In file included from init.c:119:
gfx.h:71: warning: No include path in which to find SDL_video.h
In file included from
C:/Programmi/SDL-1.2.4/SDL_mixer-1.2.3/include/SDL_mixer.h
:29,
from sfx.h:47,
from init.c:120:
C:/Programmi/SDL-1.2.4/SDL_mixer-1.2.3/include/SDL_rwops.h:39: warning: No
inclu
de path in which to find begin_code.h
C:/Programmi/SDL-1.2.4/SDL_mixer-1.2.3/include/SDL_rwops.h:111: warning: No
incl
ude path in which to find close_code.h
In file included from
C:/Programmi/SDL-1.2.4/SDL_mixer-1.2.3/include/SDL_mixer.h
:30,
from sfx.h:47,
from init.c:120:
C:/Programmi/SDL-1.2.4/SDL_mixer-1.2.3/include/SDL_audio.h:35: warning: No
inclu
de path in which to find SDL_main.h
In file included from
C:/Programmi/SDL-1.2.4/SDL_mixer-1.2.3/include/SDL_mixer.h
:30,
from sfx.h:47,
from init.c:120:
C:/Programmi/SDL-1.2.4/SDL_mixer-1.2.3/include/SDL_audio.h:37: warning: No
inclu
de path in which to find SDL_error.h
In file included from
C:/Programmi/SDL-1.2.4/SDL_mixer-1.2.3/include/SDL_mixer.h
:30,
from sfx.h:47,
from init.c:120:
C:/Programmi/SDL-1.2.4/SDL_mixer-1.2.3/include/SDL_audio.h:41: warning: No
inclu
de path in which to find begin_code.h
C:/Programmi/SDL-1.2.4/SDL_mixer-1.2.3/include/SDL_audio.h:257: warning: No
incl
ude path in which to find close_code.h
In file included from sfx.h:47,
from init.c:120:
C:/Programmi/SDL-1.2.4/SDL_mixer-1.2.3/include/SDL_mixer.h:32: warning: No
inclu
de path in which to find SDL_version.h
C:/Programmi/SDL-1.2.4/SDL_mixer-1.2.3/include/SDL_mixer.h:33: warning: No
inclu
de path in which to find begin_code.h
C:/Programmi/SDL-1.2.4/SDL_mixer-1.2.3/include/SDL_mixer.h:557: warning: No
incl
ude path in which to find close_code.h
init.c:123: warning: No include path in which to find SDL.h
make: *** [objs_debug/init.o] Error 1
C:\dlab>
|