In SDL-1.2.13/src/video/mmx.h, there is one line to change. See 
lists.libsdl.org/pipermail/commits-libsdl.org/2011-January/003712.html
(Sorry, this is my first post and i am not allowed to add a real link)

And then, i get this error :

Code:
--------------------
    src/ui/jive_textarea.c: In function ‘wordwrap’:
  src/ui/jive_textarea.c:528:8: error: variable ‘line_start’ set but not used 
[-Werror=unused-but-set-variable]
  cc1: all warnings being treated as errors
--------------------


which i've fixed by commenting 3 lines in
src/squeezeplay/src/ui/jive_textarea.c :

Code:
--------------------
    528 //unused: char *line_start = ptr;
  572   //unused: line_start = ptr;
  633   //unused: line_start = ptr;
--------------------



But now, i am stuck with the following error :

Code:
--------------------
    gcc -I/home/akamgr/squeezeplay/squeezeplay//build/linux/include 
-I/home/akamgr/squeezeplay/squeezeplay//build/linux/include/SDL 
-I/home/akamgr/squeezeplay/squeezeplay//build/linux/include/freetype2 -g -fPIC 
-I/home/akamgr/squeezeplay/squeezeplay//build/linux/include/freetype2 
-I/home/akamgr/squeezeplay/squeezeplay//build/linux/include 
-I/home/akamgr/squeezeplay/squeezeplay//build/linux/include/SDL -D_GNU_SOURCE=1 
-D_REENTRANT -o showfont showfont.o -Wl,-rpath 
-Wl,/home/akamgr/squeezeplay/squeezeplay//build/linux/lib  
-L/home/akamgr/squeezeplay/squeezeplay//build/linux/lib ./.libs/libSDL_ttf.a 
/home/akamgr/squeezeplay/squeezeplay//build/linux/lib/libfreetype.a -lz 
/home/akamgr/squeezeplay/squeezeplay//build/linux/lib/libSDL.a -lasound -lm 
-ldl /usr/lib/libesd.so -lpulse-simple -lpulse -laudio -lXt -lX11 -lXext 
-lpthread
  /usr/lib/x86_64-linux-gnu/libsndfile.so.1: undefined reference to 
`FLAC__stream_encoder_set_bits_per_sample'
  /usr/lib/x86_64-linux-gnu/libsndfile.so.1: undefined reference to 
`FLAC__stream_encoder_set_metadata'
  /usr/lib/x86_64-linux-gnu/libsndfile.so.1: undefined reference to 
`FLAC__stream_encoder_new'
  /usr/lib/x86_64-linux-gnu/libsndfile.so.1: undefined reference to 
`FLAC__stream_encoder_set_sample_rate'
  /usr/lib/x86_64-linux-gnu/libsndfile.so.1: undefined reference to 
`FLAC__stream_encoder_init_stream'
  /usr/lib/x86_64-linux-gnu/libsndfile.so.1: undefined reference to 
`FLAC__stream_encoder_finish'
  /usr/lib/x86_64-linux-gnu/libsndfile.so.1: undefined reference to 
`FLAC__stream_encoder_set_channels'
  /usr/lib/x86_64-linux-gnu/libsndfile.so.1: undefined reference to 
`FLAC__stream_encoder_delete'
  /usr/lib/x86_64-linux-gnu/libsndfile.so.1: undefined reference to 
`FLAC__StreamEncoderInitStatusString'
  /usr/lib/x86_64-linux-gnu/libsndfile.so.1: undefined reference to 
`FLAC__stream_encoder_process_interleaved'
  collect2: ld a retourné 1 code d'état d'exécution
  make[1]: *** [showfont] Erreur 1
  make[1]: quittant le répertoire « 
/home/akamgr/squeezeplay/squeezeplay/src/SDL_ttf-2.0.8 »
  make: *** [sdl-ttf] Erreur 2
--------------------


Anyone else ?


-- 
aka_mgr
------------------------------------------------------------------------
aka_mgr's Profile: http://forums.slimdevices.com/member.php?userid=51721
View this thread: http://forums.slimdevices.com/showthread.php?t=91834

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to