Re: [mapserver-users] harfbuzz dependency

2013-10-01 Thread Andrea Peri
Hi, I try also with harfbuzz 0.9.19 but without success. always using the same settings from link. Reading the file produced by cmake I see the question is the not found of include dir: //Path to a file. HARFBUZZ_INCLUDE_DIR:PATH=HARFBUZZ_INCLUDE_DIR-NOTFOUND But I see the includes are

Re: [mapserver-users] harfbuzz dependency

2013-10-01 Thread Andrea Peri
ok, I resolve adding the /usr/local/include/harfbuzz to the CMAKE_PREFIX_PATH Regards, Andrea. 2013/10/1 Andrea Peri aperi2...@gmail.com Hi, I try also with harfbuzz 0.9.19 but without success. always using the same settings from link. Reading the file produced by cmake I see the

Re: [mapserver-users] harfbuzz dependency

2013-09-30 Thread thomas bonfort
Andrea, the harfbuzz dependency should be picked up automatically if it's installed in a default location (e.g. /usr/local). If you look at our automated builds, this is what is happening given the build platform has no packages for harfbuzz and we therefore compile/install it manually, c.f.

Re: [mapserver-users] harfbuzz dependency

2013-09-30 Thread Andrea Peri
Hi, I try exactly the same step and settings, but no success. However I notice that the harfbuzz version I'm using is the 0.9.21. So now I try to downgrade to the 0.9.19. Regards, Andrea. 2013/9/30 thomas bonfort thomas.bonf...@gmail.com Andrea, the harfbuzz dependency should be picked

[mapserver-users] harfbuzz dependency

2013-09-28 Thread Andrea Peri
Hi, I see the last mapserver-trunk has harfbuzz as new dependenciy. I download harfbuz and compile (without any specific setting) and install it . But still the cmake don't find this package. Perhaps is necessary to install harfbuzz on a specific path ? Thx. -- - Andrea Peri