From: Dennis S. <sy...@yo...> - 2005-09-03 10:40:23
|
Hello, Could you make the patch in unified format (diff -u) and tell me which gcc version you're using, thank you! Cheers, Dennis On Fri, 2005-09-02 at 20:07 +0200, Thorsten Johannvorderbrueggen wrote: > Hello Dennis, >=20 > i=C2=B4m using Slackintosh. Slackintosh is a (unofficial) port of Slack= ware=20 > for Mac. At the moment i build Gnome-Packages on my mac. The basic for=20 > this is freerock gnome. One of the many packages ist libvisual. This=20 > won=C2=B4t build. I made a little patch, which let me build libvisual. = At the=20 > end of this patch (for lv_cpu.c): > *************** > *** 424,428 **** > #endif /* VISUAL_ARCH_X86 */ > =20 > ! #if VISUAL_ARCH_POWERPC > check_os_altivec_support (); > #endif /* VISUAL_ARCH_POWERPC */ > --- 424,428 ---- > #endif /* VISUAL_ARCH_X86 */ > =20 > ! #if defined(VISUAL_ARCH_POWERPC) > check_os_altivec_support (); > #endif /* VISUAL_ARCH_POWERPC */ >=20 > I think that=C2=B4s a bug. The rest of the patch is: >=20 > *************** > *** 161,174 **** > _lv_powerpc_canjump =3D 1; > =20 > ! asm volatile > ("mtspr 256, %0\n\t" > "vand %%v0, %%v0, %%v0" > : > ! : "r" (-1)); > =20 > signal (SIGILL, SIG_DFL); > ! _lv_cpu_caps.hasAltiVec =3D 1; > } > ! #endif > } > #endif > --- 161,174 ---- > _lv_powerpc_canjump =3D 1; > =20 > ! /*asm volatile > ("mtspr 256, %0\n\t" > "vand %%v0, %%v0, %%v0" > : > ! : "r" (-1));*/ > =20 > signal (SIGILL, SIG_DFL); > ! _lv_cpu_caps.hasAltiVec =3D 0; > } > ! #endif > } > #endif >=20 > I have to disable it, because i get an error which say, that "vand" is=20 > unknown. Maybe you have a idee, where the problem is. >=20 > Bye > Thorsten >=20 >=20 > Dennis Smit wrote: >=20 > >Of course we want to know, please try to describe the bug as > >detailed as possible. > > > >Which client program are you running, which plugin are you using > >and so on. > > > > > >On Fri, 2005-09-02 at 17:06 +0200, Thorsten Johannvorderbrueggen wrote= : > > =20 > > > >>i found a bug on ppc-arch. Who want=C2=B4s to know? > >> > >>Bye > >> Thorsten > >> > >> > >>------------------------------------------------------- > >>SF.Net email is Sponsored by the Better Software Conference & EXPO > >>September 19-22, 2005 * San Francisco, CA * Development Lifecycle Pra= ctices > >>Agile & Plan-Driven Development * Managing Projects & Teams * Testing= & QA > >>Security * Process Improvement & Measurement * http://www.sqe.com/bsc= e5sf > >>_______________________________________________ > >>Libvisual-users mailing list > >>Lib...@li... > >>https://lists.sourceforge.net/lists/listinfo/libvisual-users > >> =20 > >> > > > > > > > >------------------------------------------------------- > >SF.Net email is Sponsored by the Better Software Conference & EXPO > >September 19-22, 2005 * San Francisco, CA * Development Lifecycle Prac= tices > >Agile & Plan-Driven Development * Managing Projects & Teams * Testing = & QA > >Security * Process Improvement & Measurement * http://www.sqe.com/bsce= 5sf > >_______________________________________________ > >Libvisual-users mailing list > >Lib...@li... > >https://lists.sourceforge.net/lists/listinfo/libvisual-users > > > > =20 > > >=20 |