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

Re: [sc-users] ios build attempt



Hi Fredrik,

thanks so much. You were right. I didn't do git submodule update. Not because I forgot, but because I had no clue ;-)

With your instructions I managed to get X-Code to compile. It now fails at the link stage with only 16 errors, e.g:

  "YAML::EncodeBase64(unsigned char const*, unsigned long)", referenced from:
...

  "_sf_close", referenced from:

...

etc.

I changed the active configuration to release, but I guess this doesn't matter. Can you tell what's missing?

Axel






----- Original Message -----
From: Fredrik Olofsson <f@xxxxxxxxxxxxxxxxxxx>
To: sc-users@xxxxxxxxxxxxxxxx
Cc: 
Sent: Thursday, December 27, 2012 8:34 PM
Subject: Re: [sc-users] ios build attempt

hi Axel,
maybe you forgot to do submodule update again after checkout that particular revision?

anyway, here are new build instructions that i used just a few weeks ago.  hope it works for you as well.


in terminal:
git clone git://supercollider.git.sourceforge.net/gitroot/supercollider/supercollider isc
cd isc
git submodule init && git submodule update
git checkout 0f2460141127563c01d0dc4501cc82c477178cac
git submodule init && git submodule update

in xcode:
go to externals/yaml/src and reset directory to ../../yaml-cpp-0.3.0/src
doubleclick iPhone_Language, click target SuperCollider, click Build Settings and scroll down to Search Paths, change in Header Search Paths to ../../external_livraries/yaml-cpp-0.3.0/include


_f


27 dec 2012 kl. 20:29 skrev John Schmitt <videoolds@xxxxxxxxx>:

> Hi list,
> 
> got an ipod touch 4 and attempted to build sc ios. I used this info Fredrik Olofsson provided on a thread from a few months ago:
> 
> "i build isc with xcode and use commit 0f2460141127563c01d0dc4501cc82c477178cac from 14mar 2012
> 
> then i only need to...
> expand the iPhone_Synth.xcodeproj in the menu on the left-hand side and add the file function_attributes.h to include/common/
> add '../../external_libraries/nova-simd' to build settings -> header search path
> "
> 
> So I checked out the commit with the above id and followed the other steps but I still get 312 errors.
> 
> The first one is about "Boost/atomic.hpp: no such file or directory". I found the file in the nova-tt directory and included that in the build header search path but the result is still the same. And that's where I don't know how to proceed further. Any ideas?
> 
> Cheers,
> Axel


  #|
    fredrikolofsson.com    musicalfieldsforever.com
  |#


_______________________________________________
sc-users mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-users/
search: https://listarc.bham.ac.uk/lists/sc-users/search/


_______________________________________________
sc-users mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-users/
search: https://listarc.bham.ac.uk/lists/sc-users/search/