Re: [Gimp-developer] Trouble building Gimp from GIT repo (20180530) (SOLVED)

2018-05-31 Thread Steven P. Ulrick
On 05/31/2018 01:08 AM, Kevin Cozens wrote: On 2018-05-30 10:41 PM, Steven P. Ulrick wrote: I am attempting to build Gimp from GIT and I get the following error: "Error: GIMP configuration failed.    - Error: missing dependency glib-networking    *** Test for glib-networking failed.

Re: [Gimp-developer] Trouble building Gimp from GIT repo (20180530)

2018-05-31 Thread Kevin Cozens
On 2018-05-30 10:41 PM, Steven P. Ulrick wrote: I am attempting to build Gimp from GIT and I get the following error: "Error: GIMP configuration failed.   - Error: missing dependency glib-networking   *** Test for glib-networking failed. This is required.   - Error: missing dependency

[Gimp-developer] Trouble building Gimp from GIT repo (20180530)

2018-05-30 Thread Steven P. Ulrick
Hello, Everyone I am attempting to build Gimp from GIT and I get the following error: "Error: GIMP configuration failed.   - Error: missing dependency glib-networking   *** Test for glib-networking failed. This is required.   - Error: missing dependency pangocairo >= 1.42.0 and pangoft2    

Re: [Gimp-developer] Trouble building Gimp from GIT repo

2018-02-11 Thread Jehan Pagès
Hello, On Mon, Feb 12, 2018 at 1:03 AM, Steven P. Ulrick wrote: > > > On 02/11/2018 10:03 AM, Kevin Cozens wrote: >> >> On 2018-02-11 05:48 AM, Steven P. Ulrick wrote: >>> >>> I also have libmypaint installed from GIT. It's "libmypaint-2.0.pc" file >>> says the following: >>>

Re: [Gimp-developer] Trouble building Gimp from GIT repo

2018-02-11 Thread Steven P. Ulrick
On 02/11/2018 06:02 PM, Carol Spears wrote: On Sun, Feb 11, 2018 at 5:48 AM, Steven P. Ulrick > wrote:   - Error: missing dependency mypaint-brushes-1.0 I have in my build directory a git repository for mypaint-brushes that was probably

[Gimp-developer] Trouble building Gimp from GIT repo

2018-02-11 Thread Steven P. Ulrick
Hello, Everyone This is on Fedora 27, all current updates installed. I have obtained the source code for GIMP using the following command "git clone https://github.com/GNOME/gimp.git; When I attempt to build GIMP using the following command: "./autogen.sh && ./configure --enable-gtk-doc