Re: [HarfBuzz] Windows build of harfbuzz with nmake

2016-06-13 Thread Ebrahim Byagowi
> He needs to be made aware that it's unbuildable with MSVC. Is it really? Actually Visual Studio 2015 was only compiler I tested the code against, but maybe older ones are broken. Anyway, the backend shouldn't be used on any production code (specially as it's performance issues) even the fact it

Re: [HarfBuzz] Windows build of harfbuzz with nmake

2016-06-13 Thread John Emmas
On 13/06/2016 13:51, Khaled Hosny wrote: DirectWrite and Uniscribe backends should be disabled by default since they are only for testing purposes [...] Or may be the issue is that you are using your own build system and just included all the source files Hi Khaled, You're right to an

Re: [HarfBuzz] Windows build of harfbuzz with nmake

2016-06-13 Thread Khaled Hosny
On Mon, Jun 13, 2016 at 10:34:24AM +0100, John Emmas wrote: > On 13/06/2016 10:09, Juha Martikainen wrote: > > > > I had a second build attempt where I made my own vcxproj file. There I > > get the following kind of errors: > > > > 1>..\..\src\hb-directwrite.cc(246): error C2039: 'directwrite' :

Re: [HarfBuzz] Windows build of harfbuzz with nmake

2016-06-13 Thread John Emmas
On 13/06/2016 10:09, Juha Martikainen wrote: I had a second build attempt where I made my own vcxproj file. There I get the following kind of errors: 1>..\..\src\hb-directwrite.cc(246): error C2039: 'directwrite' : is not a member of 'hb_shaper_data_t' 1>..\..\src\hb-directwrite.cc(257):

Re: [HarfBuzz] Windows build of harfbuzz with nmake

2016-06-13 Thread John Emmas
On 13/06/2016 08:36, Juha Martikainen wrote: nmake /f Makefile.vc CFG=release /P Resulting: NMAKE : fatal error U1073: don't know how to make 'config.h.win32' Stop. Hi Juha, In addition to what Cosimo said, it might be worthwhile to remember that it's not strictly necessary to have

[HarfBuzz] Windows build of harfbuzz with nmake

2016-06-13 Thread Juha Martikainen
Hello! I am working with Windows 10 system and Visual Studio 2012 compiler. I would like to compile harfbuzz library for Scribus. I have taken the new harfbuzz codes with git. I have read win32 directory readme file instructions and try to configure project using nmake. I run the following