Some troubles I met while building PPL.

Good morning.
My command were using your library for a new project, so I had to try to install it on my notebook with MacOS 10.5 on board. As far as I understand, only on MacOS I could find this two small problems:
1. Git version failed at automake (the first attachement has log) and autoconf (the second one). I'm not familiar with this tools so I can't suggest the reason of the errors. 2. I got ppl-0.10.2.tar.bz2, the configure script succeeded (the third log), but make failed (forth log) with (i guess) the only one error - the Bool type uses anonymous enum. I think, it'll be honest to name that enum (I just added "__Bool_enum" as name and it worked).
Thank you for attention. Best regards, Yuri.

Yuriy Taraday ha scritto:
Good morning.
My command were using your library for a new project, so I had to try to install it on my notebook with MacOS 10.5 on board. As far as I understand, only on MacOS I could find this two small problems:
- Git version failed at automake (the first attachement has log) and
autoconf (the second one). I'm not familiar with this tools so I can't suggest the reason of the errors. 2. I got ppl-0.10.2.tar.bz2, the configure script succeeded (the third log), but make failed (forth log) with (i guess) the only one error - the Bool type uses anonymous enum. I think, it'll be honest to name that enum (I just added "__Bool_enum" as name and it worked).
Which gcc version are you using?
Can you show us the output of gcc -v?
participants (2)
-
Abramo Bagnara
-
Yuriy Taraday