[Gimp-user] Poppler-glib for Windows build

2018-01-15 Thread programmer_ceds
In case anyone else has similar problems I managed to get poppler-data recognised using the following steps: Download file poppler-data-0.4.8.tar.gz from https://poppler.freedesktop.org/ Unzip the file into folder poppler-data Move the unzipped files back into poppler-data make install -j4 $PRE

[Gimp-user] Poppler-glib for Windows build

2018-01-14 Thread programmer_ceds
OK, I finally found the way to make the package manager think that it had V2.24.31 - files gtk+-2.0.pc and gtk+-win32-2.0.pc in folder msys64\mingw64\lib\pkgconfig had to be edited. That just leaves the problem of how to get poppler-data recognised >Hi Jehan, > >I managed to resolve the dependenc

[Gimp-user] Poppler-glib for Windows build

2018-01-14 Thread programmer_ceds
Hi Jehan, I managed to resolve the dependency on poppler-glib but not poppler-data as yet. In the meantime I updated the packages using pacman to get the recommended version of gtk+-2.0 (V2.24.32 instead of V2.24.31) - big mistake - the dll file is now 3.8 kB instead of the version 2.24.31 file wh

Re: [Gimp-user] Poppler-glib for Windows build

2018-01-13 Thread Jehan Pagès
Hello, On Sat, Jan 13, 2018 at 11:43 AM, programmer_ceds wrote: > Thanks for your reply Jehan, > > As per the title of the thread I am working with Windows (using msys2 and > mingw64). I know that other people build under Windows and was hoping that one > of them might be able to point me in the

[Gimp-user] Poppler-glib for Windows build

2018-01-13 Thread programmer_ceds
Thanks for your reply Jehan, As per the title of the thread I am working with Windows (using msys2 and mingw64). I know that other people build under Windows and was hoping that one of them might be able to point me in the right direction or post a work-around; I assumed that I was making a mistak

Re: [Gimp-user] Poppler-glib for Windows build

2018-01-12 Thread Jehan Pagès
Hello, On Sun, Jan 7, 2018 at 7:42 PM, programmer_ceds wrote: > I am trying to build the version of GIMP that requires poppler-glib. > > I have tried cloning from git > > git clone https://github.com/danigm/poppler.git > > I have then changed to the poppler folder and run ./autogen.sh > --prefi

[Gimp-user] Poppler-glib for Windows build

2018-01-08 Thread programmer_ceds
I am trying to build the version of GIMP that requires poppler-glib. I have tried cloning from git git clone https://github.com/danigm/poppler.git I have then changed to the poppler folder and run ./autogen.sh --prefix=$PREFIX then ./configure --prefix=$PREFIX When I run make I get errors of