Hi Tim,
I'm still getting the same linker error .... I tried changeing the following:
if (APPLE)
target_link_libraries(${ugen} "-framework CoreAudio")
endif()
...... to ......
if (__APPLE__) ....
but that doesn't seem to fix it.
Etienne
On Mon, Aug 16, 2010 at 9:40 PM, Tim Blechmann <[email protected]> wrote:
>> >> #ifdef __APPLE__
>> >> #include <AvailabilityMacros.h>
>> >> #include <CoreAudio/HostTime.h>
>> >> #include <CoreAudio/CoreAudioTypes.h>
>> >> #endif
>> >
>> > that should already be part of the current version. can you pull the
>> > change?
>>
>> no, you've still got:
>>
>> #ifdef __APPLE__
>> #include <AvailabilityMacros.h>
>> #include <CoreAudio/CoreAudioTypes.h>
>> #include <CoreAudioTypes.h>
>> #endif
>
> ah ok ... fixed
>
> --
> [email protected]
> http://tim.klingt.org
>
> Only very good and very bad programmers use goto in C
>
_______________________________________________
nova-dev mailing list
[email protected]
http://klingt.org/cgi-bin/mailman/listinfo/nova-dev
http://tim.klingt.org/nova