<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
<div><br></div>Hiya Gabor - Thats for your help but I'm afraid that suggestion doesn't seem to have helped - i get complaints about missing libraries:<div><br></div><div><div>--------------------------------------------------------</div><div>Fluxus: Configuring Build Environment</div><div>--------------------------------------------------------</div><div>Checking for C header file scheme.h... yes</div><div>Checking for C library m... no</div><div>ERROR: 'm' must be installed!</div><div><br></div><div>If I comment out all the required libraries (as I had this suggested in other posts on the mailing list) then I get the following:</div><div><br></div><div><div>ld: warning: in fluxa/src/Sample.o, file is not of required architecture</div><div>ld: warning: in fluxa/src/SearchPaths.o, file is not of required architecture</div><div>ld: warning: in fluxa/src/AsyncSampleLoader.o, file is not of required architecture</div><div>ld: warning: in fluxa/src/Allocator.o, file is not of required architecture</div><div>ld: warning: in fluxa/src/CommandRingBuffer.o, file is not of required architecture</div><div>ld: warning: in fluxa/src/Event.o, file is not of required architecture</div><div>ld: warning: in fluxa/src/EventQueue.o, file is not of required architecture</div><div>ld: warning: in fluxa/src/JackClient.o, file is not of required architecture</div><div>ld: warning: in fluxa/src/OSCServer.o, file is not of required architecture</div><div>ld: warning: in fluxa/src/RingBuffer.o, file is not of required architecture</div><div>ld: warning: in fluxa/src/Time.o, file is not of required architecture</div><div>ld: warning: in fluxa/src/Modules.o, file is not of required architecture</div><div>ld: warning: in fluxa/src/Fluxa.o, file is not of required architecture</div><div>ld: warning: in fluxa/src/Sampler.o, file is not of required architecture</div><div>ld: warning: in fluxa/src/SampleStore.o, file is not of required architecture</div><div>ld: warning: in fluxa/src/GraphNode.o, file is not of required architecture</div><div>ld: warning: in fluxa/src/ModuleNodes.o, file is not of required architecture</div><div>ld: warning: in fluxa/src/Graph.o, file is not of required architecture</div><div>ld: warning: in fluxa/src/main.o, file is not of required architecture</div><div>Undefined symbols:</div><div>  "_main", referenced from:</div><div>      start in crt1.10.6.o</div><div>ld: symbol(s) not found</div><div>collect2: ld returned 1 exit status</div><div><br></div><div>Im not sure if makes any difference but the version of PLT scheme I have is the prebuilt OSX intel version rather than one I have compiled myself.</div></div><br>> Date: Thu, 24 Sep 2009 14:32:13 +0200<br>> From: gabor.lists@mndl.hu<br>> To: rationalise@hotmail.com<br>> CC: fluxus@lists.pawfal.org<br>> Subject: Re: [Fluxus] Problems building for OSX<br>> <br>> > I am running snow leopard. I installed PLT Scheme 4.2.1, and set up my path<br>> > to include the PLT bin dir. Drscheme runs fine...<br>> according to the error message, the plt framework is not the right <br>> architecture:<br>> <br>> /Applications/PLT Scheme v4.2.1/lib/PLT_MrEd.framework/PLT_MrEd, file is <br>> not of required architecture<br>> <br>> on the other hand, as far as i know fluxus has never been compiled on <br>> snow leopard before. the plt scheme svn version selects 32bit<br>> mode during configure, so i suggest that you try adding -m32 in the <br>> SConstruct file.<br>> <br>> change this line:<br>> env = Environment(CCFLAGS = '-ggdb -pipe -Wall -O3 -ffast-math <br>> -Wno-unused -fPIC',<br>> <br>> to:<br>> <br>> env = Environment(CCFLAGS = '-m32 -ggdb -pipe -Wall -O3 -ffast-math <br>> -Wno-unused -fPIC',<br>> <br>> please let me know how it goes.<br>> <br>> best,<br>> gabor<br></div>                                       </body>
</html>