Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 30/05/2005, à 19:19

artemis

[résolu]Gimpshop je tiens bon !!

Salut à tous!! voila depuis un bon moment j'essaye d'installer gimpshop, certain mon conseillé le deb présent sur le site et celui crée par une personne sur le forum les deux methodes ne sont pas concluantes et donc je décide de suivre les instructions de compilation et jusqu'à la troisième ligne tout se passe bien mais badaboum!! voila ce que sa me marque:

root@ubuntu:/home/jonathan/gimp-2.2.4 # ./configure --prefix=/usr
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
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.

une erreur de ma part ? un paquetage ? je ne sais pas si quelqu'un pourrais me régler ce problème, Merci!

edit: j'ai trouver dans synaptic gcc, ccc et cl avec d'autres mon accrocher sa viendrait pas de là?

Dernière modification par artemis (Le 09/08/2006, à 13:47)

Hors ligne

#2 Le 30/05/2005, à 19:41

tigrou

Re : [résolu]Gimpshop je tiens bon !!

installe le paquet build-essential ...

Hors ligne

#3 Le 30/05/2005, à 19:49

artemis

Re : [résolu]Gimpshop je tiens bon !!

voila après çà sa me marque:

root@ubuntu:/home/jonathan/gimp-2.2.4 # ./configure --prefix=/usr
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
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.
root@ubuntu:/home/jonathan/gimp-2.2.4 # ./configure --prefix=/usr
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 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 build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
root@ubuntu:/home/jonathan/gimp-2.2.4 # ./configure --prefix=/usr
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 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 build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking whether to enable maintainer-specific portions of Makefiles... no
checking for target architecture... i686-pc-linux-gnu
checking for some Win32 platform... no
checking for native Win32... no
checking for strerror in -lcposix... no
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
checking whether to turn on debugging... no
checking whether to turn on profiling... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking for sys/wait.h... (cached) yes
checking for unistd.h... (cached) yes
checking for pid_t... yes
checking return type of signal handlers... void
checking for vprintf... yes
checking for _doprnt... no
checking for working alloca.h... yes
checking for alloca... yes
checking for difftime... yes
checking for putenv... yes
checking for mmap... yes
checking for perl... /usr/bin/perl
checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool

Hors ligne

#4 Le 30/05/2005, à 20:02

reggaemanu

Re : [résolu]Gimpshop je tiens bon !!

bhein installe intltool tongue lol

Hors ligne

#5 Le 30/05/2005, à 20:09

Stemp

Re : [résolu]Gimpshop je tiens bon !!

Artemis: comment tu as fait pour installer build-essential ? Parce que apparement tu n'as pas installé gcc.


«La violence n'a jamais rien réglé» Gengis Khan 1162-1227
Blog | Crunchbang Linux | Arch Linux

Hors ligne

#6 Le 30/05/2005, à 20:22

artemis

Re : [résolu]Gimpshop je tiens bon !!

avec sypnaptic

Hors ligne

#7 Le 30/05/2005, à 20:37

Stemp

Re : [résolu]Gimpshop je tiens bon !!

Et dans Synaptic gcc est-il installé ?


«La violence n'a jamais rien réglé» Gengis Khan 1162-1227
Blog | Crunchbang Linux | Arch Linux

Hors ligne

#8 Le 30/05/2005, à 21:43

reggaemanu

Re : [résolu]Gimpshop je tiens bon !!

il est installé la gcc Stemp, dans le code de son 2eme post, fait bien attention il y'a également son premier essai au début, le 2eme essai ne commence pas en haut, il lui manque le paquet intltool c'est tout

Dernière modification par reggaemanu (Le 30/05/2005, à 21:44)

Hors ligne

#9 Le 30/05/2005, à 21:55

Stemp

Re : [résolu]Gimpshop je tiens bon !!

Ah oui effectivement. Merci ReggaeManu, je ne comprenais plus rien wink


«La violence n'a jamais rien réglé» Gengis Khan 1162-1227
Blog | Crunchbang Linux | Arch Linux

Hors ligne

#10 Le 30/05/2005, à 22:00

Leto2

Re : [résolu]Gimpshop je tiens bon !!

En fait, il doit manquer le paquet libxml-parser-perl. smile

(Et pleins d'autres sans doute wink )

#11 Le 31/05/2005, à 07:26

artemis

Re : [résolu]Gimpshop je tiens bon !!

sa a l'air d'aller mieux mais sa me marque encore des erreures:

root@ubuntu:/home/jonathan # cd gimp-2.2.4
root@ubuntu:/home/jonathan/gimp-2.2.4 # ./configure --prefix=/usr
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 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 build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking whether to enable maintainer-specific portions of Makefiles... no
checking for target architecture... i686-pc-linux-gnu
checking for some Win32 platform... no
checking for native Win32... no
checking for strerror in -lcposix... no
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
checking whether to turn on debugging... no
checking whether to turn on profiling... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking for sys/wait.h... (cached) yes
checking for unistd.h... (cached) yes
checking for pid_t... yes
checking return type of signal handlers... void
checking for vprintf... yes
checking for _doprnt... no
checking for working alloca.h... yes
checking for alloca... yes
checking for difftime... yes
checking for putenv... yes
checking for mmap... yes
checking for perl... /usr/bin/perl
checking for XML::Parser... ok
checking for iconv... /usr/bin/iconv
checking for msgfmt... /usr/bin/msgfmt
checking for msgmerge... /usr/bin/msgmerge
checking for xgettext... /usr/bin/xgettext
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for catalogs to be installed...  bg ca cs da de el en_CA en_GB es eu fi fr ga gl he hu hr id it ja ko lt ms nb nl no pa pl pt pt_BR ro ru sk sr sr@Latn sv tr uk vi yi zh_CN zh_TW
checking for pkg-config... /usr/bin/pkg-config
checking for GLIB - version >= 2.4.5... yes (version 2.6.3)
checking for gmodule-2.0 gobject-2.0... yes
checking GMODULE_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking GMODULE_LIBS... -Wl,--export-dynamic -lgmodule-2.0 -ldl -lgobject-2.0 -lglib-2.0
checking if GLib is version 2.7.0 or newer... no
checking for bind_textdomain_codeset... (cached) yes
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for GTK+ - version >= 2.4.4... yes (version 2.6.4)
checking if GTK+ is version 2.7.0 or newer... no
checking for gdk-pixbuf-2.0 >= 2.4.4... yes
checking GDK_PIXBUF_CFLAGS... -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking GDK_PIXBUF_LIBS... -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
checking for gdk-pixbuf-csource... /usr/bin/gdk-pixbuf-csource
checking for libart-2.0... Package libart-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libart-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libart-2.0' found

configure: error: Library requirements (libart-2.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.

Hors ligne

#12 Le 31/05/2005, à 17:39

reggaemanu

Re : [résolu]Gimpshop je tiens bon !!

bhein tout est indiqué hein y'a juste à suivre les infos affichés...
il manque le paquet libart-2.0...

Hors ligne

#13 Le 31/05/2005, à 18:34

artemis

Re : [résolu]Gimpshop je tiens bon !!

pourtant il est bien installer, étrange!

Hors ligne

#14 Le 31/05/2005, à 18:48

reggaemanu

Re : [résolu]Gimpshop je tiens bon !!

installe libart-2.0-dev
quand t'a besoin d'un paquet lors d'une compilation et qu'il est déja installé en général c'est qu'il demande le paquet de dev en fait

Hors ligne

#15 Le 31/05/2005, à 21:47

Leto2

Re : [résolu]Gimpshop je tiens bon !!

reggaemanu a écrit :

installe libart-2.0-dev
quand t'a besoin d'un paquet lors d'une compilation et qu'il est déja installé en général c'est qu'il demande le paquet de dev en fait

Ou que le configure cherche un libmachin.so et que tu n'as que libmachin-2.0.7.so ... Un petit coup de ln, et c'est reparti. smile

#16 Le 01/06/2005, à 10:10

Xarkam

Re : [résolu]Gimpshop je tiens bon !!

Perso j'ai trouvé ca: http://www.ubuntu-es.org/node/2926
Mais je ne comprend pas trop l'espagnol wink
Ca m'a l'air d'être un gimpshop déjà en .deb pour ubuntu.


Osames Manager
---
Asus Rampage V Extrême | Intel i7 5820K | Corsair 16GB DDR4 | NVIDIA GeForce 770GTX
Utilisateur d'Ubuntu, Debian, et Windows

Hors ligne

#17 Le 01/06/2005, à 10:15

Xarkam

Re : [résolu]Gimpshop je tiens bon !!

Autre chose, il semblerais que la libc6 de Hoary pose problème.
Donc au cas ou tu l'aurais:

wget http://security.ubuntu.com/ubuntu/pool/main/g/glibc/libc6_2.3.2.ds1-13ubuntu2_i386.deb
sudo dpkg -i libc6_2.3.2.ds1-13ubuntu2_i386.deb
sudo apt-get install -f

Osames Manager
---
Asus Rampage V Extrême | Intel i7 5820K | Corsair 16GB DDR4 | NVIDIA GeForce 770GTX
Utilisateur d'Ubuntu, Debian, et Windows

Hors ligne

#18 Le 06/06/2005, à 11:44

oliwer

Re : [résolu]Gimpshop je tiens bon !!

Je viens de découvrir cette page qui devrait bien vous aider.

http://linux.suramya.com/tutorials/Install_GIMPShop/


Life is too short to be taken seriously...

Hors ligne

#19 Le 17/06/2005, à 22:54

Lisaraël

Re : [résolu]Gimpshop je tiens bon !!

y aurait pas une adresse d'un dépôt où on pourait trouver ce truc d'un coup sans se lancer dans tant de commandes et de bidouilles ?
pasque moi et le terminal, on est pas copain (c'est pas faute d'essayer, il m'aime pas) tongue

Hors ligne

#20 Le 19/06/2005, à 20:06

Zeo

Re : [résolu]Gimpshop je tiens bon !!

Salut,
J'ai essayé la version Windows sur le pc de mes parents et elle m'a vite dégoutée ... A quand un Photoshop sur Linux ???? roll


Linux Ubuntu
---
Si un jour, on te reproche que ton travail n'est pas un travail de professionnel, dis-toi bien que :
Des amateurs ont construit l'arche de Noé, et des professionnels le Titanic.!

Hors ligne

#21 Le 20/06/2005, à 09:42

yeKcim

Re : [résolu]Gimpshop je tiens bon !!

Artemis > Ce topic est bien long et aurais pu etre dix fois plus court si tu lisais tout simplement ce que ton manchot te dis. D'accord son langage est un peu complexe parfois mais bon...


A quand un Photoshop sur Linux ???? roll

Cette phrase m'enerve. Pour une entreprise, il n'y a aucun interet a sortir un logiciel d'édition photo pour une part de marché aussi faible. Il faut donc se rabattre sur le libre, gimp est tres performant et si tu n'en ai pas satisfait essaye de faire mieux. Et puis il reste wine et photoshop si tu as la licence. Bref, je vois pas l'interet de cette phrase.


Participer à un projet libre est un jeu... Et toi, à quoi tu joues ?
http://yeknan.free.fr

Hors ligne

#22 Le 20/06/2005, à 10:11

dawar

Re : [résolu]Gimpshop je tiens bon !!

Bon, je vais me faire taper par les intégristes, mais je pense qu'un photoshop, un protools/cubase, bref, des logiciels proprio sous linux serait un plus. La liberté c'est aussi de pouvoir choisir des softs proprio. Ca encouragerais les migrations sous Linux, puis sur du 100% libre. Maya existe sous Linux, ça n'empeche pas à blender d'être très bon et beaucoup utilisé.
Mais le problème, c'est que 90% des gens qui disent "A quand un Photoshop sur Linux" sont des personnes qui ont des softs craqué a gogo sur le windows, et ne pensent pas au prix de la licence (sans parler du contenu de la licence), pour info photoshop c'est 1070 € à la Fnac...
J'espère que les "linuxiens" continuerons d'être plus sensibilisé au respect des licences que les autres utilisateurs d'ordinateur.


S'il n'y a pas de solution, c'est qu'il n'y a pas de problème (Devise Shadoks)

Hors ligne

#23 Le 20/06/2005, à 10:27

Lisaraël

Re : [résolu]Gimpshop je tiens bon !!

ouais, bon, tout ça, j'suis d'accord (et j'ai la license étudiant de toshop, je dois l'utiliser pour l'école).

mais personne à le .deb de gimpshop, ou l'adresse d'un dépot où je peux le pomper ?

j'm'y perds trop dans gimp, gimpshop serait plus pour faire la transition entre les deux.

merci.

Hors ligne

#24 Le 20/06/2005, à 11:43

coxx

Re : [résolu]Gimpshop je tiens bon !!

Lisaraël a écrit :

ouais, bon, tout ça, j'suis d'accord (et j'ai la license étudiant de toshop, je dois l'utiliser pour l'école).

mais personne à le .deb de gimpshop, ou l'adresse d'un dépot où je peux le pomper ?

j'm'y perds trop dans gimp, gimpshop serait plus pour faire la transition entre les deux.

merci.

Gimpshop.deb ici


Monsieur K, de la chanson française parigote indépendante qui frappe fort !

Clips, paroles et sons disponibles sur le myspace de Monsieur K

Hors ligne

#25 Le 20/06/2005, à 11:52

Lisaraël

Re : [résolu]Gimpshop je tiens bon !!

erci coxx... vais essayer ça...

Dernière modification par Lisaraël (Le 20/06/2005, à 11:52)

Hors ligne