|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
|
|
#1
|
|||
|
|||
|
I have Linux 9.0 on my Pc . I am a rather new on this OS. i have run the make command on mpeg4ip .
It gives the following error in the end SDL_artsaudio.c:46:24: SDL_loadso.h: No such file or directory SDL_artsaudio.c: In function `UnloadARTSLibrary': SDL_artsaudio.c:91: warning: implicit declaration of function `SDL_UnloadObject'SDL_artsaudio.c: In function `LoadARTSLibrary': SDL_artsaudio.c:101: warning: implicit declaration of function `SDL_LoadObject' SDL_artsaudio.c:101: warning: assignment makes pointer from integer without a cast SDL_artsaudio.c:106: warning: implicit declaration of function `SDL_LoadFunction' SDL_artsaudio.c:106: warning: assignment makes pointer from integer without a cast make[6]: *** [SDL_artsaudio.lo] Error 1 make[6]: Leaving directory `/home/comsats/mpeg4ip-1.2/lib/SDLAudio/src/audio/arts' make[5]: *** [all-recursive] Error 1 make[5]: Leaving directory `/home/comsats/mpeg4ip-1.2/lib/SDLAudio/src/audio' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/home/comsats/mpeg4ip-1.2/lib/SDLAudio/src' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/comsats/mpeg4ip-1.2/lib/SDLAudio' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/comsats/mpeg4ip-1.2/lib' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/comsats/mpeg4ip-1.2' make: *** [all] Error 2 Plz give me some advise as how can i correct this error. I have searched a lot on google havent find anything yet. thanx |
|
#2
|
|||
|
|||
|
SDL_artsaudio.c:46:24: SDL_loadso.h: No such file or directory
it's saying you: SDL_loadso.h is not there, check the -I flags SDL_artsaudio.c:101: warning: implicit declaration of function `SDL_LoadObject' prototype it SDL_artsaudio.c:101: warning: assignment makes pointer from integer without a cast same, see below
__________________
working on Solaris[5-9], preferred languages french and C. |
|
#3
|
|||
|
|||
|
As i told u im rather new in linux so i m afraid i didnt had idea abt -1 flags and "prototype it"
ill try to figure out , although i need to sort it out within few days |
|
#4
|
|||
|
|||
|
well the real situation right now is that i ha d installed libtool, automake ,autoconfig . Im not sure abt X11 development Libraries. I had a folder namely "X11R6" created don knoe wether its where x11 libraries are installed.
Anyways the real problem is that i want to create mp4Live in my usr/local/bin directory after giving commands of make and make isntall to mpeg4ip version 1.2 And this file "mp4live" has not been created yet. Although im working on linux 9.0 server. So any idea i hope im more specific this time ![]() regards |
|
#5
|
|||
|
|||
|
soso
you are playing w/ c
and dont know about the -I (not -1) nor prototyping what about manual pages ? |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > UNIX Help > Need Urgent Help in make command for Mpeg4ip |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|