[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: problems building amarok 1.4.4 on sparc



On Fri, Nov 03, 2006 at 05:28:50PM +1100, Jim Watson wrote:
> 
> I dont know, just quoting from a book here:
> 
> "if you are writing code using the ANSI C conventions, you must use  
> the __asm__ keyword instead of the normal asm keyword." that fixes  
> the test case.
> 
> jim 

Thanks for the hint, Jim.

Ana, I've verified that amarok builds fine on sparc with the attached 
patch applied.

Best regards,
-- 
Jurij Smakov                                           jurij@wooyd.org
Key: http://www.wooyd.org/pgpkey/                      KeyID: C99E03CC
--- amarok/src/mediadevice/daap/mongrel/http11/Makefile.am.orig	2006-11-02 23:22:08.000000000 -0800
+++ amarok/src/mediadevice/daap/mongrel/http11/Makefile.am	2006-11-02 23:22:22.000000000 -0800
@@ -4,7 +4,7 @@
 
 amarokrubylib_DATA = http11.rb
 
-INCLUDES = -I$(ruby_includes) -Dinline=__inline__
+INCLUDES = -I$(ruby_includes) -Dinline=__inline__ -Dasm=__asm__
 
 libhttp11_la_LDFLAGS = \
 	-shared \

Reply to: