Discussion:
Problems compiling current git master on CentOS 6 due to lack of HarfBuzz
Peter Hopfgartner
2014-10-14 09:58:58 UTC
Permalink
I'd like to test if https://github.com/mapserver/mapserver/issues/4980
persists in the current development tree.

Trying to compile on CentOS6 with

mkdir build
cd build
cmake -DWITH_KML=ON -DWITH_FREEBIDI=0 -DWITH_HARFBUZZ=0 ..

it fails, complaining for the lack of harfbuzz.

Currently I'm not aware of any "official" package of HarfBuzz for C6, so
I'm struck at this point. Will HarfBuzz be a mandatory requirement for
MapServer 7?

Regards,

Peter
--
Peter Hopfgartner
web : http://www.r3-gis.com
thomas bonfort
2014-10-14 10:03:31 UTC
Permalink
can you start with a new build directory, I've just tested and can
correctly disable harfbuzz/fribidi...

cmake ~/dev/mapserver -DWITH_FRIBIDI=OFF -DWITH_HARFBUZZ=OFF

--
thomas

On 14 October 2014 11:58, Peter Hopfgartner
Post by Peter Hopfgartner
I'd like to test if https://github.com/mapserver/mapserver/issues/4980
persists in the current development tree.
Trying to compile on CentOS6 with
mkdir build
cd build
cmake -DWITH_KML=ON -DWITH_FREEBIDI=0 -DWITH_HARFBUZZ=0 ..
it fails, complaining for the lack of harfbuzz.
Currently I'm not aware of any "official" package of HarfBuzz for C6, so I'm
struck at this point. Will HarfBuzz be a mandatory requirement for MapServer
7?
Regards,
Peter
--
Peter Hopfgartner
web : http://www.r3-gis.com
_______________________________________________
mapserver-users mailing list
http://lists.osgeo.org/mailman/listinfo/mapserver-users
Peter Hopfgartner
2014-10-14 10:40:32 UTC
Permalink
Hmm, now it works.

Thanks,

Peter
Post by thomas bonfort
can you start with a new build directory, I've just tested and can
correctly disable harfbuzz/fribidi...
cmake ~/dev/mapserver -DWITH_FRIBIDI=OFF -DWITH_HARFBUZZ=OFF
--
thomas
On 14 October 2014 11:58, Peter Hopfgartner
Post by Peter Hopfgartner
I'd like to test if https://github.com/mapserver/mapserver/issues/4980
persists in the current development tree.
Trying to compile on CentOS6 with
mkdir build
cd build
cmake -DWITH_KML=ON -DWITH_FREEBIDI=0 -DWITH_HARFBUZZ=0 ..
it fails, complaining for the lack of harfbuzz.
Currently I'm not aware of any "official" package of HarfBuzz for C6, so I'm
struck at this point. Will HarfBuzz be a mandatory requirement for MapServer
7?
Regards,
Peter
--
Peter Hopfgartner
web : http://www.r3-gis.com
_______________________________________________
mapserver-users mailing list
http://lists.osgeo.org/mailman/listinfo/mapserver-users
--
Peter Hopfgartner
web : http://www.r3-gis.com
Loading...