|
|
2012-08-24
, 01:20
|
|
Posts: 466 |
Thanked: 418 times |
Joined on Jan 2010
|
#2
|
| The Following User Says Thank You to slaapliedje For This Useful Post: | ||
|
|
2012-08-24
, 08:21
|
|
|
Posts: 147 |
Thanked: 299 times |
Joined on Mar 2012
@ ^^ IRAN ^^ - Tehran :D
|
#3
|

[root@chroot: /home/preenv-preenv] make libsdlpre make -C "libsdlpre" all make[1]: Entering directory `/home/preenv-preenv/libsdlpre' cc -shared -o libsdlpre.so global.o pdl.o gl.o joystick.o cinema.o -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -lpthread -lSDL_gles -ldl /usr/bin/ld: cannot find -lSDL_gles collect2: ld returned 1 exit status make[1]: *** [libsdlpre.so] Error 1 make[1]: Leaving directory `/home/preenv-preenv/libsdlpre' make: *** [libsdlpre] Error 2 [root@chroot: /home/preenv-preenv] apt-cache search sdl libsdl-image1.2 - image loading library for Simple DirectMedia Layer 1.2 libsdl-image1.2-dev - development files for SDL 1.2 image loading libray libsdl-mixer1.2 - mixer library for Simple DirectMedia Layer 1.2 libsdl-mixer1.2-dev - development files for SDL1.2 mixer library libsdl-net1.2 - network library for Simple DirectMedia Layer libsdl-net1.2-dev - Development files for SDL network library libsdl-ttf2.0-0 - ttf library for Simple DirectMedia Layer with FreeType 2 support libsdl-ttf2.0-dev - development files for SDL ttf library (version 2.0) libsdl1.2 - Simple DirectMedia Layer (with X11 and PulseAudio options) libsdl1.2-dbg - Simple DirectMedia Layer development files libsdl1.2-dev - Simple DirectMedia Layer development files python-pygame - SDL bindings for games development in Python [root@chroot: /home/preenv-preenv] apt-get install libsdl1.2-dev libsdl1.2-dbg libsdl1.2 libsdl-ttf2.0-dev libsdl-ttf2.0-0 libsdl-net1.2-dev libsdl-net1.2 libsdl-mixer1.2-dev libsdl-mixer1.2 libsdl-image1.2-dev libsdl-image1.2-dev libsdl-image1.2 Reading package lists... Done Building dependency tree Reading state information... Done libsdl1.2-dev is already the newest version. libsdl1.2-dbg is already the newest version. libsdl1.2 is already the newest version. libsdl-ttf2.0-dev is already the newest version. libsdl-ttf2.0-0 is already the newest version. libsdl-net1.2-dev is already the newest version. libsdl-net1.2 is already the newest version. libsdl-mixer1.2-dev is already the newest version. libsdl-mixer1.2 is already the newest version. libsdl-image1.2-dev is already the newest version. libsdl-image1.2-dev is already the newest version. libsdl-image1.2 is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded. [root@chroot: /home/preenv-preenv]
|
|
2012-08-24
, 11:56
|
|
|
Posts: 1,034 |
Thanked: 784 times |
Joined on Dec 2007
@ Annapolis, MD
|
#4
|
EDIT -----------------------------------------------------------
my Problem IS SOLVED
|
|
2012-08-24
, 18:52
|
|
|
Posts: 147 |
Thanked: 299 times |
Joined on Mar 2012
@ ^^ IRAN ^^ - Tehran :D
|
#5
|
bucase i cant run the game ) & libstub & opencore-amr & ffmpeg

)| The Following User Says Thank You to farfary For This Useful Post: | ||
|
|
2012-08-24
, 20:04
|
|
|
Posts: 534 |
Thanked: 723 times |
Joined on Oct 2009
|
#6
|
|
|
2012-08-24
, 23:18
|
|
|
Posts: 147 |
Thanked: 299 times |
Joined on Mar 2012
@ ^^ IRAN ^^ - Tehran :D
|
#7
|
I want to Compile Libsdlpre for Harmattan
and this error
[root@chroot: /home/preenv-preenv] make libsdlpre make -C "libsdlpre" all make[1]: Entering directory `/home/preenv-preenv/libsdlpre' cc -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Os -Wall -I. -o global.o -c global.c In file included from /usr/include/SDL/SDL_mouse.h:32, from /usr/include/SDL/SDL_events.h:35, from /usr/include/SDL/SDL.h:37, from global.h:4, from global.c:1: /usr/include/SDL/SDL_video.h:469: warning: null character(s) ignored cc -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Os -Wall -I. -o pdl.o -c pdl.c In file included from /usr/include/SDL/SDL_mouse.h:32, from /usr/include/SDL/SDL_events.h:35, from /usr/include/SDL/SDL.h:37, from global.h:4, from pdl.c:7: /usr/include/SDL/SDL_video.h:469: warning: null character(s) ignored cc -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Os -Wall -I. -o gl.o -c gl.c In file included from /usr/include/SDL/SDL_mouse.h:32, from /usr/include/SDL/SDL_events.h:35, from /usr/include/SDL/SDL.h:37, from gl.c:4: /usr/include/SDL/SDL_video.h:469: warning: null character(s) ignored gl.c: In function 'glLoadIdentity': gl.c:284: warning: enumeration value 'PDL_ORIENTATION_0' not handled in switch gl.c:284: warning: enumeration value 'PDL_ORIENTATION_90' not handled in switch gl.c:284: warning: enumeration value 'PDL_ORIENTATION_180' not handled in switch cc -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Os -Wall -I. -o joystick.o -c joystick.c In file included from /usr/include/SDL/SDL_mouse.h:32, from /usr/include/SDL/SDL_events.h:35, from /usr/include/SDL/SDL.h:37, from joystick.c:5: /usr/include/SDL/SDL_video.h:469: warning: null character(s) ignored cc -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Os -Wall -I. -o cinema.o -c cinema.c In file included from /usr/include/SDL/SDL_mouse.h:32, from /usr/include/SDL/SDL_events.h:35, from /usr/include/SDL/SDL.h:37, from cinema.c:2: /usr/include/SDL/SDL_video.h:469: warning: null character(s) ignored cc -shared -o libsdlpre.so global.o pdl.o gl.o joystick.o cinema.o -L/usr/lib -lSDL -lpthread -lSDL_gles -ldl /usr/bin/ld: cannot find -lSDL_gles collect2: ld returned 1 exit status make[1]: *** [libsdlpre.so] Error 1 make[1]: Leaving directory `/home/preenv-preenv/libsdlpre' make: *** [libsdlpre] Error 2