Re: pdftk

2021-01-21 Thread Bjarne D Mathiesen
Ken Cunningham wrote: > It builds on 10.4 to 10.14 at least; dunno about 10.15, although gcc5 > seems to build there. Haven't tried. Doesn't work on my 10.15 gcc5 OK on 10.15 -- Bjarne D Mathiesen Korsør ; Danmark ; Europa -- de

Re: [errors] php80-imagick

2021-01-21 Thread Bjarne D Mathiesen
php80-imagick can be installed directly from git : ( https://github.com/Imagick/imagick/issues/358 ) port select --set php php80 export CC="gcc" CFLAGS="-O3 -Wall" cd /private/tmp git clone https://github.com/Imagick/imagick cd imagick/ phpize80 ./configure --prefix=/opt/local make make install cd

Re: [test] php80-imagick

2021-01-21 Thread Bjarne D Mathiesen
Bjarne D Mathiesen wrote: > php80-imagick can be installed directly from git : > ( https://github.com/Imagick/imagick/issues/358 ) > > port select --set php php80 > export CC="gcc" CFLAGS="-O3 -Wall" > cd /private/tmp > git clone https://github.com/Imagick/imagick > cd imagick/ > phpize80 > ./c