Prosíme přihlašte se nebo zaregistrujte.

Přihlašte se svým uživatelským jménem a heslem.
Vaše pomoc je stále potřeba!

Autor Téma: editace PDF - orez [vyřešeno]  (Přečteno 4778 krát)

hrabeX

  • Návštěvník
  • Příspěvků: 44
editace PDF - orez [vyřešeno]
« kdy: 04 Prosince 2006, 07:50:09 »
Potreboval bych oriznout PDF soubor. v Adobe Acrobat je to zalezitost 2 kliknuti, poradi prosim nekdo, jak jednoduse toto udelat pod linuxem?

Zkousel jsem PDF edit, ten tuto volbu vubec nenabizi, pote flpsed - podobne. Nekde jsem nasel silenej postup pres pdf2ps a Gimp, ovsem problem Gimpu je, ze otevira ps soubor jako bounding box, tedy na spad bez prihlednuti na format.

mipo

  • Návštěvník
  • Příspěvků: 77
    • http://www.mipo.us
editace PDF - orez [vyřešeno]
« Odpověď #1 kdy: 04 Prosince 2006, 08:14:17 »
Si nainštaluj Acrobat Reader.
MiPo - Zápisník - TV program - Kalos club
HP nx6125 AMD64 - Ubuntu 6.06 32bit

Petr Merlin Vaněček

  • Moderátor
  • Závislák
  • ***
  • Příspěvků: 5058
    • Lomítkáři
editace PDF - orez [vyřešeno]
« Odpověď #2 kdy: 04 Prosince 2006, 08:31:53 »
A proc to neotevres rovnou v GIMPu, ten preci umi pracovat s PDF ... myslim, ze pak by oriznuti nemelo byt problem. Jen si nejsem jist, zda se to pak nebude chovat jako obrazek v PDF (tj. nevyberes z toho zadny text)
Stiskni CTRL + W ...
80% mozku tvoří kapalina ... u některých brzdová

hrabeX

  • Návštěvník
  • Příspěvků: 44
editace PDF - orez [vyřešeno]
« Odpověď #3 kdy: 04 Prosince 2006, 10:52:20 »
Citace: mipo
Si nainštaluj Acrobat Reader.
bohuzel Reader tyto funkce neumoznuje.

romi

  • Stálý člen
  • **
  • Příspěvků: 711
editace PDF - orez [vyřešeno]
« Odpověď #4 kdy: 04 Prosince 2006, 14:39:58 »
tak cez pdftk - nainstalujes ho cez (apt-get install pdftk)... to je pekny konzolovy programik :)

pdftk A=from.pdf cat A1-7 output to.pdf   ..a mas z from.pdf v to.pdf stranky 1-7 :))
randy [HP nc6320 -- Ubuntu Gutsy Gibbon with KDE]
== linuxove minimum ==

Risa

  • Návštěvník
  • Příspěvků: 27
    • http://www.hrmzaqa.com
editace PDF - orez [vyřešeno]
« Odpověď #5 kdy: 04 Prosince 2006, 14:47:06 »
Zkus toto http://pdfedit.petricek.net/
ale vyzkouseny to nemam ale vypada ze by to mel umet...
jeste nemam Linux nainstalovany, ale bavi me o nem cist ;-)

Targa Traveller 811, AMD64 Mobile Athlone 3000, ATi mobility Radeon 9600 -- Ubuntu 6.10 EE

DaedRuaN

  • Aktivní člen
  • *
  • Příspěvků: 147
  • Co je osobni text ? :P
editace PDF - orez [vyřešeno]
« Odpověď #6 kdy: 05 Února 2007, 03:38:00 »
Pri kompilacii pdfedit my vyhodilo
Kód: [Vybrat]
checking boost/smart_ptr.hpp usability... no
checking boost/smart_ptr.hpp presence... no
checking for boost/smart_ptr.hpp... no
configure: error: You need boost library to compile PDFedit
mozete my poradit co mam doinstalovat alebo co spravit ?! vdaka, btw dnes rano vysla verzia 0.2.5, mal som tu ces stiahnut ako prvy :P
Rozumies co ja chapem ? ;D

DaedRuaN

  • Aktivní člen
  • *
  • Příspěvků: 147
  • Co je osobni text ? :P
editace PDF - orez [vyřešeno]
« Odpověď #7 kdy: 05 Února 2007, 04:37:21 »
Tak som na to prisiel aj sam ;) libboost-dev a libboost-iostreams-dev s tymto sa nainstaluje aj libboost-iostreams1.33.1, ale pri make som zase stroskotal, tu je cely vypis viete s tym niekto pohnut ? vdaka
Kód: [Vybrat]
cd doc && ( gmake doc_dist|| make doc_dist )
/bin/sh: gmake: príkaz nenájdený
make[1]: Entering directory `/home/daedruan/Desktop/pdfedit/doc'
cd user && ( gmake all_no_pdf || make all_no_pdf )
/bin/sh: gmake: príkaz nenájdený
make[2]: Entering directory `/home/daedruan/Desktop/pdfedit/doc/user'
make[2]: Nothing to be done for `all_no_pdf'.
make[2]: Leaving directory `/home/daedruan/Desktop/pdfedit/doc/user'
cd design && ( gmake all_no_pdf || make all_no_pdf )
/bin/sh: gmake: príkaz nenájdený
make[2]: Entering directory `/home/daedruan/Desktop/pdfedit/doc/design'
make[2]: Nothing to be done for `all_no_pdf'.
make[2]: Leaving directory `/home/daedruan/Desktop/pdfedit/doc/design'
make[1]: Leaving directory `/home/daedruan/Desktop/pdfedit/doc'
cd src && make
make[1]: Entering directory `/home/daedruan/Desktop/pdfedit/src'
cd xpdf && ./configure
checking for gcc... gcc
checking for C compiler default output... 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 library containing strerror... none required
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for OS/2 (with EMX)... no
checking for DOS (with DJGPP)... no
checking how to run the C preprocessor... gcc -E
checking for X... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for gethostbyname... yes
checking select() and fd_set in sys/select.h and sys/bsdtypes.h... not needed
checking FD_ZERO and strings.h or bstring.h... not needed
checking for rewinddir... yes
checking for popen... yes
checking for mkstemp... yes
checking for mkstemps... no
checking whether select takes fd_set arguments... 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 for _LARGEFILE_SOURCE value needed for large files... 1
checking for fseeko... yes
checking for fseek64... no
checking for ftell64... no
checking whether to use t1 library... maybe
checking where to find the t1 header files...
checking t1lib.h usability... no
checking t1lib.h presence... no
checking for t1lib.h... no
not using t1 library
checking whether to use freetype2 library... maybe
checking where to find the freetype2 header files...
checking ft2build.h usability... no
checking ft2build.h presence... no
checking for ft2build.h... no
not using freetype2 library
checking whether to use libpaper library... maybe
checking where to find the libpaper header files...
checking paper.h usability... no
checking paper.h presence... no
checking for paper.h... no
not using libpaper library
configure: creating ./config.status
config.status: creating Makefile
config.status: creating goo/Makefile
config.status: creating fofi/Makefile
config.status: creating splash/Makefile
config.status: creating xpdf/Makefile
config.status: creating aconf.h
configure: WARNING: Couldn't find X
configure: WARNING: Couldn't find Motif
configure: WARNING: Couldn't find FreeType
configure: WARNING: -- You will be able to compile pdftops, pdftotext,
        pdfinfo, pdffonts, and pdfimages, but not xpdf or pdftoppm
cd xpdf && make libxpdf
make[2]: Entering directory `/home/daedruan/Desktop/pdfedit/src/xpdf'
cd goo; make
make[3]: Entering directory `/home/daedruan/Desktop/pdfedit/src/xpdf/goo'
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I. -c GHash.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I. -c GList.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I. -c GString.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I. -c gmempp.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I. -c gfile.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I. -c FixedPoint.cc
gcc -g -O2 -DHAVE_CONFIG_H -I.. -I.   -c -o gmem.o gmem.c
gcc -g -O2 -DHAVE_CONFIG_H -I.. -I.   -c -o parseargs.o parseargs.c
rm -f libGoo.a
ar rc libGoo.a GHash.o GList.o GString.o gmempp.o gfile.o FixedPoint.o gmem.o parseargs.o
ranlib libGoo.a
make[3]: Leaving directory `/home/daedruan/Desktop/pdfedit/src/xpdf/goo'
cd fofi; make
make[3]: Entering directory `/home/daedruan/Desktop/pdfedit/src/xpdf/fofi'
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I. -c FoFiBase.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I. -c FoFiEncodings.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I. -c FoFiTrueType.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I. -c FoFiType1.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I. -c FoFiType1C.cc
rm -f libfofi.a
ar rc libfofi.a FoFiBase.o FoFiEncodings.o FoFiTrueType.o FoFiType1.o FoFiType1C.o
ranlib libfofi.a
make[3]: Leaving directory `/home/daedruan/Desktop/pdfedit/src/xpdf/fofi'
cd splash; make
make[3]: Entering directory `/home/daedruan/Desktop/pdfedit/src/xpdf/splash'
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.   -c Splash.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.   -c SplashBitmap.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.   -c SplashClip.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.   -c SplashFTFont.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.   -c SplashFTFontEngine.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.   -c SplashFTFontFile.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.   -c SplashFont.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.   -c SplashFontEngine.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.   -c SplashFontFile.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.   -c SplashFontFileID.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.   -c SplashPath.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.   -c SplashPattern.ccg++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.   -c SplashScreen.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.   -c SplashState.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.   -c SplashT1Font.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.   -c SplashT1FontEngine.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.   -c SplashT1FontFile.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.   -c SplashXPath.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.   -c SplashXPathScanner.cc
rm -f libsplash.a
ar rc libsplash.a Splash.o SplashBitmap.o SplashClip.o SplashFTFont.o SplashFTFontEngine.o SplashFTFontFile.o SplashFont.o SplashFontEngine.o SplashFontFile.o SplashFontFileID.o SplashPath.o SplashPattern.o SplashScreen.o SplashState.o SplashT1Font.o SplashT1FontEngine.o SplashT1FontFile.o SplashXPath.o SplashXPathScanner.o
ranlib libsplash.a
make[3]: Leaving directory `/home/daedruan/Desktop/pdfedit/src/xpdf/splash'
cd xpdf; make libxpdf
make[3]: Entering directory `/home/daedruan/Desktop/pdfedit/src/xpdf/xpdf'
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.    -c Annot.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.    -c Array.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.    -c BuiltinFont.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.    -c BuiltinFontTables.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.    -c CMap.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.    -c Catalog.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.    -c CharCodeToUnicode.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.    -c Decrypt.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.    -c Dict.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.    -c Error.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.    -c FontEncodingTables.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.    -c Function.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.    -c Gfx.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.    -c GfxFont.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.    -c GfxState.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.    -c GlobalParams.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.    -c ImageOutputDev.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.    -c JArithmeticDecoder.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.    -c JBIG2Stream.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.    -c JPXStream.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.    -c Lexer.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.    -c Link.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.    -c NameToCharCode.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.    -c Object.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.    -c Outline.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.    -c OutputDev.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.    -c PDFDoc.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.    -c PDFDocEncoding.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.    -c PSOutputDev.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.    -c PSTokenizer.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.    -c Page.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.    -c Parser.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.    -c SecurityHandler.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.    -c SplashOutputDev.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.    -c Stream.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.    -c TextOutputDev.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.    -c UnicodeMap.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.    -c UnicodeTypeTable.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.    -c XRef.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I.    -c XpdfPluginAPI.cc
rm -f libxpdf.a
ar rc libxpdf.a Annot.o Array.o BuiltinFont.o BuiltinFontTables.o CMap.o Catalog.o CharCodeToUnicode.o Decrypt.o Dict.o Error.o FontEncodingTables.o Function.o Gfx.o GfxFont.o GfxState.o GlobalParams.o ImageOutputDev.o JArithmeticDecoder.o JBIG2Stream.o JPXStream.o Lexer.o Link.o NameToCharCode.o Object.o Outline.o OutputDev.o PDFDoc.o PDFDocEncoding.o PSOutputDev.o PSTokenizer.o Page.o Parser.o SecurityHandler.o SplashOutputDev.o Stream.o TextOutputDev.o UnicodeMap.o UnicodeTypeTable.o XRef.o XpdfPluginAPI.o
ranlib libxpdf.a
make[3]: Leaving directory `/home/daedruan/Desktop/pdfedit/src/xpdf/xpdf'
make[2]: Leaving directory `/home/daedruan/Desktop/pdfedit/src/xpdf'
cd utils && make
make[2]: Entering directory `/home/daedruan/Desktop/pdfedit/src/utils'
g++ -c -pipe -Wall -W -g -W -Wall -Wconversion -Wcast-qual -Wwrite-strings -ansi -pedantic -Wno-unused-variable -O0 -Wunused-function -D_REENTRANT  -DDEBUG -I./ -I../ -I../xpdf/ -I../xpdf/xpdf -I../xpdf/goo -I../xpdf/splash -I../xpdf/fofi -o debug.o debug.cc
g++ -c -pipe -Wall -W -g -W -Wall -Wconversion -Wcast-qual -Wwrite-strings -ansi -pedantic -Wno-unused-variable -O0 -Wunused-function -D_REENTRANT  -DDEBUG -I./ -I../ -I../xpdf/ -I../xpdf/xpdf -I../xpdf/goo -I../xpdf/splash -I../xpdf/fofi -o delinearizator.o delinearizator.cc
g++ -c -pipe -Wall -W -g -W -Wall -Wconversion -Wcast-qual -Wwrite-strings -ansi -pedantic -Wno-unused-variable -O0 -Wunused-function -D_REENTRANT  -DDEBUG -I./ -I../ -I../xpdf/ -I../xpdf/xpdf -I../xpdf/goo -I../xpdf/splash -I../xpdf/fofi -o confparser.o confparser.cc
ar cqs libutils.a debug.o delinearizator.o confparser.o
make[2]: Leaving directory `/home/daedruan/Desktop/pdfedit/src/utils'
cat xpdf/config.status | grep s,@[^@,]*@, | sed 's/^s,@\([^@,]*\)@,\([^,]*\),.*/config_xpdf_\1=\2/g' > config_xpdf_variables
cd kernel && /bin/qmake && make staticlib
/bin/sh: /bin/qmake: No such file or directory
make[1]: *** [kernel] Chyba 127
make[1]: Leaving directory `/home/daedruan/Desktop/pdfedit/src'
make: *** [src] Chyba 2
Rozumies co ja chapem ? ;D

MarrLiss

  • Stálý člen
  • **
  • Příspěvků: 901
editace PDF - orez [vyřešeno]
« Odpověď #8 kdy: 05 Února 2007, 09:39:15 »
Mas nainstalovany qmake (balicek qt3-dev-tools, pripadne qt4-dev-tools pokud ta aplikace pouziva qt4)?
Prestigio Nobile 1590: P-M 740, 1 GB RAM, NV 6600
Ubuntu FF

DaedRuaN

  • Aktivní člen
  • *
  • Příspěvků: 147
  • Co je osobni text ? :P
editace PDF - orez [vyřešeno]
« Odpověď #9 kdy: 05 Února 2007, 16:49:17 »
Tak som doinstaloval tie qt3 a qt4 baliky aj nejake dalsie, ale ten vypis je skoro rovnaky.
Kód: [Vybrat]
cd doc && ( gmake doc_dist|| make doc_dist )
/bin/sh: gmake: príkaz nenájdený
make[1]: Entering directory `/home/daedruan/Desktop/pdfedit/doc'
cd user && ( gmake all_no_pdf || make all_no_pdf )
/bin/sh: gmake: príkaz nenájdený
make[2]: Entering directory `/home/daedruan/Desktop/pdfedit/doc/user'
make[2]: Nothing to be done for `all_no_pdf'.
make[2]: Leaving directory `/home/daedruan/Desktop/pdfedit/doc/user'
cd design && ( gmake all_no_pdf || make all_no_pdf )
/bin/sh: gmake: príkaz nenájdený
make[2]: Entering directory `/home/daedruan/Desktop/pdfedit/doc/design'
make[2]: Nothing to be done for `all_no_pdf'.
make[2]: Leaving directory `/home/daedruan/Desktop/pdfedit/doc/design'
make[1]: Leaving directory `/home/daedruan/Desktop/pdfedit/doc'
cd src && make
make[1]: Entering directory `/home/daedruan/Desktop/pdfedit/src'
cd xpdf && ./configure --with-freetype2-includes=/usr/include/freetype2
checking for gcc... gcc
checking for C compiler default output... 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 library containing strerror... none required
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for OS/2 (with EMX)... no
checking for DOS (with DJGPP)... no
checking how to run the C preprocessor... gcc -E
checking for X... libraries /usr/X11R6/lib, headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for gethostbyname... (cached) yes
checking select() and fd_set in sys/select.h and sys/bsdtypes.h... not needed
checking FD_ZERO and strings.h or bstring.h... not needed
checking for rewinddir... yes
checking for popen... yes
checking for mkstemp... yes
checking for mkstemps... no
checking whether select takes fd_set arguments... 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 for _LARGEFILE_SOURCE value needed for large files... 1
checking for fseeko... yes
checking for fseek64... no
checking for ftell64... no
checking for egrep... grep -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 whether to use Xpm library... maybe
checking where to find the Xpm header files...
checking X11/xpm.h usability... no
checking X11/xpm.h presence... no
checking for X11/xpm.h... no
not using Xpm library
checking whether to use Xext library... maybe
checking where to find the Xext header files...
checking X11/Xlib.h usability... yes
checking X11/Xlib.h presence... yes
checking for X11/Xlib.h... yes
checking for XextAddDisplay in -lXext... yes
using Xext library
checking whether to use Xp library... maybe
checking where to find the Xp header files...
checking X11/extensions/Print.h usability... yes
checking X11/extensions/Print.h presence... yes
checking for X11/extensions/Print.h... yes
checking for XpStartPage in -lXp... yes
using Xp library
checking whether to use Xt library... maybe
checking where to find the Xt header files...
checking X11/Intrinsic.h usability... yes
checking X11/Intrinsic.h presence... yes
checking for X11/Intrinsic.h... yes
checking for XtAppInitialize in -lXt... yes
using Xt library
checking whether to use Xm library... maybe
checking where to find the Xm header files...
checking Xm/XmAll.h usability... yes
checking Xm/XmAll.h presence... yes
checking for Xm/XmAll.h... yes
checking for XmCreateForm in -lXm... yes
using Xm library
checking whether to use Sgm library... maybe
checking where to find the Sgm header files...
checking Sgm/HPanedW.h usability... no
checking Sgm/HPanedW.h presence... no
checking for Sgm/HPanedW.h... no
not using Sgm library
checking for XtAppSetExitFlag in -lXt... yes
checking whether to use t1 library... maybe
checking where to find the t1 header files...
checking t1lib.h usability... no
checking t1lib.h presence... no
checking for t1lib.h... no
not using t1 library
checking whether to use freetype2 library... maybe
checking where to find the freetype2 header files... (cached) /usr/include/freetype2
checking ft2build.h usability... yes
checking ft2build.h presence... yes
checking for ft2build.h... yes
checking for FT_Get_Name_Index in -lfreetype... yes
using freetype2 library
checking whether to use libpaper library... maybe
checking where to find the libpaper header files...
checking paper.h usability... no
checking paper.h presence... no
checking for paper.h... no
not using libpaper library
configure: creating ./config.status
config.status: creating Makefile
config.status: creating goo/Makefile
config.status: creating fofi/Makefile
config.status: creating splash/Makefile
config.status: creating xpdf/Makefile
config.status: creating aconf.h
cd xpdf && make libxpdf
make[2]: Entering directory `/home/daedruan/Desktop/pdfedit/src/xpdf'
cd goo; make
make[3]: Entering directory `/home/daedruan/Desktop/pdfedit/src/xpdf/goo'
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I. -c GHash.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I. -c GList.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I. -c GString.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I. -c gmempp.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I. -c gfile.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I. -c FixedPoint.cc
gcc -g -O2 -DHAVE_CONFIG_H -I.. -I.   -c -o gmem.o gmem.c
gcc -g -O2 -DHAVE_CONFIG_H -I.. -I.   -c -o parseargs.o parseargs.c
rm -f libGoo.a
ar rc libGoo.a GHash.o GList.o GString.o gmempp.o gfile.o FixedPoint.o gmem.o parseargs.o
ranlib libGoo.a
make[3]: Leaving directory `/home/daedruan/Desktop/pdfedit/src/xpdf/goo'
cd fofi; make
make[3]: Entering directory `/home/daedruan/Desktop/pdfedit/src/xpdf/fofi'
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I. -c FoFiBase.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I. -c FoFiEncodings.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I. -c FoFiTrueType.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I. -c FoFiType1.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I. -c FoFiType1C.cc
rm -f libfofi.a
ar rc libfofi.a FoFiBase.o FoFiEncodings.o FoFiTrueType.o FoFiType1.o FoFiType1C.o
ranlib libfofi.a
make[3]: Leaving directory `/home/daedruan/Desktop/pdfedit/src/xpdf/fofi'
cd splash; make
make[3]: Entering directory `/home/daedruan/Desktop/pdfedit/src/xpdf/splash'
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.  -I/usr/include/freetype2 -c Splash.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.  -I/usr/include/freetype2 -c SplashBitmap.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.  -I/usr/include/freetype2 -c SplashClip.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.  -I/usr/include/freetype2 -c SplashFTFont.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.  -I/usr/include/freetype2 -c SplashFTFontEngine.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.  -I/usr/include/freetype2 -c SplashFTFontFile.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.  -I/usr/include/freetype2 -c SplashFont.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.  -I/usr/include/freetype2 -c SplashFontEngine.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.  -I/usr/include/freetype2 -c SplashFontFile.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.  -I/usr/include/freetype2 -c SplashFontFileID.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.  -I/usr/include/freetype2 -c SplashPath.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.  -I/usr/include/freetype2 -c SplashPattern.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.  -I/usr/include/freetype2 -c SplashScreen.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.  -I/usr/include/freetype2 -c SplashState.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.  -I/usr/include/freetype2 -c SplashT1Font.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.  -I/usr/include/freetype2 -c SplashT1FontEngine.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.  -I/usr/include/freetype2 -c SplashT1FontFile.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.  -I/usr/include/freetype2 -c SplashXPath.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.  -I/usr/include/freetype2 -c SplashXPathScanner.cc
rm -f libsplash.a
ar rc libsplash.a Splash.o SplashBitmap.o SplashClip.o SplashFTFont.o SplashFTFontEngine.o SplashFTFontFile.o SplashFont.o SplashFontEngine.o SplashFontFile.o SplashFontFileID.o SplashPath.o SplashPattern.o SplashScreen.o SplashState.o SplashT1Font.o SplashT1FontEngine.o SplashT1FontFile.o SplashXPath.o SplashXPathScanner.o
ranlib libsplash.a
make[3]: Leaving directory `/home/daedruan/Desktop/pdfedit/src/xpdf/splash'
cd xpdf; make libxpdf
make[3]: Entering directory `/home/daedruan/Desktop/pdfedit/src/xpdf/xpdf'
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/include/freetype2          -c Annot.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/include/freetype2          -c Array.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/include/freetype2          -c BuiltinFont.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/include/freetype2          -c BuiltinFontTables.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/include/freetype2          -c CMap.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/include/freetype2          -c Catalog.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/include/freetype2          -c CharCodeToUnicode.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/include/freetype2          -c Decrypt.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/include/freetype2          -c Dict.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/include/freetype2          -c Error.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/include/freetype2          -c FontEncodingTables.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/include/freetype2          -c Function.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/include/freetype2          -c Gfx.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/include/freetype2          -c GfxFont.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/include/freetype2          -c GfxState.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/include/freetype2          -c GlobalParams.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/include/freetype2          -c ImageOutputDev.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/include/freetype2          -c JArithmeticDecoder.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/include/freetype2          -c JBIG2Stream.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/include/freetype2          -c JPXStream.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/include/freetype2          -c Lexer.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/include/freetype2          -c Link.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/include/freetype2          -c NameToCharCode.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/include/freetype2          -c Object.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/include/freetype2          -c Outline.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/include/freetype2          -c OutputDev.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/include/freetype2          -c PDFDoc.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/include/freetype2          -c PDFDocEncoding.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/include/freetype2          -c PSOutputDev.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/include/freetype2          -c PSTokenizer.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/include/freetype2          -c Page.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/include/freetype2          -c Parser.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/include/freetype2          -c SecurityHandler.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/include/freetype2          -c SplashOutputDev.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/include/freetype2          -c Stream.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/include/freetype2          -c TextOutputDev.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/include/freetype2          -c UnicodeMap.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/include/freetype2          -c UnicodeTypeTable.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/include/freetype2          -c XRef.cc
g++ -g -O2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/include/freetype2          -c XpdfPluginAPI.cc
rm -f libxpdf.a
ar rc libxpdf.a Annot.o Array.o BuiltinFont.o BuiltinFontTables.o CMap.o Catalog.o CharCodeToUnicode.o Decrypt.o Dict.o Error.o FontEncodingTables.o Function.o Gfx.o GfxFont.o GfxState.o GlobalParams.o ImageOutputDev.o JArithmeticDecoder.o JBIG2Stream.o JPXStream.o Lexer.o Link.o NameToCharCode.o Object.o Outline.o OutputDev.o PDFDoc.o PDFDocEncoding.o PSOutputDev.o PSTokenizer.o Page.o Parser.o SecurityHandler.o SplashOutputDev.o Stream.o TextOutputDev.o UnicodeMap.o UnicodeTypeTable.o XRef.o XpdfPluginAPI.o
ranlib libxpdf.a
make[3]: Leaving directory `/home/daedruan/Desktop/pdfedit/src/xpdf/xpdf'
make[2]: Leaving directory `/home/daedruan/Desktop/pdfedit/src/xpdf'
cd utils && make
make[2]: Entering directory `/home/daedruan/Desktop/pdfedit/src/utils'
g++ -c -pipe -Wall -W -g -W -Wall -Wconversion -Wcast-qual -Wwrite-strings -ansi -pedantic -Wno-unused-variable -O0 -Wunused-function -D_REENTRANT  -DDEBUG -I./ -I../ -I../xpdf/ -I../xpdf/xpdf -I../xpdf/goo -I../xpdf/splash -I../xpdf/fofi  -o debug.o debug.cc
g++ -c -pipe -Wall -W -g -W -Wall -Wconversion -Wcast-qual -Wwrite-strings -ansi -pedantic -Wno-unused-variable -O0 -Wunused-function -D_REENTRANT  -DDEBUG -I./ -I../ -I../xpdf/ -I../xpdf/xpdf -I../xpdf/goo -I../xpdf/splash -I../xpdf/fofi  -o delinearizator.o delinearizator.cc
g++ -c -pipe -Wall -W -g -W -Wall -Wconversion -Wcast-qual -Wwrite-strings -ansi -pedantic -Wno-unused-variable -O0 -Wunused-function -D_REENTRANT  -DDEBUG -I./ -I../ -I../xpdf/ -I../xpdf/xpdf -I../xpdf/goo -I../xpdf/splash -I../xpdf/fofi  -o confparser.o confparser.cc
ar cqs libutils.a debug.o delinearizator.o confparser.o
make[2]: Leaving directory `/home/daedruan/Desktop/pdfedit/src/utils'
cat xpdf/config.status | grep s,@[^@,]*@, | sed 's/^s,@\([^@,]*\)@,\([^,]*\),.*/config_xpdf_\1=\2/g' > config_xpdf_variables
cd kernel && /bin/qmake && make staticlib
/bin/sh: /bin/qmake: No such file or directory
make[1]: *** [kernel] Chyba 127
make[1]: Leaving directory `/home/daedruan/Desktop/pdfedit/src'
make: *** [src] Chyba 2
Dokazal som sa zbavit tejto casti
Kód: [Vybrat]
configure: WARNING: Couldn't find X
configure: WARNING: Couldn't find Motif
configure: WARNING: Couldn't find FreeType
configure: WARNING: -- You will be able to compile pdftops, pdftotext,
        pdfinfo, pdffonts, and pdfimages, but not xpdf or pdftoppm
doinstalovanim nejakych balikov, ale najvacsi problem je asi koniec toho vypisu, lebo boh vie co je Chyba 127 ? :(
Rozumies co ja chapem ? ;D

Boris Filipovič

  • Návštěvník
  • Příspěvků: 65
editace PDF - orez [vyřešeno]
« Odpověď #10 kdy: 07 Února 2007, 14:07:49 »
Zdravím,
MarrLiss to psal o něco výše - opravdu jste doinstaloval qt3-dev-tools?
Citace: DaedRuaN
Tak som doinstaloval tie qt3 a qt4 baliky aj nejake dalsie, ale ten vypis je skoro rovnaky.
Kód: [Vybrat]
/bin/sh: /bin/qmake: No such file or directory
Píše to docela jasně, že mu chybí program qmake.
Případně zkuste výpis: $ ls -l /etc/alternatives/qmake
mělo by to vypadat nějak takto:
lrwxrwxrwx 1 root root 18 2007-01-28 22:43 /etc/alternatives/qmake -> /usr/bin/qmake-qt3

b.f.

DaedRuaN

  • Aktivní člen
  • *
  • Příspěvků: 147
  • Co je osobni text ? :P
editace PDF - orez [vyřešeno]
« Odpověď #11 kdy: 07 Února 2007, 16:03:51 »
Urcite som to nainstaloval.
lrwxrwxrwx 1 root root 18 2007-02-05 16:57 /etc/alternatives/qmake -> /usr/bin/qmake-qt3
az na datum a cas to iste.
Rozumies co ja chapem ? ;D

 

Provoz zaštiťuje spolek OpenAlt.