[OSC_dev] OscPack
Cavan Fyans
cfyans at gmail.com
Mon Mar 5 22:45:53 PST 2007
Tim,
I tried that already, but doing that and then 'building' gives errors
(partly copied below). Any ideas whats going on here? It seems the
zero link is the problem, but obviously without it there are others!
Thanks.
Cav.
/usr/bin/ld: Undefined symbols:
IpEndpointName::GetHostByName(char const*)
osc::EndMessage
osc::BeginBundleImmediate
osc::OutboundPacketStream::OutboundPacketStream(char*, unsigned long)
osc::OutboundPacketStream::~OutboundPacketStream()
osc::OutboundPacketStream::operator<<(char const*)
osc::OutboundPacketStream::operator<<(osc::BeginMessage const&)
osc::OutboundPacketStream::operator<<(osc::BundleInitiator const&)
osc::OutboundPacketStream::operator<<(osc::BundleTerminator const&)
osc::OutboundPacketStream::operator<<(osc::MessageTerminator const&)
osc::OutboundPacketStream::operator<<(bool)
osc::OutboundPacketStream::operator<<(float)
osc::OutboundPacketStream::operator<<(long)
osc::EndBundle
UdpSocket::Send(char const*, int)
UdpSocket::Connect(IpEndpointName const&)
UdpSocket::UdpSocket()
UdpSocket::~UdpSocket()
osc::OutboundPacketStream::Data() const
osc::OutboundPacketStream::Size() const
typeinfo for UdpSocket
etc..........
On 25 Feb 2007, at 05:31, Tim Kreger wrote:
> Hi Cav,
>
> Turn off the zero link flag/option in the build configuration and
> recompile every thing again.
>
> Cheers
>
> Tim
>
>
>
> On 25/02/2007, at 12:39 AM, Cavan Fyans wrote:
>
>> Hi,
>>
>> I'm having a big problem running the C++ examples of the OscPack
>> set. Each one that I try to run (in Xcode) gives the error:
>>
>> ZeroLink: unknown symbol '__ZTI9UdpSocket'
>> Test has exited due to signal 6 (SIGABRT).
>>
>> The libraries are correctly located there in each project and each
>> one builds correctly, it just gives me that error when trying to
>> run it. Can anyone point me in the right direction of getting
>> this running?
>>
>> Thanks.
>> Cav.
>> _______________________________________________
>> OSC_dev mailing list
>> OSC_dev at create.ucsb.edu
>> http://www.create.ucsb.edu/mailman/listinfo/osc_dev
>
> _______________________________________________
> OSC_dev mailing list
> OSC_dev at create.ucsb.edu
> http://www.create.ucsb.edu/mailman/listinfo/osc_dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.create.ucsb.edu/pipermail/osc_dev/attachments/20070305/0b25e9bc/attachment.htm
More information about the OSC_dev
mailing list