Aleksander Piotrowski wrote:
Alexandre Anriot <[EMAIL PROTECTED]> wrote:
I have tried the port yesterday, and it has built and worked nicely with
an existing C++ project (with doxytag etc.)
Another version with fixes for problems pointed out by Alexandre.
I got a weird cc error on both i386 and amd64 at the first building attempt:
/usr/bin/make -f Makefile.libdoxycfg PERL=/usr/bin/perl all
c++ -c -O2 -pipe -Wall -W -O2 -I../qtools -o ../objects/config.o config.cpp
cc1plus: out of memory allocating 8790408 bytes after a total of
69251072 bytes
*** Error code 1
And here is my ulimit:
$ ulimit -m
939708
But at the second attempt everything gone fine ...
I didn't looked forward yet.
Damien