fluid-dev
[Top][All Lists]
Advanced

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

[fluid-dev] compiling fluidsynth on non-i386 arches


From: Eric Van Buggenhaut
Subject: [fluid-dev] compiling fluidsynth on non-i386 arches
Date: Tue, 29 Apr 2003 02:59:21 +0200
User-agent: Mutt/1.4i

Hi,

In order to compile fluidsynth on non-i386 arches, I had to apply this patch
Guenter Geiger sent me.

Would you like to apply it upstream ?

Cheers,

----- Forwarded message from guenter geiger <address@hidden> -----

From: guenter geiger <address@hidden>
Subject: Re: new fluidsynth package
To: Eric Van Buggenhaut <address@hidden>
Date: Mon, 28 Apr 2003 15:39:21 +0200 (CEST)
X-Virus-Scanned: by AMaViS new-20020517
X-Spam-Status: No, hits=-0.6 tests=IN_REP_TO,SPAM_PHRASE_00_01,USER_AGENT_PINE


[...]

I compiled fluidsynth on a powerpc machine, attached is the (very small)
patch that it needs to compile. If you apply it with patch -p1 it should
compile on several machines (hopfully on most of them).

Greetings,

Guenter

[...]

diff -ru fluidsynth-1.0.1/src/fluid_sys.c fluidsynth-1.0.1.new/src/fluid_sys.c
--- fluidsynth-1.0.1/src/fluid_sys.c    2003-03-11 17:57:51.000000000 +0100
+++ fluidsynth-1.0.1.new/src/fluid_sys.c        2003-04-28 16:30:12.000000000 
+0200
@@ -704,7 +704,7 @@
   return (rdtsc() / fluid_cpu_frequency);
 }
 
-#if defined(DARWIN)
+#if !defined(__i386__)
 
 double rdtsc(void)
 {


----- End forwarded message -----

-- 
Eric VAN BUGGENHAUT
address@hidden

Attachment: pgpG7Z6_HZJ9c.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]