Hi,
donwloaded the latest tip. Just one problem left while building a 64 bit AU. The unit test fails in 64 bit:
/Users/patrickkunz/Develop/workspace-svn-mac/tal-elek7ro-juce/MacAudioUnit64/../juce/juce_amalgamated.cpp:2240:0 /Users/patrickkunz/Develop/workspace-svn-mac/tal-elek7ro-juce/MacAudioUnit64/../juce/juce_amalgamated.cpp:2240: instantiated from 'static void juce::SimpleUnitTests::AtomicTester<Type>::testInteger() [with Type = void*]'
/Users/patrickkunz/Develop/workspace-svn-mac/tal-elek7ro-juce/MacAudioUnit64/../juce/juce_amalgamated.cpp:2333:0 /Users/patrickkunz/Develop/workspace-svn-mac/tal-elek7ro-juce/MacAudioUnit64/../juce/juce_amalgamated.cpp:2333: instantiated from here
/Users/patrickkunz/Develop/workspace-svn-mac/tal-elek7ro-juce/MacAudioUnit64/../juce/juce_amalgamated.h:5967:0 /Users/patrickkunz/Develop/workspace-svn-mac/tal-elek7ro-juce/MacAudioUnit64/../juce/juce_amalgamated.h:5967: error: cast from 'void*' to 'int32_t' loses precision
/Users/patrickkunz/Develop/workspace-svn-mac/tal-elek7ro-juce/MacAudioUnit64/../juce/juce_amalgamated.cpp:2240:0 /Users/patrickkunz/Develop/workspace-svn-mac/tal-elek7ro-juce/MacAudioUnit64/../juce/juce_amalgamated.cpp:2240: instantiated from 'static void juce::SimpleUnitTests::AtomicTester<Type>::testInteger() [with Type = int*]'
/Users/patrickkunz/Develop/workspace-svn-mac/tal-elek7ro-juce/MacAudioUnit64/../juce/juce_amalgamated.cpp:2334:0 /Users/patrickkunz/Develop/workspace-svn-mac/tal-elek7ro-juce/MacAudioUnit64/../juce/juce_amalgamated.cpp:2334: instantiated from here
/Users/patrickkunz/Develop/workspace-svn-mac/tal-elek7ro-juce/MacAudioUnit64/../juce/juce_amalgamated.h:5967:0 /Users/patrickkunz/Develop/workspace-svn-mac/tal-elek7ro-juce/MacAudioUnit64/../juce/juce_amalgamated.h:5967: error: cast from 'int*' to 'int32_t' loses precision
/Users/patrickkunz/Develop/workspace-svn-mac/tal-elek7ro-juce/MacAudioUnit64/../juce/juce_amalgamated.cpp:0:0 /Users/patrickkunz/Develop/workspace-svn-mac/tal-elek7ro-juce/MacAudioUnit64/../juce/juce_amalgamated.cpp: At global scope:
Is there really an issue or is the unit test not up to date?