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

Re: [sc-dev] Re: patches for trunk



This seems to take care of it... 

#if ( __SIZEOF_POINTER__ == 4 ) || defined(__i386__) || defined(__ppc__)
#include "PyrSlot32.h"
#elif ( __SIZEOF_POINTER__ == 8 ) || (definded(__x86_64__)
#include "PyrSlot64.h"
#else
#error "no PyrSlot imlementation for this platform"
#endif

more soon on other errors or a diff if I can fix them.

Josh

On Nov 23, 2009, at 10:12 AM, Tim Blechmann wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> same error as last time :/
> 
> could you have a look at PyrSlot.h? [1]
> 
> i am using the __SIZEOF_POINTER__ symbol to figure out the platform ...
> currently the implementation is:
> 
> #if ( __SIZEOF_POINTER__ == 4 )
> #include "PyrSlot32.h"
> #elif ( __SIZEOF_POINTER__ == 8 )
> #include "PyrSlot64.h"
> #else
> #error "no PyrSlot imlementation for this platform"
> #endif
> 
> would be nice, if you could try to adapt this code selection for osx, if
> this gcc preprocessor symbol is not available on gcc/darwin ...
> 
> thnx, tim
> 
> [1]
> http://tim.klingt.org/git?p=supercollider.git;a=blob;f=Headers/lang/PyrSlot.h;h=9dad2c2325822d5cb842b0d5474acea8edb7088c;hb=refs/heads/sclang64
> 
> - -- 
> tim@xxxxxxxxxx
> http://tim.klingt.org
> 
> All we composers really have to work with is time and sound - and
> sometimes I'm not even sure about sound.
>  Morton Feldman
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.9 (GNU/Linux)
> 
> iEYEARECAAYFAksK0HoACgkQdL+4qsZfVstMXgCeI/YqgbPgwzHnyOWQGhJek6n+
> Ff0AnREqiCYeSH8eb/yynOU1VWlUM3rG
> =bkyO
> -----END PGP SIGNATURE-----
> 
> 
> _______________________________________________
> sc-dev mailing list
> 
> info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
> archive: https://listarc.bham.ac.uk/marchives/sc-dev/
> search: https://listarc.bham.ac.uk/lists/sc-dev/search/

******************************************
/* Joshua D. Parmenter
http://www.realizedsound.net/josh/

“Every composer – at all times and in all cases – gives his own interpretation of how modern society is structured: whether actively or passively, consciously or unconsciously, he makes choices in this regard. He may be conservative or he may subject himself to continual renewal; or he may strive for a revolutionary, historical or social palingenesis." - Luigi Nono
*/


_______________________________________________
sc-dev mailing list

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