Re: [Gimp-user] problem with install GAP

2015-06-02 Thread Alexandre Prokoudine
Actually, I've just thought:

Why are you trying to build GAP 2.2, when 2.7 is already available in Fedora?

https://apps.fedoraproject.org/packages/gimp-gap

'dnf install gimp-gap'

Alex

On Tue, Jun 2, 2015 at 5:37 PM, Muhamad Moghadam  wrote:
> I run dnf builddep gimp and than ./configure :
>
> [root@dhcppc0 gimp-gap-2.2.0]# ./configure
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for gawk... gawk
> checking whether make sets $(MAKE)... yes
> checking whether to enable maintainer-specific portions of Makefiles... no
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ANSI C... none needed
> checking for style of include used by make... GNU
> checking dependency style of gcc... gcc3
> checking for library containing strerror... none required
> checking for gcc... (cached) gcc
> checking whether we are using the GNU C compiler... (cached) yes
> checking whether gcc accepts -g... (cached) yes
> checking for gcc option to accept ANSI C... (cached) none needed
> checking dependency style of gcc... (cached) gcc3
> checking how to run the C preprocessor... gcc -E
> checking for egrep... grep -E
> checking for ANSI C header files... yes
> checking for ranlib... ranlib
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking for unistd.h... (cached) yes
> checking for bind_textdomain_codeset... yes
> checking for pkg-config... /usr/bin/pkg-config
> checking pkg-config is at least version 0.9.0... yes
> checking for GIMP... configure: error: Package requirements (gimp-2.0 >=
> 2.2.0 gimpui-2.0 >= 2.2.0 gimpthumb-2.0) were not met.
> Consider adjusting the PKG_CONFIG_PATH environment variable if you
> installed software in a non-standard prefix.
>
> Alternatively you may set the GIMP_CFLAGS and GIMP_LIBS environment
> variables
> to avoid the need to call pkg-config.  See the pkg-config man page for
> more details.
>
>
>
> On Tue, Jun 2, 2015 at 4:52 PM, Alexandre Prokoudine
>  wrote:
>>
>> On Tue, Jun 2, 2015 at 7:57 AM, Owen Cook wrote:
>> >
>> >
>> >> Sent: Tuesday, June 02, 2015 at 12:28 PM
>> >> From: "Muhamad Moghadam" 
>> >> To: gimp-user-list@gnome.org
>> >> Subject: [Gimp-user] problem with install GAP
>> >>
>> >> I try to install gap in fedora 22 and gimp 2.8.14
>> >
>> >
>> >> checking for gcc... no
>> >> checking for cc... no
>> >> checking for cc... no
>> >> checking for cl... no
>> >> configure: error: no acceptable C compiler found in $PATH
>> >
>> >
>> >> how can i fix this?
>> >
>> >
>> > Install a C compiler, you probably need GCC, C++, do a yum search on
>> > those items.
>>
>> Yum is decommissioned in F22.
>>
>> The right way now is to just run 'dnf builddep gimp'. This should
>> install all prerequisites.
>>
>> Alex
>> ___
>> gimp-user-list mailing list
>> List address:gimp-user-list@gnome.org
>> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
>> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
>
>
>
> --
> In God we Trust.
> www.krtrucks.com
> و لکن اکثرهم لا یعقلون
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list

Re: [Gimp-user] problem with install GAP

2015-06-02 Thread Alexandre Prokoudine
On Tue, Jun 2, 2015 at 7:57 AM, Owen Cook wrote:
>
>
>> Sent: Tuesday, June 02, 2015 at 12:28 PM
>> From: "Muhamad Moghadam" 
>> To: gimp-user-list@gnome.org
>> Subject: [Gimp-user] problem with install GAP
>>
>> I try to install gap in fedora 22 and gimp 2.8.14
>
>
>> checking for gcc... no
>> checking for cc... no
>> checking for cc... no
>> checking for cl... no
>> configure: error: no acceptable C compiler found in $PATH
>
>
>> how can i fix this?
>
>
> Install a C compiler, you probably need GCC, C++, do a yum search on those 
> items.

Yum is decommissioned in F22.

The right way now is to just run 'dnf builddep gimp'. This should
install all prerequisites.

Alex
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] problem with install GAP

2015-06-01 Thread Owen Cook


> Sent: Tuesday, June 02, 2015 at 12:28 PM
> From: "Muhamad Moghadam" 
> To: gimp-user-list@gnome.org
> Subject: [Gimp-user] problem with install GAP
>
> I try to install gap in fedora 22 and gimp 2.8.14


> checking for gcc... no
> checking for cc... no
> checking for cc... no
> checking for cl... no
> configure: error: no acceptable C compiler found in $PATH

 
> how can i fix this?


Install a C compiler, you probably need GCC, C++, do a yum search on those 
items.

Once you get those installed, rerun configure, and read carefully the next 
failure and install that as well, probably be autotools



Owen
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


[Gimp-user] problem with install GAP

2015-06-01 Thread Muhamad Moghadam
I try to install gap in fedora 22 and gimp 2.8.14

[user@dhcppc0 ~]$ cd /home/user/Downloads/gimp-gap-2.2.0
[user@dhcppc0 gimp-gap-2.2.0]$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
[user@dhcppc0 gimp-gap-2.2.0]$

how can i fix this?
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list