From: Stefano F. <ste...@nu...> - 2012-10-08 12:18:53
|
I finished to build and test all my ftm external with 2.6 SDK. No problem in building and functionally are all ok. Cheers Stefano Fasciani Arts and Creativity Lab (http://anclab.org) Multimodal Analysis Lab (http://multimodal-analysis-lab.org/) Interactive and Digital Media Institute National University of Singapore Email: ste...@nu... Mobile: +65 84 28 64 24 On Oct 5, 2012, at 11:21 PM, Norbert Schnell wrote: > Hi again Stefano, > >> However I would like to share some problems/issues I found with the current 2.6 SDK: >> some of these may be due the fact I'm using max6 rather than max5 (from otool output seems that Norbert and Riccardo are using max5) >> and probably different OSX version and XCode version (I had to do some changes in the xcode project also to SDK 2.5 to make it work but it was easier...). > > > Well, we compile with the Max 5 SDK, but everything should work well in Max 6. > And yes, we're still stuck on Mac OS 10.6 :-) > >> By the way my configuration is: >> OSX 10.7.5 >> MAX 6.0.7 >> XCode 4.3.2 >> FTM 2.6 >> >> 1) in the install-mxo.sh I had to change the developer tool directory (had to do the same on FTM SDK 2.5). I do not remember when this change was introduced (from which XCode or OSX version)… but it has been a while that XCode is installed into the Application directory >> >> # set bundle bit for mxo's (on some installations, they show up as directories) >> /Developer/Tools/SetFile -a B $proddir >> CHANGED TO >> /Applications/Xcode.app/Contents/Developer/Tools/SetFile -a B $proddir > > Ok, we'll try to figure out how to do this independently of the OS version. > >> 2) in the Max6 SDK (I'm using the latest one MaxSDK-6.0.4) the folder structure seems to be a bit different than the Max5 SDK… therefore in the xcode project options I had to change (was the same with FTM SDK 2.5) >> $(C74_SUPPORT_DIR)/max-includes/MaxAPI.framework/Versions/A/Headers/macho-prefix.pch >> CHANGED TO >> $(C74_SUPPORT_DIR)/max-includes/macho-prefix.pch >> >> the header path, framework path and C74_SUPPORT_DIR framework must be changed accordingly… > > > Yes, ok, it makes sense to switch to the Max 6 SDK, even if we'll stick to the Max 5 API. > >> 3) File path with SPACE … !!!!! (I wasted 2 days chasing include, linker and script problems coming from the same bloody SPACE) > > Thanks a lot especially for this one. > >> So I'm wondering if it's odd to have a SPACE in the path (I'm not a big fan of spaces, but blame cycling 74 for that…. :D , I think other people will end up with a similar problem) therefore I have either to rename my "Cycling '74" folder or move my "ftm-and-co" folder one level up…. or if the SDK (project and script) should be modified in order to be compliant also with paths containing SPACES. > > Yeah, let's have more SPACE in the paths!!!! > ... even if it makes more quotes in the scripts. > >> Next week I will try to compile and run a dozen of ftm externals I've developed…. I will keep you updated in case I find other problems or bugs! > > Please. > > Thanks again > Norbert > >> Have a good weekend! >> >> Cheers >> >> Stefano Fasciani >> Arts and Creativity Lab (http://anclab.org) >> Multimodal Analysis Lab (http://multimodal-analysis-lab.org/) >> Interactive and Digital Media Institute >> National University of Singapore >> Email: ste...@nu... >> Mobile: +65 84 28 64 24 >> >> >> >> >> >> >> On Oct 3, 2012, at 9:51 PM, Norbert Schnell wrote: >> >>> Hi all, >>> >>> We just published an updated FTM External SDK that is compatible with FTM & Co 2.6 here: >>> http://ftm.ircam.fr/index.php/SDK >>> >>> For those who already used the FTM External SDK 2.5, this is what really changed in this version: >>> - the script "install-mxo.sh" in the "build" folder of the SDK >>> - the "Header Search Paths" variable (HEADER_SEARCH_PATHS) in the Xcode build project >>> - the "Other Linker Flags" variable (OTHER_LDFLAGS) in the Xcode build project >>> >>> Best, >>> Norbert & Riccardo >>> >>> <message-footer.txt> >> >> FTM & Co >> wiki: http://ftm.ircam.fr/ >> mailing-list: http://listes.ircam.fr/wws/info/ftm >> bug reports: mailto:ftm...@ir... > > ------------------------------------------------------------------------------ > Don't let slow site performance ruin your business. Deploy New Relic APM > Deploy New Relic app performance management and know exactly > what is happening inside your Ruby, Python, PHP, Java, and .NET app > Try New Relic at no cost today and get our sweet Data Nerd shirt too! > http://p.sf.net/sfu/newrelic-dev2dev_______________________________________________ > ftm-devel mailing list > ftm...@li... > https://lists.sourceforge.net/lists/listinfo/ftm-devel |