aka_mgr;672881 Wrote: > 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: -------------------- > > ... -------------------- > > > > which i've fixed by commenting 3 lines in > src/squeezeplay/src/ui/jive_textarea.c : > > Code: -------------------- > > ... -------------------- > > > > > But now, i am stuck with the following error : > > Code: -------------------- > > ... -------------------- > > > > Anyone else ?
I have fixed the first two problems with gcc-4.4. The problems arose with gcc-4.6. Ubuntu Oneiric has gcc-4.4 in the repositories, so I installed that and use update-alternatives to use gcc-4.4. But your solution is maybe better ;) Then I had a problem with luaprofiler, which I fixed with the adding of `LD="gcc -shared"` in the makefile as described on http://www.jfwhome.com/2009/11/22/compiling-squeezeplay-on-linux-ubuntu-amd64/ But then I am stuck just as you on the sdl-ttf part with exactly the same error. What has libsndfile to do with sdl-ttf? So, anyone else? -- lauret ------------------------------------------------------------------------ lauret's Profile: http://forums.slimdevices.com/member.php?userid=17632 View this thread: http://forums.slimdevices.com/showthread.php?t=91834 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
