Jump to content

Recommended Posts

  • Replies 205
  • Created
  • Last Reply

Top Posters In This Topic

  • kamicota

    90

  • Bruno

    46

  • SonicDragon

    28

  • quint

    16

Posted

Hi ColinIf I remember right your path should be:

cd /home/kamicota/My\ Documents/gimp

. . . but if even that does not work try:

cd /home/kami<tab>/My<tab>/gi<tab>

Where <tab> is the "Tab"-key, it will auto-complete the name :DB) Bruno

Posted

HHHHHHHHHHHhhhhhhhhhmmmmmmmm ;) Still No such file found BrunoFEEL as if I may have extracted wrongCreates a "gimp" folder in My Documents then Double Clicked on the gimp- 2.0 tar.gz and put it in the newly created gimp folder--->>> Does this procedure have any Bearing on what is happening NOW :P Colin :D

Posted

Hi ColinTry this:$ cd /home/kami<tab>$ lsThat should show you that the Gimp is there . . . copy the name and paste it after:$ cd <paste>B) Bruno

Posted

HMmmmmmmm Brunothis is what we againkamicota@freedom4u:~$ cd /home/kamicota/kamicota@freedom4u:~$ lsDesktop My Documentskamicota@freedom4u:~$ cd/home/kamicota/My Documents/gimp-2.0pre1.tar.gzbash: cd/home/kamicota/My: No such file or directorykamicota@freedom4u:~$ cd /home/kamicota/kamicota@freedom4u:~$ lsDesktop My Documentskamicota@freedom4u:~$ cdgimp-2.0pre1.tar.gzbash: cdgimp-2.0pre1.tar.gz: command not foundkamicota@freedom4u:~$ cd /home/kamicota/kamicota@freedom4u:~$ lsDesktop My Documentskamicota@freedom4u:~$ cd /gimp-2.0pre1.tar.gzbash: cd: /gimp-2.0pre1.tar.gz: No such file or directorykamicota@freedom4u:~$Colin B) B)

Posted

you can't cd into a .tar.gz$ tar -zxvf gimp-2.0pre1.tar.gz$ cd gim<TABKEY> (Hitting tab will complete the folder name)$ ./configure$ make$ su# make install

Posted

OOPS again B) Sonic Dragondid--->kamicota@freedom4u:~$ tar -zxvf gimp-2.0pre1tar.gztar (child): gimp-2.0pre1tar.gz: Cannot open: No such file or directorytar (child): Error is not recoverable: exiting nowtar: Child returned status 2tar: Error exit delayed from previous errorskamicota@freedom4u:~$THEN went to look and the gimp folder does not have the extracted tar.gz files anymoreIn OVER my HEAD :o :o :o B) B) :o AGAINColin B) :D

Posted

tar -zxvf gimp-2.0pre1tar.gz should be: tar -zxvf gimp-2.0pre1.tar.gz (you forgot the period!) B)

Posted

Oh BOY Same resultkamicota@freedom4u:~$ tar -zxvf gimp-2.0pre1tar.gztar (child): gimp-2.0pre1tar.gz: Cannot open: No such file or directorytar (child): Error is not recoverable: exiting nowtar: Child returned status 2tar: Error exit delayed from previous errorskamicota@freedom4u:~$Colin

Posted

You forgot the period again! B) There's a period before tar.gz -- so it should be gimp-2.0pre1.tar.gz NOT: gimp-2.0pre1tar.gzSee the difference?__________________________________________This is why it's good to use the TAB key. Type: < tar -zxvf gim > then hit the tab key. That will fill in the rest of the file name for you B)

Posted

Sorry Colin I made a mistake: ( forgot the My Documents directory, because My Documents has a space it should be typed as My\ Documents B) but we can use <tab> as well. )kamicota@freedom4u:~$ cd /home/kami<tab>$ lsThat should show you that the My Documents is there . . .kamicota@freedom4u:~$ cd My<tab>kamicota@freedom4u:My Documents$ lsNow gimp has to be therekamicota@freedom4u:My Documents$ cd gi<tab>kamicota@freedom4u:gimp$ ./configureThen you can do as Sonic explains . . B) Bruno

Posted

BUT B) the gimp folder is empty NOW Bruno All the files were there before but where they disappeared to I just DON'T B) knowShould I dooble click the tar.gz download and start over again before any and what commands in the consoleColin as confusing as ever aren't I B) :o

Posted

Where is the .tar.gz file colin? Don't worry about the empty gimp folder... in fact, you can delete that B)

Posted

Hi ColinYes rightclikck it and choose "extract here" . . . and then rightclick the new gimp directory that is created and choose copy . . and then paste in in your /home/kamicota . . . so not in My Documents because that directory is giving you nothing but grief.After that you only have to do "cd gimp" in a terminal and you will be in that directory, ready to do ./configure ;)B) Bruno

Posted

Well deleted the my Doc.. gimpfolderDid a right click Extract all into home/kamicota eneded up with the gimp-2.0 etc folder.Created a new Hom/gimp folder and moved the gimp-2.0 into it and ended up withkamicota@freedom4u:~$ cd gimpkamicota@freedom4u:~/gimp$ ./configurebash: ./configure: No such file or directorykamicota@freedom4u:~/gimp$Colin

Posted
kamicota@freedom4u:~$ cd gimpkamicota@freedom4u:~/gimp$
This is EXCELLENT !!!! . . . now we are in the gimp directory . . . only ./configure does not work yet . . so let us see:kamicota@freedom4u:~/gimp$ lsAnd post what you see the ls command do there . . . . B) Bruno
Posted

cd to your gimp folder, like u already did, and show us the resoluts of < ls >.

Posted

Got Somewhere diferent this time :lol: kamicota@freedom4u:~$ cd gimpkamicota@freedom4u:~/gimp$ lsgimp-2.0pre1kamicota@freedom4u:~/gimp$Colin

Posted

cd ~/gimp/gimp-2.0pre1./configuremakesumake install

Posted

Right ColinNext step:kamicota@freedom4u:~/gimp$ cd gimp-2.0pre1kamicota@freedom4u:~/gimp/gimp-2.0pre1$ lsB) BrunoPS: Please stay in the thread so we can do step by step . . .LOL Sonic . . .!! Crosspost . . :lol:

Posted

Well Sonic Dragon got a little further--->>>kamicota@freedom4u:~$ cd ~/gimp/gimp-2.0pre1kamicota@freedom4u:~/gimp/gimp-2.0pre1$ ./configurechecking for a BSD-compatible install... /usr/bin/install -cchecking whether build environment is sane... yeschecking for gawk... gawkchecking whether make sets $(MAKE)... yeschecking whether to enable maintainer-specific portions of Makefiles... nochecking for gcc... nochecking for cc... nochecking for cc... nochecking for cl... noconfigure: error: no acceptable C compiler found in $PATHSee `config.log' for more details.kamicota@freedom4u:~/gimp/gimp-2.0pre1$ makemake: *** No targets specified and no makefile found. Stop.kamicota@freedom4u:~/gimp/gimp-2.0pre1$Colin

Posted

strange! no gcc?!?!?!?please do:locate gcc and see if it comes up with anything :lol:

Posted

Hi ColinWe have a problem Huston !!! . . You have no C compiler . . so you can not compile this package !!You can look in your package manager if you can install "gcc" from CD . . . . . :lol: Bruno

Posted

Also, please post the results of:$PATH (type the $ in this one :lol:)

Posted

yep kamicota@freedom4u:~$ cd ~/gimp/gimp-2.0pre1kamicota@freedom4u:~/gimp/gimp-2.0pre1$ ./configurechecking for a BSD-compatible install... /usr/bin/install -cchecking whether build environment is sane... yeschecking for gawk... gawkchecking whether make sets $(MAKE)... yeschecking whether to enable maintainer-specific portions of Makefiles... nochecking for gcc... nochecking for cc... nochecking for cc... nochecking for cl... noconfigure: error: no acceptable C compiler found in $PATHSee `config.log' for more details.kamicota@freedom4u:~/gimp/gimp-2.0pre1$ makemake: *** No targets specified and no makefile found. Stop.kamicota@freedom4u:~/gimp/gimp-2.0pre1$ locate gcclocate: /var/cache/locate/locatedb: No such file or directorykamicota@freedom4u:~/gimp/gimp-2.0pre1$A blank again Colin

Posted

ok, trysuupdatedb (this may take a few mins :lol:)locate gcc

Posted

Hi ColinWe have a problem Huston !!! . . You have no C compiler . . so you can not compile this package !!You can look in your package manager if you can install "gcc" from CD . . . . . :lol: Bruno

Posted

kamicota@freedom4u:~$ cd ~/gimp/gimp-2.0pre1kamicota@freedom4u:~/gimp/gimp-2.0pre1$ ./configurechecking for a BSD-compatible install... /usr/bin/install -cchecking whether build environment is sane... yeschecking for gawk... gawkchecking whether make sets $(MAKE)... yeschecking whether to enable maintainer-specific portions of Makefiles... nochecking for gcc... nochecking for cc... nochecking for cc... nochecking for cl... noconfigure: error: no acceptable C compiler found in $PATHSee `config.log' for more details.kamicota@freedom4u:~/gimp/gimp-2.0pre1$ makemake: *** No targets specified and no makefile found. Stop.kamicota@freedom4u:~/gimp/gimp-2.0pre1$ locate gcclocate: /var/cache/locate/locatedb: No such file or directorykamicota@freedom4u:~/gimp/gimp-2.0pre1$ suPassword:freedom4u:/home/kamicota/gimp/gimp-2.0pre1# updatedbfreedom4u:/home/kamicota/gimp/gimp-2.0pre1# locate gcc/disks/C/windows/system/oobe/images/bgcc.jpg/lib/libgcc_s.so.1/opt/j2re1.4.2_01/plugin/i386/ns610-gcc32/opt/j2re1.4.2_01/plugin/i386/ns610-gcc32/libjavaplugin_oji.so/usr/doc/gcc-3.0-base/usr/lib/gcc-lib/usr/lib/gcc-lib/i386-linux/usr/lib/gcc-lib/i386-linux/3.2.3/usr/lib/gcc-lib/i386-linux/3.2.3/cpp0/usr/lib/gcc-lib/i386-linux/3.2.3/tradcpp0/usr/lib/openoffice/program/libcomphelp3gcc3.so/usr/lib/openoffice/program/libcppuhelper3gcc3.so/usr/lib/openoffice/program/libcppuhelpergcc3.so/usr/lib/openoffice/program/libcppuhelpergcc3.so.3/usr/lib/openoffice/program/libcppuhelpergcc3.so.3.1.0/usr/lib/openoffice/program/libgcc3_uno.so/usr/lib/openoffice/program/libi18nregexpgcc3.so/usr/lib/openoffice/program/libi18nutilgcc3.so/usr/lib/openoffice/program/libjvmaccessgcc3.so/usr/lib/openoffice/program/libjvmaccessgcc3.so.3/usr/lib/openoffice/program/libjvmaccessgcc3.so.3.1.0/usr/lib/openoffice/program/libsalhelper3gcc3.so/usr/lib/openoffice/program/libsalhelpergcc3.so/usr/lib/openoffice/program/libsalhelpergcc3.so.3/usr/lib/openoffice/program/libsalhelpergcc3.so.3.1.0/usr/lib/openoffice/program/libstlport_gcc.so/usr/lib/openoffice/program/libucbhelper2gcc3.so/usr/lib/openoffice/program/libvos3gcc3.so/usr/share/doc/gcc-3.0-base/usr/share/doc/gcc-3.0-base/changelog.Debian.gz/usr/share/doc/gcc-3.0-base/changelog.gz/usr/share/doc/gcc-3.0-base/copyright/usr/share/doc/gcc-3.0-base/README.Debian/usr/share/doc/gcc-3.0-base/TODO.Debian/usr/share/doc/gcc-3.2-base/usr/share/doc/gcc-3.2-base/changelog.Debian.gz/usr/share/doc/gcc-3.2-base/changelog.gz/usr/share/doc/gcc-3.2-base/copyright/usr/share/doc/gcc-3.2-base/README.Debian/usr/share/doc/gcc-3.2-base/TODO.Debian/usr/share/doc/gcc-3.3-base/usr/share/doc/gcc-3.3-base/changelog.Debian.gz/usr/share/doc/gcc-3.3-base/changelog.gz/usr/share/doc/gcc-3.3-base/copyright/usr/share/doc/gcc-3.3-base/README.Debian/usr/share/doc/gcc-3.3-base/TODO.Debian/usr/share/doc/libgcc1/usr/share/doc/libgcc1/changelog.Debian.gz/usr/share/doc/libgcc1/copyright/usr/X11R6/bin/gccmakedep/usr/X11R6/man/man1/gccmakedep.1x.gz/var/lib/dpkg/info/gcc-3.0-base.list/var/lib/dpkg/info/gcc-3.0-base.md5sums/var/lib/dpkg/info/gcc-3.0-base.postinst/var/lib/dpkg/info/gcc-3.0-base.prerm/var/lib/dpkg/info/gcc-3.2-base.list/var/lib/dpkg/info/gcc-3.2-base.md5sums/var/lib/dpkg/info/gcc-3.3-base.list/var/lib/dpkg/info/gcc-3.3-base.md5sums/var/lib/dpkg/info/libgcc1.list/var/lib/dpkg/info/libgcc1.md5sums/var/lib/dpkg/info/libgcc1.postinst/var/lib/dpkg/info/libgcc1.postrm/var/lib/dpkg/info/libgcc1.shlibsfreedom4u:/home/kamicota/gimp/gimp-2.0pre1#A lkopt of action this time ehColin :lol:

Posted

It looks like gcc isn't installed....That means you'll have to install it. :lol: Which distro are you using again?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...