Help with dmax olaoutput...

88 views
Skip to first unread message

Benturtle77

unread,
Sep 18, 2011, 10:09:04 AM9/18/11
to open-lighting
Hi to everyone.
I would need help with dmax (max4live object) and olaoutput.
Here's my config:
Snow leopard - Max4 live - Max 5 - ola 0.8.8 - Enttec usbdmx pro vcp
drivers V2.2.14 - olaoutput 0.6 -

The use of the console in ola serveur universe is ok,informations goes
on thru the usb pro port to the dmx gear but nohing happends when i'm
using the dmax plug directly. Dmax interface Hub testing mode make
nothing which seems to pass thru the usb dmx pro box.
Any idea or way to follow maybe?
In hope of help.

regards.
Ben

(sorry for my poor english )

ps: was unable to make a pkg with the Ola 0.8.12 tar file ,neither
able to put the D2XX drivers on my mac.
total newbie with terminal...




Daniel

unread,
Sep 18, 2011, 4:58:53 PM9/18/11
to open-lighting
Hi Ben-
I'm be willing to look into it.

Unfortunately, i've been out of OLA for a while, so all my tools were
out of date. I too am having issues getting olad to run after building
ola 0.8.12 from the tarball. When I run olad, i'm seeing:

dyld: Symbol not found:
__ZN3ola6plugin7sandnet11SandNetNode12CONTROL_PORTE
Referenced from: /usr/local/lib/olad/libolasandnet.0.dylib
Expected in: flat namespace
in /usr/local/lib/olad/libolasandnet.0.dylib
Trace/BPT trap

Simon, any ideas? Is this the llvm issue I saw in a different thread?

Anyway Ben, once I get ola working again, I can test olaoutput on my
machine.

Daniel

Simon Newton

unread,
Sep 18, 2011, 5:02:54 PM9/18/11
to open-l...@googlegroups.com
On Sun, Sep 18, 2011 at 9:58 PM, Daniel <akno...@gmail.com> wrote:
> Hi Ben-
> I'm be willing to look into it.
>
> Unfortunately, i've been out of OLA for a while, so all my tools were
> out of date. I too am having issues getting olad to run after building
> ola 0.8.12 from the tarball. When I run olad, i'm seeing:
>
> dyld: Symbol not found:
> __ZN3ola6plugin7sandnet11SandNetNode12CONTROL_PORTE
>  Referenced from: /usr/local/lib/olad/libolasandnet.0.dylib
>  Expected in: flat namespace
>  in /usr/local/lib/olad/libolasandnet.0.dylib
> Trace/BPT trap
>
> Simon, any ideas? Is this the llvm issue I saw in a different thread?

Does it work if you just run ./olad/olad from the tarball directory?

Simon

>
> Anyway Ben, once I get ola working again, I can test olaoutput on my
> machine.
>
> Daniel
>
>
> On Sep 18, 7:09 am, Benturtle77 <benturtl...@gmail.com> wrote:
>> Hi to everyone.
>> I would need help with dmax (max4live object) and olaoutput.
>> Here's my config:
>> Snow leopard - Max4 live - Max 5 - ola 0.8.8 - Enttec usbdmx pro  vcp
>> drivers V2.2.14 - olaoutput 0.6 -
>>
>> The use of the console in ola serveur universe is ok,informations goes
>> on thru the usb pro port to the dmx gear  but nohing happends when i'm
>> using the dmax plug directly. Dmax interface Hub testing mode make
>> nothing which seems to pass thru the usb dmx pro box.
>> Any idea or way to follow maybe?
>> In hope of help.
>>
>> regards.
>> Ben
>>
>> (sorry for my poor english )
>>
>> ps: was unable to make a pkg with the Ola 0.8.12 tar file ,neither
>> able to put the D2XX drivers on my mac.
>> total newbie with terminal...
>

> --
> open-l...@googlegroups.com  /  http://groups.google.com/group/open-lighting
> To unsubscribe email open-lightin...@googlegroups.com
>

Daniel

unread,
Sep 19, 2011, 2:40:28 AM9/19/11
to open-lighting
Simon-
No, it doesn't. same error:

dyld: Symbol not found:
__ZN3ola6plugin7sandnet11SandNetNode12CONTROL_PORTE
Referenced from: /Users/dedgar/Downloads/ola-0.8.12/plugins/
sandnet/.libs/libolasandnet.0.dylib
Expected in: flat namespace
in /Users/dedgar/Downloads/ola-0.8.12/plugins/sandnet/.libs/
libolasandnet.0.dylib
Trace/BPT trap

Ideas?

Thx, D

On Sep 18, 2:02 pm, Simon Newton <nomi...@gmail.com> wrote:

nico

unread,
Sep 19, 2011, 3:13:40 AM9/19/11
to open-l...@googlegroups.com, Daniel
hi,


Le 19/09/11 08:40, Daniel a �crit :


> Simon-
> No, it doesn't. same error:
>
> dyld: Symbol not found:
> __ZN3ola6plugin7sandnet11SandNetNode12CONTROL_PORTE
> Referenced from: /Users/dedgar/Downloads/ola-0.8.12/plugins/
> sandnet/.libs/libolasandnet.0.dylib
> Expected in: flat namespace
> in /Users/dedgar/Downloads/ola-0.8.12/plugins/sandnet/.libs/
> libolasandnet.0.dylib
> Trace/BPT trap
>
> Ideas?

i think it's a compiler issue.
i get pretty same error when building OLA with llvm compiler.
now, each time i want to build (and use) OLA i do this before :

export CC=/usr/bin/gcc-4.2
export CXX=/usr/bin/g++-4.2
export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH"

and after, i'm able to use OLA.

hope that helps,
++
Nicolas

Simon Newton

unread,
Sep 19, 2011, 8:17:32 AM9/19/11
to open-l...@googlegroups.com, Daniel
On Mon, Sep 19, 2011 at 8:13 AM, nico <sl12...@gmail.com> wrote:
> hi,
>
>
> Le 19/09/11 08:40, Daniel a écrit :

>>
>> Simon-
>> No, it doesn't. same error:
>>
>> dyld: Symbol not found:
>> __ZN3ola6plugin7sandnet11SandNetNode12CONTROL_PORTE
>>   Referenced from: /Users/dedgar/Downloads/ola-0.8.12/plugins/
>> sandnet/.libs/libolasandnet.0.dylib
>>   Expected in: flat namespace
>>  in /Users/dedgar/Downloads/ola-0.8.12/plugins/sandnet/.libs/
>> libolasandnet.0.dylib
>> Trace/BPT trap
>>
>> Ideas?
>
> i think it's a compiler issue.
> i get pretty same error when building OLA with llvm compiler.
> now, each time i want to build (and use) OLA i do this before :
>
> export CC=/usr/bin/gcc-4.2
> export CXX=/usr/bin/g++-4.2
> export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH"

Ah, it looks like it's time to download clang and fix this. I'll do
that tonight.

Simon

Simon Newton

unread,
Sep 19, 2011, 3:23:10 PM9/19/11
to open-l...@googlegroups.com, Daniel
On Mon, Sep 19, 2011 at 1:17 PM, Simon Newton <nom...@gmail.com> wrote:
> On Mon, Sep 19, 2011 at 8:13 AM, nico <sl12...@gmail.com> wrote:
>> hi,
>>
>>
>> Le 19/09/11 08:40, Daniel a écrit :
>>>
>>> Simon-
>>> No, it doesn't. same error:
>>>
>>> dyld: Symbol not found:
>>> __ZN3ola6plugin7sandnet11SandNetNode12CONTROL_PORTE
>>>   Referenced from: /Users/dedgar/Downloads/ola-0.8.12/plugins/
>>> sandnet/.libs/libolasandnet.0.dylib
>>>   Expected in: flat namespace
>>>  in /Users/dedgar/Downloads/ola-0.8.12/plugins/sandnet/.libs/
>>> libolasandnet.0.dylib
>>> Trace/BPT trap
>>>
>>> Ideas?
>>
>> i think it's a compiler issue.
>> i get pretty same error when building OLA with llvm compiler.
>> now, each time i want to build (and use) OLA i do this before :
>>
>> export CC=/usr/bin/gcc-4.2
>> export CXX=/usr/bin/g++-4.2
>> export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH"
>
> Ah, it looks like it's time to download clang and fix this. I'll do
> that tonight.

Patch is in, please test it out.

Also, this shows up when running 'make check'.


Simon

nico

unread,
Sep 20, 2011, 1:47:26 AM9/20/11
to open-l...@googlegroups.com, Daniel, Simon Newton
fresh git from this morning:
/bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2
-L/opt/local/lib -lcppunit -ldl -o RDMTester RDMTester-RDMAPITest.o
RDMTester-RDMCommandTest.o RDMTester-RDMTester.o
RDMTester-QueueingRDMControllerTest.o RDMTester-UIDTest.o libolardm.la
../logging/liblogging.la ../network/libolanetwork.la
../utils/libolautils.la -lpthread
libtool: link: g++ -g -O2 -o RDMTester RDMTester-RDMAPITest.o
RDMTester-RDMCommandTest.o RDMTester-RDMTester.o
RDMTester-QueueingRDMControllerTest.o RDMTester-UIDTest.o
-Wl,-bind_at_load -L/opt/local/lib /opt/local/lib/libcppunit.dylib -lm
-ldl ./.libs/libolardm.a -L/usr/local/lib
/usr/local/lib/libprotobuf.dylib -lz ../logging/.libs/liblogging.a
../network/.libs/libolanetwork.a ../utils/.libs/libolautils.a -lpthread
Undefined symbols for architecture x86_64:
"ola::HexStringToUInt16(std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&, unsigned
short*)", referenced from:
ola::rdm::UID::FromString(std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&)in
RDMTester-UIDTest.o
"ola::HexStringToUInt(std::basic_string<char, std::char_traits<char>,
std::allocator<char> > const&, unsigned int*)", referenced from:
ola::rdm::UID::FromString(std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&)in
RDMTester-UIDTest.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
make[5]: *** [RDMTester] Error 1
make[4]: *** [check-am] Error 2
make[3]: *** [check-recursive] Error 1
make[2]: *** [check] Error 2
make[1]: *** [check-recursive] Error 1
make: *** [check-recursive] Error 1

nico

unread,
Sep 20, 2011, 2:23:52 AM9/20/11
to open-l...@googlegroups.com, Simon Newton, Daniel
with gcc4.2, i also got errors at make check (previously it was with
llvm compiler)

/bin/sh ../../libtool --tag=CXX --mode=link /usr/bin/g++-4.2 -g -O2

-L/opt/local/lib -lcppunit -ldl -o RDMTester RDMTester-RDMAPITest.o
RDMTester-RDMCommandTest.o RDMTester-RDMTester.o
RDMTester-QueueingRDMControllerTest.o RDMTester-UIDTest.o libolardm.la
../logging/liblogging.la ../network/libolanetwork.la
../utils/libolautils.la -lpthread

libtool: link: /usr/bin/g++-4.2 -g -O2 -o RDMTester

RDMTester-RDMAPITest.o RDMTester-RDMCommandTest.o RDMTester-RDMTester.o
RDMTester-QueueingRDMControllerTest.o RDMTester-UIDTest.o
-Wl,-bind_at_load -L/opt/local/lib /opt/local/lib/libcppunit.dylib -lm
-ldl ./.libs/libolardm.a -L/usr/local/lib
/usr/local/lib/libprotobuf.dylib -lz ../logging/.libs/liblogging.a
../network/.libs/libolanetwork.a ../utils/.libs/libolautils.a -lpthread
Undefined symbols for architecture x86_64:
"ola::HexStringToUInt16(std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&, unsigned
short*)", referenced from:
ola::rdm::UID::FromString(std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&)in RDMTester-UIDTest.o
"ola::HexStringToUInt(std::basic_string<char, std::char_traits<char>,
std::allocator<char> > const&, unsigned int*)", referenced from:
ola::rdm::UID::FromString(std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&)in RDMTester-UIDTest.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
make[5]: *** [RDMTester] Error 1
make[4]: *** [check-am] Error 2
make[3]: *** [check-recursive] Error 1
make[2]: *** [check] Error 2
make[1]: *** [check-recursive] Error 1
make: *** [check-recursive] Error 1


Le 19/09/11 21:23, Simon Newton a �crit :


> On Mon, Sep 19, 2011 at 1:17 PM, Simon Newton<nom...@gmail.com> wrote:
>> On Mon, Sep 19, 2011 at 8:13 AM, nico<sl12...@gmail.com> wrote:
>>> hi,
>>>
>>>

>>> Le 19/09/11 08:40, Daniel a �crit :

Simon Newton

unread,
Sep 20, 2011, 4:09:09 AM9/20/11
to nico, open-l...@googlegroups.com, Daniel
Sorry which platform / os is this? I'm having a hard time reproducing it.

Simon

> Le 19/09/11 21:23, Simon Newton a écrit :


>>
>> On Mon, Sep 19, 2011 at 1:17 PM, Simon Newton<nom...@gmail.com>  wrote:
>>>
>>> On Mon, Sep 19, 2011 at 8:13 AM, nico<sl12...@gmail.com>  wrote:
>>>>
>>>> hi,
>>>>
>>>>

>>>> Le 19/09/11 08:40, Daniel a écrit :

nico

unread,
Sep 20, 2011, 5:26:34 AM9/20/11
to Simon Newton, open-l...@googlegroups.com, Daniel
Version du système : Mac OS X 10.6.8 (10K549)
Version du noyau : Darwin 10.8.0
Volume de démarrage : Macintosh HD
Mode de démarrage : Normal
Nom de l’ordinateur : brouhaha
Nom de l’utilisateur : nico (nico)
Mémoire virtuelle sécurisée : activée
Noyau et extensions 64 bits : Non
Temps depuis le démarrage : 4:36

it's a beta release of xcode 4.2 with llvm compiler
Version : 4.2 (4C5163c)
Location : /Developer
Applications :
Xcode : 4.2 (827)
Instruments : 4.2 (4223)
Dashcode : 3.0.2 (336)
SDKs :
Mac OS X :
10.5 : (9L31a)
10.6 : (10K549)

Simon Newton

unread,
Sep 21, 2011, 3:14:57 PM9/21/11
to nico, open-l...@googlegroups.com, Daniel
I've pushed a change. I wasn't able to reproduce the problem so let me
know if this fixes it.

Simon

nico

unread,
Sep 21, 2011, 3:38:27 PM9/21/11
to Simon Newton, open-l...@googlegroups.com, Daniel
fresh git clone
autoreconf -f -i
./configure
make
make check

libtool: link: g++ -g -O2 -o RDMTester RDMTester-RDMAPITest.o

RDMTester-RDMCommandTest.o RDMTester-RDMTester.o
RDMTester-QueueingRDMControllerTest.o RDMTester-UIDTest.o
-Wl,-bind_at_load -L/opt/local/lib /opt/local/lib/libcppunit.dylib -lm

-ldl ./.libs/libolardm.a /opt/local/lib/libprotobuf.dylib -lz

../logging/.libs/liblogging.a ../network/.libs/libolanetwork.a
../utils/.libs/libolautils.a -lpthread
Undefined symbols for architecture x86_64:
"ola::HexStringToUInt16(std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&, unsigned
short*)", referenced from:
ola::rdm::UID::FromString(std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&)in RDMTester-UIDTest.o
"ola::HexStringToUInt(std::basic_string<char, std::char_traits<char>,
std::allocator<char> > const&, unsigned int*)", referenced from:
ola::rdm::UID::FromString(std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&)in RDMTester-UIDTest.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
make[5]: *** [RDMTester] Error 1
make[4]: *** [check-am] Error 2
make[3]: *** [check-recursive] Error 1
make[2]: *** [check] Error 2
make[1]: *** [check-recursive] Error 1
make: *** [check-recursive] Error 1

i don't know if you have to care about my results because of xcode and
llvm version i use.
i'll try to install xcode 4.1 and see what happens

++

Simon Newton

unread,
Sep 21, 2011, 4:35:14 PM9/21/11
to nico, open-l...@googlegroups.com, Daniel

Oh, hang on. HexStringToUInt16 doesn't exist in the codebase (try grep
-R HexStringToUInt16 * in the ola directory). I think what's happening
is that -L/opt/local/lib is picking up an old ola library. Can you
try removing all ola libraries in /opt/local/lib and see if that
helps.

Simon

nico

unread,
Sep 22, 2011, 2:12:58 AM9/22/11
to Simon Newton, open-l...@googlegroups.com, Daniel

Le 21/09/11 22:35, Simon Newton a �crit :

Simon,
i've removed all libola*.* in /opt/local/lib (i also removed .pc in
/opt/local/lib/pkgconfig)
but got the same error
/bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2

-L/opt/local/lib -lcppunit -ldl -o RDMTester RDMTester-RDMAPITest.o
RDMTester-RDMCommandTest.o RDMTester-RDMTester.o
RDMTester-QueueingRDMControllerTest.o RDMTester-UIDTest.o libolardm.la
../logging/liblogging.la ../network/libolanetwork.la
../utils/libolautils.la -lpthread

brouhaha:ola nico$


++

> Simon
>
>
>> ++
>>
>> Le Wed Sep 21 21:14:57 2011, Simon Newton a �crit :


>>> I've pushed a change. I wasn't able to reproduce the problem so let me
>>> know if this fixes it.
>>>
>>> Simon
>>>
>>>
>>> On Tue, Sep 20, 2011 at 10:26 AM, nico<sl12...@gmail.com> wrote:

>>>> Version du syst�me : Mac OS X 10.6.8 (10K549)


>>>> Version du noyau : Darwin 10.8.0

>>>> Volume de d�marrage : Macintosh HD
>>>> Mode de d�marrage : Normal
>>>> Nom de l�ordinateur : brouhaha
>>>> Nom de l�utilisateur : nico (nico)
>>>> M�moire virtuelle s�curis�e : activ�e


>>>> Noyau et extensions 64 bits : Non

>>>> Temps depuis le d�marrage : 4:36


>>>>
>>>> it's a beta release of xcode 4.2 with llvm compiler
>>>> Version : 4.2 (4C5163c)
>>>> Location : /Developer
>>>> Applications :
>>>> Xcode : 4.2 (827)
>>>> Instruments : 4.2 (4223)
>>>> Dashcode : 3.0.2 (336)
>>>> SDKs :
>>>> Mac OS X :
>>>> 10.5 : (9L31a)
>>>> 10.6 : (10K549)
>>>>
>>>>

>>>> Le Tue Sep 20 10:09:09 2011, Simon Newton a �crit :

>>>>>> Le 19/09/11 21:23, Simon Newton a �crit :


>>>>>>>
>>>>>>> On Mon, Sep 19, 2011 at 1:17 PM, Simon Newton<nom...@gmail.com>
>>>>>>> wrote:
>>>>>>>>
>>>>>>>> On Mon, Sep 19, 2011 at 8:13 AM, nico<sl12...@gmail.com> wrote:
>>>>>>>>>
>>>>>>>>> hi,
>>>>>>>>>
>>>>>>>>>

>>>>>>>>> Le 19/09/11 08:40, Daniel a �crit :

Simon Newton

unread,
Sep 22, 2011, 3:34:38 AM9/22/11
to open-l...@googlegroups.com, Daniel
On Thu, Sep 22, 2011 at 7:12 AM, nico <sl12...@gmail.com> wrote:
>
>
> Le 21/09/11 22:35, Simon Newton a écrit :

What about /usr/loca/lib ? Got anything in there?

Can you run the grep command I sent you and check that HexStringToUInt
doesn't appear in the tarball.

Simon


>
>
> ++
>
>> Simon
>>
>>
>>> ++


>>>
>>> Le Wed Sep 21 21:14:57 2011, Simon Newton a écrit :
>>>>
>>>> I've pushed a change. I wasn't able to reproduce the problem so let me
>>>> know if this fixes it.
>>>>
>>>> Simon
>>>>
>>>>
>>>> On Tue, Sep 20, 2011 at 10:26 AM, nico<sl12...@gmail.com>  wrote:
>>>>>

>>>>> Version du système : Mac OS X 10.6.8 (10K549)


>>>>> Version du noyau : Darwin 10.8.0

>>>>> Volume de démarrage : Macintosh HD
>>>>> Mode de démarrage : Normal
>>>>> Nom de l’ordinateur : brouhaha
>>>>> Nom de l’utilisateur : nico (nico)
>>>>> Mémoire virtuelle sécurisée : activée

>>>>> Noyau et extensions 64 bits : Non

>>>>> Temps depuis le démarrage : 4:36

>>>>>>> Le 19/09/11 21:23, Simon Newton a écrit :


>>>>>>>>
>>>>>>>> On Mon, Sep 19, 2011 at 1:17 PM, Simon Newton<nom...@gmail.com>
>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>> On Mon, Sep 19, 2011 at 8:13 AM, nico<sl12...@gmail.com>  wrote:
>>>>>>>>>>
>>>>>>>>>> hi,
>>>>>>>>>>
>>>>>>>>>>

>>>>>>>>>> Le 19/09/11 08:40, Daniel a écrit :

nico

unread,
Sep 22, 2011, 3:48:16 AM9/22/11
to open-l...@googlegroups.com, Simon Newton, Daniel

Le 22/09/11 09:34, Simon Newton a �crit :

> On Thu, Sep 22, 2011 at 7:12 AM, nico<sl12...@gmail.com> wrote:
>>
>> Le 21/09/11 22:35, Simon Newton a �crit :
yes /usr/local/lib is full of ola stuff.
i only clean libola* in /opt/local/lib

>
> Can you run the grep command I sent you and check that HexStringToUInt
> doesn't appear in the tarball.
wich grep ?
>
> Simon
>
>
>>
>> ++
>>
>>> Simon
>>>
>>>
>>>> ++
>>>>
>>>> Le Wed Sep 21 21:14:57 2011, Simon Newton a �crit :

>>>>> I've pushed a change. I wasn't able to reproduce the problem so let me
>>>>> know if this fixes it.
>>>>>
>>>>> Simon
>>>>>
>>>>>
>>>>> On Tue, Sep 20, 2011 at 10:26 AM, nico<sl12...@gmail.com> wrote:
>>>>>> Version du syst�me : Mac OS X 10.6.8 (10K549)

>>>>>> Version du noyau : Darwin 10.8.0
>>>>>> Volume de d�marrage : Macintosh HD
>>>>>> Mode de d�marrage : Normal
>>>>>> Nom de l�ordinateur : brouhaha
>>>>>> Nom de l�utilisateur : nico (nico)
>>>>>> M�moire virtuelle s�curis�e : activ�e
>>>>>> Noyau et extensions 64 bits : Non
>>>>>> Temps depuis le d�marrage : 4:36

>>>>>>
>>>>>> it's a beta release of xcode 4.2 with llvm compiler
>>>>>> Version : 4.2 (4C5163c)
>>>>>> Location : /Developer
>>>>>> Applications :
>>>>>> Xcode : 4.2 (827)
>>>>>> Instruments : 4.2 (4223)
>>>>>> Dashcode : 3.0.2 (336)
>>>>>> SDKs :
>>>>>> Mac OS X :
>>>>>> 10.5 : (9L31a)
>>>>>> 10.6 : (10K549)
>>>>>>
>>>>>>
>>>>>> Le Tue Sep 20 10:09:09 2011, Simon Newton a �crit :
>>>>>>>> Le 19/09/11 21:23, Simon Newton a �crit :

>>>>>>>>> On Mon, Sep 19, 2011 at 1:17 PM, Simon Newton<nom...@gmail.com>
>>>>>>>>> wrote:
>>>>>>>>>> On Mon, Sep 19, 2011 at 8:13 AM, nico<sl12...@gmail.com> wrote:
>>>>>>>>>>> hi,
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> Le 19/09/11 08:40, Daniel a �crit :

Simon Newton

unread,
Sep 22, 2011, 3:49:16 AM9/22/11
to nico, open-l...@googlegroups.com, Daniel
On Thu, Sep 22, 2011 at 8:48 AM, nico <sl12...@gmail.com> wrote:
>
> Le 22/09/11 09:34, Simon Newton a écrit :

>>
>> On Thu, Sep 22, 2011 at 7:12 AM, nico<sl12...@gmail.com>  wrote:
>>>
>>> Le 21/09/11 22:35, Simon Newton a écrit :

Try removing those as well


> i only clean libola* in /opt/local/lib
>>
>> Can you run the grep command I sent you and check that HexStringToUInt
>> doesn't appear in the tarball.
>
> wich grep ?

grep -R HexStringToUInt *

Simon

>>
>> Simon
>>
>>
>>>
>>> ++
>>>
>>>> Simon
>>>>
>>>>
>>>>> ++
>>>>>
>>>>> Le Wed Sep 21 21:14:57 2011, Simon Newton a écrit :
>>>>>>
>>>>>> I've pushed a change. I wasn't able to reproduce the problem so let me
>>>>>> know if this fixes it.
>>>>>>
>>>>>> Simon
>>>>>>
>>>>>>
>>>>>> On Tue, Sep 20, 2011 at 10:26 AM, nico<sl12...@gmail.com>    wrote:
>>>>>>>

>>>>>>> Version du système : Mac OS X 10.6.8 (10K549)


>>>>>>> Version du noyau : Darwin 10.8.0

>>>>>>> Volume de démarrage : Macintosh HD
>>>>>>> Mode de démarrage : Normal
>>>>>>> Nom de l’ordinateur : brouhaha
>>>>>>> Nom de l’utilisateur : nico (nico)
>>>>>>> Mémoire virtuelle sécurisée : activée

>>>>>>> Noyau et extensions 64 bits : Non

>>>>>>> Temps depuis le démarrage : 4:36

>>>>>>>>> Le 19/09/11 21:23, Simon Newton a écrit :


>>>>>>>>>>
>>>>>>>>>> On Mon, Sep 19, 2011 at 1:17 PM, Simon Newton<nom...@gmail.com>
>>>>>>>>>> wrote:
>>>>>>>>>>>
>>>>>>>>>>> On Mon, Sep 19, 2011 at 8:13 AM, nico<sl12...@gmail.com>
>>>>>>>>>>>  wrote:
>>>>>>>>>>>>
>>>>>>>>>>>> hi,
>>>>>>>>>>>>
>>>>>>>>>>>>

>>>>>>>>>>>> Le 19/09/11 08:40, Daniel a écrit :

nico

unread,
Sep 22, 2011, 4:06:48 AM9/22/11
to Simon Newton, open-l...@googlegroups.com, Daniel

Le 22/09/11 09:49, Simon Newton a �crit :


> On Thu, Sep 22, 2011 at 8:48 AM, nico<sl12...@gmail.com> wrote:

>> Le 22/09/11 09:34, Simon Newton a �crit :


>>> On Thu, Sep 22, 2011 at 7:12 AM, nico<sl12...@gmail.com> wrote:

>>>> Le 21/09/11 22:35, Simon Newton a �crit :

still the same

Undefined symbols for architecture x86_64:
"ola::HexStringToUInt16(std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&, unsigned
short*)", referenced from:
ola::rdm::UID::FromString(std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&)in RDMTester-UIDTest.o
"ola::HexStringToUInt(std::basic_string<char, std::char_traits<char>,
std::allocator<char> > const&, unsigned int*)", referenced from:
ola::rdm::UID::FromString(std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&)in RDMTester-UIDTest.o
ld: symbol(s) not found for architecture x86_64

my osx kernel is a 32bits one can this be related?
brouhaha:~ nico$ uname -a
Darwin brouhaha.local 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun 7
16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386


>> i only clean libola* in /opt/local/lib
>>> Can you run the grep command I sent you and check that HexStringToUInt
>>> doesn't appear in the tarball.
>> wich grep ?
> grep -R HexStringToUInt *

and wich tarball?
git clone do not give me a .tar (or i don't understand what you meant by
tarball...)


>
> Simon
>
>>> Simon
>>>
>>>
>>>> ++
>>>>
>>>>> Simon
>>>>>
>>>>>
>>>>>> ++
>>>>>>

>>>>>> Le Wed Sep 21 21:14:57 2011, Simon Newton a �crit :


>>>>>>> I've pushed a change. I wasn't able to reproduce the problem so let me
>>>>>>> know if this fixes it.
>>>>>>>
>>>>>>> Simon
>>>>>>>
>>>>>>>
>>>>>>> On Tue, Sep 20, 2011 at 10:26 AM, nico<sl12...@gmail.com> wrote:

>>>>>>>> Version du syst�me : Mac OS X 10.6.8 (10K549)


>>>>>>>> Version du noyau : Darwin 10.8.0

>>>>>>>> Volume de d�marrage : Macintosh HD
>>>>>>>> Mode de d�marrage : Normal
>>>>>>>> Nom de l�ordinateur : brouhaha
>>>>>>>> Nom de l�utilisateur : nico (nico)
>>>>>>>> M�moire virtuelle s�curis�e : activ�e

>>>>>>>> Noyau et extensions 64 bits : Non

>>>>>>>> Temps depuis le d�marrage : 4:36


>>>>>>>>
>>>>>>>> it's a beta release of xcode 4.2 with llvm compiler
>>>>>>>> Version : 4.2 (4C5163c)
>>>>>>>> Location : /Developer
>>>>>>>> Applications :
>>>>>>>> Xcode : 4.2 (827)
>>>>>>>> Instruments : 4.2 (4223)
>>>>>>>> Dashcode : 3.0.2 (336)
>>>>>>>> SDKs :
>>>>>>>> Mac OS X :
>>>>>>>> 10.5 : (9L31a)
>>>>>>>> 10.6 : (10K549)
>>>>>>>>
>>>>>>>>

>>>>>>>> Le Tue Sep 20 10:09:09 2011, Simon Newton a �crit :

>>>>>>>>>> Le 19/09/11 21:23, Simon Newton a �crit :


>>>>>>>>>>> On Mon, Sep 19, 2011 at 1:17 PM, Simon Newton<nom...@gmail.com>
>>>>>>>>>>> wrote:
>>>>>>>>>>>> On Mon, Sep 19, 2011 at 8:13 AM, nico<sl12...@gmail.com>
>>>>>>>>>>>> wrote:
>>>>>>>>>>>>> hi,
>>>>>>>>>>>>>
>>>>>>>>>>>>>

>>>>>>>>>>>>> Le 19/09/11 08:40, Daniel a �crit :

Simon Newton

unread,
Sep 22, 2011, 4:09:41 AM9/22/11
to nico, open-l...@googlegroups.com, Daniel
On Thu, Sep 22, 2011 at 9:06 AM, nico <sl12...@gmail.com> wrote:
>
>
> Le 22/09/11 09:49, Simon Newton a écrit :

>>
>> On Thu, Sep 22, 2011 at 8:48 AM, nico<sl12...@gmail.com>  wrote:
>>>
>>> Le 22/09/11 09:34, Simon Newton a écrit :

>>>>
>>>> On Thu, Sep 22, 2011 at 7:12 AM, nico<sl12...@gmail.com>    wrote:
>>>>>
>>>>> Le 21/09/11 22:35, Simon Newton a écrit :

What environment variables do you have set?

> brouhaha:~ nico$ uname -a
> Darwin brouhaha.local 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun  7
> 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386
>
>
>>> i only clean libola* in /opt/local/lib
>>>>
>>>> Can you run the grep command I sent you and check that HexStringToUInt
>>>> doesn't appear in the tarball.
>>>
>>> wich grep ?
>>
>> grep -R HexStringToUInt *
>
> and wich tarball?
> git clone do not give me a .tar (or i don't understand what you meant by
> tarball...)

Sorry, I meant in the directory containing the code you checked out.

Simon

>>
>> Simon
>>
>>>> Simon
>>>>
>>>>
>>>>> ++
>>>>>
>>>>>> Simon
>>>>>>
>>>>>>
>>>>>>> ++
>>>>>>>
>>>>>>> Le Wed Sep 21 21:14:57 2011, Simon Newton a écrit :
>>>>>>>>
>>>>>>>> I've pushed a change. I wasn't able to reproduce the problem so let
>>>>>>>> me
>>>>>>>> know if this fixes it.
>>>>>>>>
>>>>>>>> Simon
>>>>>>>>
>>>>>>>>
>>>>>>>> On Tue, Sep 20, 2011 at 10:26 AM, nico<sl12...@gmail.com>
>>>>>>>>  wrote:
>>>>>>>>>

>>>>>>>>> Version du système : Mac OS X 10.6.8 (10K549)


>>>>>>>>> Version du noyau : Darwin 10.8.0

>>>>>>>>> Volume de démarrage : Macintosh HD
>>>>>>>>> Mode de démarrage : Normal
>>>>>>>>> Nom de l’ordinateur : brouhaha
>>>>>>>>> Nom de l’utilisateur : nico (nico)
>>>>>>>>> Mémoire virtuelle sécurisée : activée

>>>>>>>>> Noyau et extensions 64 bits : Non

>>>>>>>>> Temps depuis le démarrage : 4:36

>>>>>>>>>>> Le 19/09/11 21:23, Simon Newton a écrit :


>>>>>>>>>>>>
>>>>>>>>>>>> On Mon, Sep 19, 2011 at 1:17 PM, Simon Newton<nom...@gmail.com>
>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Mon, Sep 19, 2011 at 8:13 AM, nico<sl12...@gmail.com>
>>>>>>>>>>>>>  wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> hi,
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>

>>>>>>>>>>>>>> Le 19/09/11 08:40, Daniel a écrit :

nico

unread,
Sep 22, 2011, 4:24:55 AM9/22/11
to Simon Newton, open-l...@googlegroups.com, Daniel

Le 22/09/11 10:09, Simon Newton a �crit :


> On Thu, Sep 22, 2011 at 9:06 AM, nico<sl12...@gmail.com> wrote:
>>

>> Le 22/09/11 09:49, Simon Newton a �crit :


>>> On Thu, Sep 22, 2011 at 8:48 AM, nico<sl12...@gmail.com> wrote:

>>>> Le 22/09/11 09:34, Simon Newton a �crit :


>>>>> On Thu, Sep 22, 2011 at 7:12 AM, nico<sl12...@gmail.com> wrote:

>>>>>> Le 21/09/11 22:35, Simon Newton a �crit :

none, i let configure pick up everything


>
>> brouhaha:~ nico$ uname -a
>> Darwin brouhaha.local 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun 7
>> 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386
>>
>>
>>>> i only clean libola* in /opt/local/lib
>>>>> Can you run the grep command I sent you and check that HexStringToUInt
>>>>> doesn't appear in the tarball.
>>>> wich grep ?
>>> grep -R HexStringToUInt *
>> and wich tarball?
>> git clone do not give me a .tar (or i don't understand what you meant by
>> tarball...)
> Sorry, I meant in the directory containing the code you checked out.

before ./configure & make
brouhaha:ola nico$ grep -R HexStringToUInt *
brouhaha:ola nico$

after make check
brouhaha:ola nico$ grep -R HexStringToUInt *
Binary file common/rdm/RDMTester-UIDTest.o matches
brouhaha:ola nico$

>
> Simon
>
>>> Simon
>>>
>>>>> Simon
>>>>>
>>>>>
>>>>>> ++
>>>>>>
>>>>>>> Simon
>>>>>>>
>>>>>>>
>>>>>>>> ++
>>>>>>>>

>>>>>>>> Le Wed Sep 21 21:14:57 2011, Simon Newton a �crit :


>>>>>>>>> I've pushed a change. I wasn't able to reproduce the problem so let
>>>>>>>>> me
>>>>>>>>> know if this fixes it.
>>>>>>>>>
>>>>>>>>> Simon
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Tue, Sep 20, 2011 at 10:26 AM, nico<sl12...@gmail.com>
>>>>>>>>> wrote:

>>>>>>>>>> Version du syst�me : Mac OS X 10.6.8 (10K549)


>>>>>>>>>> Version du noyau : Darwin 10.8.0

>>>>>>>>>> Volume de d�marrage : Macintosh HD
>>>>>>>>>> Mode de d�marrage : Normal
>>>>>>>>>> Nom de l�ordinateur : brouhaha
>>>>>>>>>> Nom de l�utilisateur : nico (nico)
>>>>>>>>>> M�moire virtuelle s�curis�e : activ�e

>>>>>>>>>> Noyau et extensions 64 bits : Non

>>>>>>>>>> Temps depuis le d�marrage : 4:36


>>>>>>>>>>
>>>>>>>>>> it's a beta release of xcode 4.2 with llvm compiler
>>>>>>>>>> Version : 4.2 (4C5163c)
>>>>>>>>>> Location : /Developer
>>>>>>>>>> Applications :
>>>>>>>>>> Xcode : 4.2 (827)
>>>>>>>>>> Instruments : 4.2 (4223)
>>>>>>>>>> Dashcode : 3.0.2 (336)
>>>>>>>>>> SDKs :
>>>>>>>>>> Mac OS X :
>>>>>>>>>> 10.5 : (9L31a)
>>>>>>>>>> 10.6 : (10K549)
>>>>>>>>>>
>>>>>>>>>>

>>>>>>>>>> Le Tue Sep 20 10:09:09 2011, Simon Newton a �crit :

>>>>>>>>>>>> Le 19/09/11 21:23, Simon Newton a �crit :


>>>>>>>>>>>>> On Mon, Sep 19, 2011 at 1:17 PM, Simon Newton<nom...@gmail.com>
>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>> On Mon, Sep 19, 2011 at 8:13 AM, nico<sl12...@gmail.com>
>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>> hi,
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>

>>>>>>>>>>>>>>> Le 19/09/11 08:40, Daniel a �crit :

Simon Newton

unread,
Sep 22, 2011, 4:45:52 AM9/22/11
to nico, open-l...@googlegroups.com, Daniel
On Thu, Sep 22, 2011 at 9:24 AM, nico <sl12...@gmail.com> wrote:
>
>
> Le 22/09/11 10:09, Simon Newton a écrit :

>>
>> On Thu, Sep 22, 2011 at 9:06 AM, nico<sl12...@gmail.com>  wrote:
>>>
>>> Le 22/09/11 09:49, Simon Newton a écrit :

>>>>
>>>> On Thu, Sep 22, 2011 at 8:48 AM, nico<sl12...@gmail.com>    wrote:
>>>>>
>>>>> Le 22/09/11 09:34, Simon Newton a écrit :

>>>>>>
>>>>>> On Thu, Sep 22, 2011 at 7:12 AM, nico<sl12...@gmail.com>      wrote:
>>>>>>>
>>>>>>> Le 21/09/11 22:35, Simon Newton a écrit :

I don't know where that's coming from then. As a final hammer try
running make install and then re-run make check.

Simon


>
>>
>>>>>>>>>
>>>>>>>>> Le Wed Sep 21 21:14:57 2011, Simon Newton a écrit :
>>>>>>>>>>
>>>>>>>>>> I've pushed a change. I wasn't able to reproduce the problem so
>>>>>>>>>> let
>>>>>>>>>> me
>>>>>>>>>> know if this fixes it.
>>>>>>>>>>
>>>>>>>>>> Simon
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Tue, Sep 20, 2011 at 10:26 AM, nico<sl12...@gmail.com>
>>>>>>>>>>  wrote:
>>>>>>>>>>>

>>>>>>>>>>> Version du système : Mac OS X 10.6.8 (10K549)


>>>>>>>>>>> Version du noyau : Darwin 10.8.0

>>>>>>>>>>> Volume de démarrage : Macintosh HD
>>>>>>>>>>> Mode de démarrage : Normal
>>>>>>>>>>> Nom de l’ordinateur : brouhaha
>>>>>>>>>>> Nom de l’utilisateur : nico (nico)
>>>>>>>>>>> Mémoire virtuelle sécurisée : activée

>>>>>>>>>>> Noyau et extensions 64 bits : Non

>>>>>>>>>>> Temps depuis le démarrage : 4:36

>>>>>>>>>>>>> Le 19/09/11 21:23, Simon Newton a écrit :


>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Mon, Sep 19, 2011 at 1:17 PM, Simon
>>>>>>>>>>>>>> Newton<nom...@gmail.com>
>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Mon, Sep 19, 2011 at 8:13 AM, nico<sl12...@gmail.com>
>>>>>>>>>>>>>>>  wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> hi,
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>

>>>>>>>>>>>>>>>> Le 19/09/11 08:40, Daniel a écrit :

nico

unread,
Sep 22, 2011, 5:07:26 AM9/22/11
to Simon Newton, open-l...@googlegroups.com, Daniel

>> before ./configure& make


>> brouhaha:ola nico$ grep -R HexStringToUInt *
>> brouhaha:ola nico$
>>
>> after make check
>> brouhaha:ola nico$ grep -R HexStringToUInt *
>> Binary file common/rdm/RDMTester-UIDTest.o matches
>> brouhaha:ola nico$
>
> I don't know where that's coming from then. As a final hammer try
> running make install and then re-run make check.

nope.

a quick final question :
does a fresh configure & make on 0.8.12 should reinstall ola stuff in
/opt/local/lib

Simon Newton

unread,
Sep 22, 2011, 5:11:18 AM9/22/11
to nico, open-l...@googlegroups.com, Daniel

By default it'll install into /usr/local/lib . You can change this by
passing --prefix=<path> to ./configure.

Simon

nico

unread,
Sep 22, 2011, 5:11:37 AM9/22/11
to Simon Newton, open-l...@googlegroups.com, Daniel

Daniel

unread,
Oct 2, 2011, 10:00:35 PM10/2/11
to open-lighting
Just getting back to this. I'm trying to build the latest ola so that
I can look into the original issue reported in this thread.

I am seeing this error when I try to build using a fresh git pull:

EuroliteProOutputPort.cpp: In member function 'bool
ola::plugin::usbdmx::EuroliteProOutputPort::SendDMX(const
ola::DmxBuffer&)':
EuroliteProOutputPort.cpp:197: error: 'DMX512_START_CODE' was not
declared in this scope
make[3]: *** [libolausbdmx_la-EuroliteProOutputPort.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2


FYI, I am forcing a 32 bit build as mentioned on the OLA on OSX page.

Ideas?

Thanks much,
Daniel

On Sep 22, 2:11 am, nico <sl1200...@gmail.com> wrote:
> Le Thu Sep 22 11:07:26 2011, nico a écrit :
>
>
>
>
>
>
>
>
>
> > Le Thu Sep 22 10:45:52 2011, Simon Newton a écrit :
>
> >> On Thu, Sep 22, 2011 at 9:24 AM, nico<sl1200...@gmail.com> wrote:
>
> >>> Le 22/09/11 10:09, Simon Newton a écrit :
>
> >>>> On Thu, Sep 22, 2011 at 9:06 AM, nico<sl1200...@gmail.com> wrote:
>
> >>>>> Le 22/09/11 09:49, Simon Newton a écrit :
>
> >>>>>> On Thu, Sep 22, 2011 at 8:48 AM, nico<sl1200...@gmail.com> wrote:
>
> >>>>>>> Le 22/09/11 09:34, Simon Newton a écrit :
>
> >>>>>>>> On Thu, Sep 22, 2011 at 7:12 AM, nico<sl1200...@gmail.com> wrote:
>
> >>>>>>>>> Le 21/09/11 22:35, Simon Newton a écrit :
>
> >>>>>>>>>> On Wed, Sep 21, 2011 at 8:38 PM, nico<sl1200...@gmail.com>
> sorry i just readhttp://opendmx.net/index.php/OLA_on_OS_X#Set_some_environment_variables
>
> ++
>
>
>
>
>
>
>
>
>
> >> Simon
>
> >>>>>>>>>>> Le Wed Sep 21 21:14:57 2011, Simon Newton a écrit :
>
> >>>>>>>>>>>> I've pushed a change. I wasn't able to reproduce the
> >>>>>>>>>>>> problem so
> >>>>>>>>>>>> let
> >>>>>>>>>>>> me
> >>>>>>>>>>>> know if this fixes it.
>
> >>>>>>>>>>>> Simon
>
> >>>>>>>>>>>> On Tue, Sep 20, 2011 at 10:26 AM, nico<sl1200...@gmail.com>
> >>>>>>>>>>>>>> On Tue, Sep 20, 2011 at 7:23 AM, nico<sl1200...@gmail.com>
> >>>>>>>>>>>>>> wrote:
>
> >>>>>>>>>>>>>>> with gcc4.2, i also got errors at make check (previously
> >>>>>>>>>>>>>>> it was
> >>>>>>>>>>>>>>> with
> >>>>>>>>>>>>>>> llvm
> >>>>>>>>>>>>>>> compiler)
>
> >>>>>>>>>>>>>>> /bin/sh ../../libtool --tag=CXX --mode=link
>
> ...
>
> read more »

Simon Newton

unread,
Oct 2, 2011, 10:17:34 PM10/2/11
to open-l...@googlegroups.com
On Sun, Oct 2, 2011 at 7:00 PM, Daniel <akno...@gmail.com> wrote:
> Just getting back to this. I'm trying to build the latest ola so that
> I can look into the original issue reported in this thread.
>
> I am seeing this error when I try to build using a fresh git pull:
>
> EuroliteProOutputPort.cpp: In member function 'bool
> ola::plugin::usbdmx::EuroliteProOutputPort::SendDMX(const
> ola::DmxBuffer&)':
> EuroliteProOutputPort.cpp:197: error: 'DMX512_START_CODE' was not
> declared in this scope
> make[3]: *** [libolausbdmx_la-EuroliteProOutputPort.lo] Error 1
> make[2]: *** [all-recursive] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
>
>
> FYI, I am forcing a 32 bit build as mentioned on the OLA on OSX page.
>
> Ideas?


Sorry, that was my error from early this weekend. Update and try again now.

Simon

Daniel

unread,
Oct 2, 2011, 10:42:19 PM10/2/11
to open-lighting
Just did another git pull, and i'm still seeing it. I even blew away
the directory first and did a clone.

Anything you want me to check here locally?

Thanks,
D

On Oct 2, 7:17 pm, Simon Newton <nomi...@gmail.com> wrote:
> ...
>
> read more »

Simon Newton

unread,
Oct 2, 2011, 11:29:18 PM10/2/11
to open-l...@googlegroups.com
On Sun, Oct 2, 2011 at 7:42 PM, Daniel <akno...@gmail.com> wrote:
> Just did another git pull, and i'm still seeing it. I even blew away
> the directory first and did a clone.
>
> Anything you want me to check here locally?

Which platform / OS / compiler?

Daniel

unread,
Oct 3, 2011, 12:33:36 AM10/3/11
to open-lighting
Sure:

OS X 10.6.8
i686-apple-darwin10-llvm-g++-4.2 (GCC) 4.2.1 (Based on Apple Inc.
build 5658) (LLVM build 2336.1.00)



On Oct 2, 8:29 pm, Simon Newton <nomi...@gmail.com> wrote:
> ...
>
> read more »

Simon Newton

unread,
Oct 3, 2011, 11:00:18 AM10/3/11
to open-l...@googlegroups.com
On Sun, Oct 2, 2011 at 9:33 PM, Daniel <akno...@gmail.com> wrote:
> Sure:
>
> OS X 10.6.8
> i686-apple-darwin10-llvm-g++-4.2 (GCC) 4.2.1 (Based on Apple Inc.
> build 5658) (LLVM build 2336.1.00)

I can't reproduce it on 10.6.8 with


i686-apple-darwin10-llvm-g++-4.2 (GCC) 4.2.1 (Based on Apple Inc.

build 5658) (LLVM build 2335.6)

But using llvm-g++ from mac ports I discovered an include problem,
which I think may be the cause of your trouble. I've pushed a change,
let me know if that fixes it.

Simon

Daniel

unread,
Oct 6, 2011, 12:48:59 AM10/6/11
to open-lighting
Getting closer! I am seeing a bunch of i386 errors (I am building with
the 32-bit switches because Max/MSP requires it)


ld: warning: ignoring file /opt/local/lib/libcurses.dylib, file was
built for unsupported file format which is not the architecture being
linked (i386)
ld: warning: ignoring file /opt/local/lib/libprotobuf.dylib, file was
built for unsupported file format which is not the architecture being
linked (i386)
ld: warning: ignoring file /opt/local/lib/libz.dylib, file was built
for unsupported file format which is not the architecture being linked
(i386)
Undefined symbols for architecture i386:
"_resetty", referenced from:
cleanup() in ola-dmxconsole.o
"_endwin", referenced from:
cleanup() in ola-dmxconsole.o
"_mvprintw", referenced from:
values() in ola-dmxconsole.o
"_printw", referenced from:
values() in ola-dmxconsole.o
mask() in ola-dmxconsole.o
"_move", referenced from:
values() in ola-dmxconsole.o
mask() in ola-dmxconsole.o
"_wattr_on", referenced from:
values() in ola-dmxconsole.o
"_waddnstr", referenced from:
values() in ola-dmxconsole.o
"_erase", referenced from:
mask() in ola-dmxconsole.o
"_waddch", referenced from:
mask() in ola-dmxconsole.o
"_resizeterm", referenced from:
terminalresize(int) in ola-dmxconsole.o
"_init_pair", referenced from:
changepalette(int) in ola-dmxconsole.o
"_initscr", referenced from:
_main in ola-dmxconsole.o
"_savetty", referenced from:
_main in ola-dmxconsole.o
"_start_color", referenced from:
_main in ola-dmxconsole.o
"_noecho", referenced from:
_main in ola-dmxconsole.o
"_raw", referenced from:
_main in ola-dmxconsole.o
"_keypad", referenced from:
_main in ola-dmxconsole.o
"_refresh", referenced from:
_main in ola-dmxconsole.o
stdin_ready() in ola-dmxconsole.o
crossfade(unsigned int)in ola-dmxconsole.o
"_wgetch", referenced from:
stdin_ready() in ola-dmxconsole.o
"_COLS", referenced from:
calcscreengeometry() in ola-dmxconsole.o
values() in ola-dmxconsole.o
mask() in ola-dmxconsole.o
terminalresize(int) in ola-dmxconsole.o
_main in ola-dmxconsole.o
"_LINES", referenced from:
calcscreengeometry() in ola-dmxconsole.o
values() in ola-dmxconsole.o
mask() in ola-dmxconsole.o
terminalresize(int) in ola-dmxconsole.o
_main in ola-dmxconsole.o
"_stdscr", referenced from:
values() in ola-dmxconsole.o
mask() in ola-dmxconsole.o
ld: symbol(s) not found for architecture i386
collect2: ld returned 1 exit status
make[2]: *** [ola_dmxconsole] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2


On Oct 3, 8:00 am, Simon Newton <nomi...@gmail.com> wrote:
> ...
>
> read more »

Simon Newton

unread,
Oct 6, 2011, 1:42:08 AM10/6/11
to open-l...@googlegroups.com
On Wed, Oct 5, 2011 at 9:48 PM, Daniel <akno...@gmail.com> wrote:
> Getting closer! I am seeing a bunch of i386 errors (I am building with
> the 32-bit switches because Max/MSP requires it)
>
>
> ld: warning: ignoring file /opt/local/lib/libcurses.dylib, file was
> built for unsupported file format which is not the architecture being
> linked (i386)

What does

file /opt/local/lib/libcurses.dylib

show? I suspect it won't include i386. Did you install using macports?
I think there is an extra flag you can pass to get it to build i386
versions as well.

Simon

Reply all
Reply to author
Forward
0 new messages