BSDForen.de  

Zurück   BSDForen.de > FreeBSD > FreeBSD - Anwendungen und Ports

Antwort
 
Themen-Optionen Thema bewerten Ansicht
Alt 19.04.2012, 12:25   #1
Binfort
Registered User
 
Benutzerbild von Binfort
 
Registrierungsdatum: Mar 2006
Ort: HH
Beiträge: 143
Abbruch beim Kompilieren von xpdf 3.03

Moin, bin momentan wieder am portmastern bis der Feierabend zuschlägt und kämpfe aktuell mit dem Update von xpdf 3.02_16 auf 3.03.

Der Build bricht mit folgender Fehlermeldung ab:
Zitat:
SplashFTFont.cc:417: error: 'path' was not declared in this scope
SplashFTFont.cc:419: error: 'ctrl1' was not declared in this scope
SplashFTFont.cc:421: error: 'ctrl2' was not declared in this scope
SplashFTFont.cc:423: error: 'pt' was not declared in this scope
gmake[1]: *** [SplashFTFont.o] Fehler 1
gmake[1]: Leaving directory `/usr/portsworkdir/usr/ports/graphics/xpdf/work/xpdf-3.03/splash'
gmake: *** [all] Fehler 2
*** Error code 1

Stop in /usr/ports/graphics/xpdf.
*** Error code 1

Stop in /usr/ports/graphics/xpdf.

===>>> make failed for graphics/xpdf
===>>> Aborting update

Terminated
===>>> Upgrade of freetype2-2.4.7 to freetype2-2.4.9_1 complete


===>>> You can restart from the point of failure with this command line:
portmaster <flags> graphics/xpdf
Wie man erkennt, wurde freetype als Abhängigkeit vorher aktualisiert. Ich habe den Fehler bereits gegooglet und bin auf diesen alten Eintrag gestoßen. Ganz unten steht etwas von 'alten Freetype Headern' und das ich diese mit 'pkg_which' finden und entfernen soll. Genau da komme ich nicht weiter. Ich finde die vermaledeiten 'Header' nicht. Ein rekompilieren von Freetype (Neuinstallation weil M$OS User die Hoffnung stirbt zuletzt) bringt leider auch nix.

Wie kann ich die veralteten Freetype Header aufspüren oder gibt es einen Schalter um Freetype komplett auszuradieren und dadurch evtl. eine xpdf-kompatible Version neu zu installieren?
__________________
nix genaues weiß man nicht
Binfort ist offline   Mit Zitat antworten
Alt 19.04.2012, 21:24   #2
pit234a
Registered User
 
Registrierungsdatum: Jul 2006
Beiträge: 1.613
hast du mal sowas, wie pkgdb -afF oder ähnlich laufen lassen?

Bei mir ist freetype2-2.4.9_1 und xpdf-3.03 nach dem Update diese Woche drauf und da gab es offenbar keine Probleme.

ich sehe in /usr/ports/print/freetype2/files patches:
ll files
total 8
-rw-r--r-- 1 root wheel 881 24 Jun 2008 patch-aa
-rw-r--r-- 1 root wheel 547 10 Mai 2010 patch-builds::unix::freetype-config.in
-rw-r--r-- 1 root wheel 3286 7 Apr 17:29 patch-src_type1_t1load.c

hast du die auch?

in pkg-plist siehst du die Dateien, die meist nach /usr/local kommen.
Also, in /usr/local/include/freetype2/freetype siehst du die meisten installierten Dateien dieses Ports und dann kommen noch so ein paar libs.., die du ja sehen kannst.
Vielleicht hilt es, die manuell zu löschen und dann neu zu installieren?


Alles mal nur so Schüsse ins Blaue. Kenne mich damit ja nicht aus, sehe nur, dass es eben bei mir problemlos war.
__________________
“Two of the most famous products of Berkeley are LSD and Unix.
I don’t think that this is a coincidence.”
From: The UNIX-HATERS Handbook, ISBN 1-56884-203-1
pit234a ist gerade online   Mit Zitat antworten
Alt 20.04.2012, 10:30   #3
Binfort
Registered User
 
Benutzerbild von Binfort
 
Registrierungsdatum: Mar 2006
Ort: HH
Beiträge: 143
Danke für deine Antwort.

Die drei Patchfiles finde ich bei mir auch im Port. Das Tool pkg-list habe ich gar nicht, aber der Hinweis auf das Verzeichnis war gut. Ich habe freetype einmal deinstalliert, das Verzeichnis unter '/usr/local/include/' wurde automatisch gelöscht. Dann wieder installiert und mit 'portmaster --check-depends' die Abhängigkeiten aktualisiert.

Anschließend stürzte ich mich voller Elan auf mein xpdf, aber der Build stürzte an der gleichen Stelle ab. Eben fiel mir auf, das vor dem Abbruch eine ganze Reihe Fehlermeldungen ausgegeben werden und wenn ich diese verfolge sehe ich folgendes:
Zitat:
c++ -O2 -fno-strict-aliasing -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I. -I/usr/local/include/freetype2/ -c SplashFTFont.cc
SplashFTFont.cc:15:22: error: ft2build.h: No such file or directory
Da hätte ich das Verzeichnis etwas früher haben können... Hast du diese 'ft2biuld.h'?


Edit: ich habe die 'ft2biuld.h' per locate unter /usr/local/include gefunden...
__________________
nix genaues weiß man nicht

Geändert von Binfort (20.04.2012 um 15:48 Uhr).
Binfort ist offline   Mit Zitat antworten
Alt 20.04.2012, 17:36   #4
pit234a
Registered User
 
Registrierungsdatum: Jul 2006
Beiträge: 1.613
Hi.
Mit pkg-list meinte ich die Datei in dem betreffenden Port:
ll /usr/ports/print/freetype2
total 14
-rw-r--r-- 1 root wheel 2235 7 Apr 17:29 Makefile
-rw-r--r-- 1 root wheel 139 6 Apr 20:45 distinfo
drwxr-xr-x 2 root wheel 512 15 Apr 18:01 files
-rw-r--r-- 1 root wheel 399 25 Okt 2007 pkg-descr
-rw-r--r-- 1 root wheel 2055 11 Aug 2011 pkg-plist

die kannst du lesen und darin steht eine ganze Liste von Dateien, die installiert werden.

pit@syo ~:-> find /usr/local/include -name "ft2build.*"
/usr/local/include/ft2build.h
pit@syo ~:-> ll /usr/local/include/ft2build.h
-r--r--r-- 1 root wheel 3890 15 Apr 19:49 /usr/local/include/ft2build.h

pit@syo ~:-> find /usr/ports -name "freetype*"
/usr/ports/print/freetype-tools
/usr/ports/print/freetype
/usr/ports/print/freetype2
/usr/ports/distfiles/rpm/i386/fedora/10/freetype-2.3.7-3.fc10.i386.rpm
/usr/ports/distfiles/freetype-2.4.9.tar.bz2
/usr/ports/distfiles/freetype-2.4.7.tar.bz2
pit@syo ~:-> ll /usr/ports/distfiles/freetype-2.4.9.tar.bz2
-rw-r--r-- 1 root wheel 1504819 8 Mär 21:09 /usr/ports/distfiles/freetype-2.4.9.tar.bz2

vielleicht hilft das was?

Wenn ich später Zeit habe, probiere ich es villeicht auch mal mit dem Bau.
__________________
“Two of the most famous products of Berkeley are LSD and Unix.
I don’t think that this is a coincidence.”
From: The UNIX-HATERS Handbook, ISBN 1-56884-203-1
pit234a ist gerade online   Mit Zitat antworten
Alt 20.04.2012, 18:41   #5
pit234a
Registered User
 
Registrierungsdatum: Jul 2006
Beiträge: 1.613
eben mal durchprobiert, allerdings ohne zuvor den Port zu deinstallieren. Das gibt dann natürlich am Ende einen Error. Aber es sieht gut aus, ist wohl durchgelaufen.

senyo# make install

You may want to enable LCD filtering.

Hit Ctrl-C now and use "make WITH_LCD_FILTERING=yes"

Note that there are possible patent issues related to the
use of the LCD filtering technology.

===> License check disabled, port has not defined LICENSE
===> Extracting for freetype2-2.4.9_1
=> SHA256 Checksum OK for freetype-2.4.9.tar.bz2.
===> Patching for freetype2-2.4.9_1

fängt es an und es
endet so:

===> Installing for freetype2-2.4.9_1
===> freetype2-2.4.9_1 depends on executable: pkg-config - found
===> Generating temporary packing list
===> Checking if print/freetype2 already installed
===> freetype2-2.4.9_1 is already installed
You may wish to ``make deinstall'' and install this port again
by ``make reinstall'' to upgrade it properly.
If you really wish to overwrite the old port of print/freetype2
without deleting it first, set the variable "FORCE_PKG_REGISTER"
in your environment or the "make install" command line.
*** Error code 1

Stop in /usr/ports/print/freetype2.

ganz, wie erwartet.
__________________
“Two of the most famous products of Berkeley are LSD and Unix.
I don’t think that this is a coincidence.”
From: The UNIX-HATERS Handbook, ISBN 1-56884-203-1
pit234a ist gerade online   Mit Zitat antworten
Alt 20.04.2012, 22:00   #6
Binfort
Registered User
 
Benutzerbild von Binfort
 
Registrierungsdatum: Mar 2006
Ort: HH
Beiträge: 143
es ist zum Mäuse melken...

meine Dateien im Port sehen genauso aus wie bei dir... mit dem installieren von Freetype habe ich eig gar keine Probleme, der Error bei dir ist ja klar...

ich komme beim make von graphics/xpdf nicht weiter, und jetzt auch auf nem dritten Beastie

kannst du mal deine Ausgabe von " ls -al /usr/local/include | egrep '\.h$' " posten? Ich würde mal vermuten das dies die Header sind, ich selbst komme da auf 102 Dateien o.O und vllt kann ich deine mit meinen ma vergleichen...
__________________
nix genaues weiß man nicht
Binfort ist offline   Mit Zitat antworten
Alt 21.04.2012, 10:33   #7
pit234a
Registered User
 
Registrierungsdatum: Jul 2006
Beiträge: 1.613
Code:
pit@syo ~:-> ll /usr/local/include | egrep '\.h$' | wc -l 1696
hui, da kam eine laaange Liste. Die stelle ich mal in die liste.txt

Das ist hier mein Haupt-PC, den ich seit FreeBSD 6er betreibe und mit dem ich auch viel probierte und unglaublich viel Ballast im Laufe der Zeit angesammelt habe.
Naja, da sollten wir die Suche etwas eingrenzen?

Code:
pit@syo ~:-> cat /var/db/ports/xpdf/options # This file is auto-generated by 'make config'. # No user-servicable parts inside! # Options for xpdf-3.03 _OPTIONS_READ=xpdf-3.03 WITH_LIBPAPER=true WITH_TYPE1=true WITH_X11=true
der Bau:

Code:
senyo# make install ===> License check disabled, port has not defined LICENSE ===> Found saved configuration for xpdf-3.03 ===> Extracting for xpdf-3.03 => SHA256 Checksum OK for xpdf-3.03.tar.gz. ===> Patching for xpdf-3.03 ===> Applying FreeBSD patches for xpdf-3.03 /usr/bin/sed -i.bak -e 's|undef USE_COMBO_BOX|define USE_COMBO_BOX 1|' /usr/ports/graphics/xpdf/work/xpdf-3.03/xpdf/XPDFViewer.h ===> xpdf-3.03 depends on executable: freetype-config - found ===> xpdf-3.03 depends on executable: gmake - found ===> xpdf-3.03 depends on file: /usr/local/libdata/pkgconfig/xpm.pc - found ===> xpdf-3.03 depends on shared library: freetype.9 - found ===> xpdf-3.03 depends on shared library: paper.2 - found ===> xpdf-3.03 depends on shared library: Xm.4 - found ===> Configuring for xpdf-3.03 checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for library containing strerror... none required checking for cc option to accept ISO C99... -std=gnu99 checking for cc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking for ranlib... ranlib checking for OS/2 (with EMX)... no checking for DOS (with DJGPP)... no checking how to run the C preprocessor... cpp checking for X... libraries /usr/local/lib, headers /usr/local/include checking whether -R must be followed by a space... no 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... yes checking whether select takes fd_set arguments... yes checking for std::sort... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for _LARGEFILE_SOURCE value needed for large files... no checking for fseek64... no checking for ftell64... no checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/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... yes checking X11/xpm.h presence... yes checking for X11/xpm.h... yes checking for XpmCreatePixmapFromData in -lXpm... yes 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 freetype2 library... (cached) /usr/local/lib checking where to find the freetype2 header files... (cached) /usr/local/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... (cached) /usr/local/lib checking where to find the libpaper header files... (cached) /usr/local/include checking paper.h usability... yes checking paper.h presence... yes checking for paper.h... yes checking for paperinit in -lpaper... yes using libpaper library configure: creating ./config.status config.status: creating Makefile config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting 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 ===> Building for xpdf-3.03 cd goo; gmake gmake[1]: Entering directory `/usr/ports/graphics/xpdf/work/xpdf-3.03/goo' c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I. -c GHash.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I. -c GList.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I. -c GString.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I. -c gmem.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I. -c gmempp.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I. -c gfile.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I. -c FixedPoint.cc cc -std=gnu99 -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I. -I/usr/local/include -c -o parseargs.o parseargs.c rm -f libGoo.a ar rc libGoo.a GHash.o GList.o GString.o gmem.o gmempp.o gfile.o FixedPoint.o parseargs.o ranlib libGoo.a gmake[1]: Leaving directory `/usr/ports/graphics/xpdf/work/xpdf-3.03/goo' cd fofi; gmake gmake[1]: Entering directory `/usr/ports/graphics/xpdf/work/xpdf-3.03/fofi' c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I. -c FoFiBase.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I. -c FoFiEncodings.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I. -c FoFiIdentifier.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I. -c FoFiTrueType.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I. -c FoFiType1.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I. -c FoFiType1C.cc rm -f libfofi.a ar rc libfofi.a FoFiBase.o FoFiEncodings.o FoFiIdentifier.o FoFiTrueType.o FoFiType1.o FoFiType1C.o ranlib libfofi.a gmake[1]: Leaving directory `/usr/ports/graphics/xpdf/work/xpdf-3.03/fofi' cd splash; gmake gmake[1]: Entering directory `/usr/ports/graphics/xpdf/work/xpdf-3.03/splash' c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I. -I/usr/local/include/freetype2/ -I/usr/local/include -c Splash.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I. -I/usr/local/include/freetype2/ -I/usr/local/include -c SplashBitmap.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I. -I/usr/local/include/freetype2/ -I/usr/local/include -c SplashClip.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I. -I/usr/local/include/freetype2/ -I/usr/local/include -c SplashFTFont.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I. -I/usr/local/include/freetype2/ -I/usr/local/include -c SplashFTFontEngine.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I. -I/usr/local/include/freetype2/ -I/usr/local/include -c SplashFTFontFile.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I. -I/usr/local/include/freetype2/ -I/usr/local/include -c SplashFont.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I. -I/usr/local/include/freetype2/ -I/usr/local/include -c SplashFontEngine.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I. -I/usr/local/include/freetype2/ -I/usr/local/include -c SplashFontFile.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I. -I/usr/local/include/freetype2/ -I/usr/local/include -c SplashFontFileID.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I. -I/usr/local/include/freetype2/ -I/usr/local/include -c SplashPath.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I. -I/usr/local/include/freetype2/ -I/usr/local/include -c SplashPattern.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I. -I/usr/local/include/freetype2/ -I/usr/local/include -c SplashScreen.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I. -I/usr/local/include/freetype2/ -I/usr/local/include -c SplashState.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I. -I/usr/local/include/freetype2/ -I/usr/local/include -c SplashT1Font.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I. -I/usr/local/include/freetype2/ -I/usr/local/include -c SplashT1FontEngine.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I. -I/usr/local/include/freetype2/ -I/usr/local/include -c SplashT1FontFile.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I. -I/usr/local/include/freetype2/ -I/usr/local/include -c SplashXPath.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I. -I/usr/local/include/freetype2/ -I/usr/local/include -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 gmake[1]: Leaving directory `/usr/ports/graphics/xpdf/work/xpdf-3.03/splash' cd xpdf; gmake all gmake[1]: Entering directory `/usr/ports/graphics/xpdf/work/xpdf-3.03/xpdf' c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c Annot.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c Array.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c BuiltinFont.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c BuiltinFontTables.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c Catalog.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c CharCodeToUnicode.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c CMap.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c CoreOutputDev.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c Decrypt.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c Dict.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c Error.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c FontEncodingTables.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c Function.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c Gfx.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c GfxFont.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c GfxState.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c GlobalParams.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c JArithmeticDecoder.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c JBIG2Stream.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c JPXStream.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c Lexer.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c Link.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c NameToCharCode.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c Object.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c OptionalContent.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c Outline.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c OutputDev.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c Page.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c Parser.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c PDFCore.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c PDFDoc.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c PDFDocEncoding.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c PreScanOutputDev.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c PSOutputDev.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c PSTokenizer.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c SecurityHandler.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c SplashOutputDev.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c Stream.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c TextOutputDev.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c UnicodeMap.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c UnicodeTypeTable.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c XPDFApp.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c XPDFCore.cc XPDFApp.cc:57: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:57: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:57: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:57: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:57: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:57: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:57: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:57: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:57: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:57: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:57: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:76: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:76: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:76: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:76: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:76: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:76: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:76: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:76: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:76: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:76: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:76: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:76: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:76: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:76: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:76: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:76: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:76: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:76: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:76: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:76: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:76: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:76: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:76: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:76: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:76: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:76: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:76: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:76: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:76: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:76: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:76: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:76: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:106: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:106: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:106: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:106: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:106: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:106: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:106: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:106: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:106: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:106: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:106: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:106: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:106: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:106: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:106: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:106: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:106: warning: deprecated conversion from string constant to 'char*' XPDFApp.cc:106: warning: deprecated conversion from string constant to 'char*' c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c XPDFTree.cc XPDFCore.cc: In member function 'void XPDFCore::initWindow()': XPDFCore.cc:903: warning: deprecated conversion from string constant to 'char*' XPDFCore.cc:913: warning: deprecated conversion from string constant to 'char*' XPDFCore.cc:931: warning: deprecated conversion from string constant to 'char*' XPDFCore.cc:950: warning: deprecated conversion from string constant to 'char*' XPDFCore.cc:956: warning: deprecated conversion from string constant to 'char*' XPDFCore.cc: In member function 'GBool XPDFCore::doDialog(int, GBool, const char*, GString*)': XPDFCore.cc:1456: warning: deprecated conversion from string constant to 'char*' XPDFCore.cc:1466: warning: deprecated conversion from string constant to 'char*' XPDFCore.cc:1473: warning: deprecated conversion from string constant to 'char*' XPDFCore.cc: In member function 'void XPDFCore::initPasswordDialog()': XPDFCore.cc:1527: warning: deprecated conversion from string constant to 'char*' XPDFCore.cc:1530: warning: deprecated conversion from string constant to 'char*' XPDFCore.cc:1539: warning: deprecated conversion from string constant to 'char*' XPDFCore.cc:1541: warning: deprecated conversion from string constant to 'char*' XPDFCore.cc:1556: warning: deprecated conversion from string constant to 'char*' XPDFCore.cc:1559: warning: deprecated conversion from string constant to 'char*' XPDFCore.cc:1561: warning: deprecated conversion from string constant to 'char*' XPDFCore.cc:1566: warning: deprecated conversion from string constant to 'char*' XPDFCore.cc:1580: warning: deprecated conversion from string constant to 'char*' XPDFCore.cc:1592: warning: deprecated conversion from string constant to 'char*' XPDFCore.cc: In member function 'virtual GString* XPDFCore::getPassword()': XPDFCore.cc:1651: warning: deprecated conversion from string constant to 'char*' XPDFTree.cc:93: warning: deprecated conversion from string constant to 'char*' XPDFTree.cc:124: warning: deprecated conversion from string constant to 'char*' XPDFTree.cc:124: warning: deprecated conversion from string constant to 'char*' XPDFTree.cc:124: warning: deprecated conversion from string constant to 'char*' XPDFTree.cc:124: warning: deprecated conversion from string constant to 'char*' XPDFTree.cc:124: warning: deprecated conversion from string constant to 'char*' XPDFTree.cc:124: warning: deprecated conversion from string constant to 'char*' XPDFTree.cc:131: warning: deprecated conversion from string constant to 'char*' XPDFTree.cc:206: warning: deprecated conversion from string constant to 'char*' c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c XPDFViewer.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c XpdfPluginAPI.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c XRef.cc In file included from XPDFViewer.cc:114: xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' xpdfIcon.xpm:62: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc: In member function 'void XPDFViewer::clear()': XPDFViewer.cc:416: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:419: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc: In member function 'void XPDFViewer::initWindow(GBool)': XPDFViewer.cc:1537: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc: In member function 'void XPDFViewer::initToolbar(_WidgetRec*)': XPDFViewer.cc:1651: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:1656: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:1666: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:1667: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:1679: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:1680: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:1692: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:1693: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:1705: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:1706: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:1718: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:1719: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:1731: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:1732: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:1743: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:1745: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:1756: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:1765: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:1769: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:1772: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:1794: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:1798: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:1843: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:1844: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:1855: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:1856: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:1867: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:1868: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:1880: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:1882: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:1896: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:1900: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc: In member function 'void XPDFViewer::initPanedWin(_WidgetRec*)': XPDFViewer.cc:1919: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:1933: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:1941: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc: In member function 'void XPDFViewer::initPopupMenu()': XPDFViewer.cc:1974: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:1976: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:1978: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:1980: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:1987: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:1989: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:1995: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:1997: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:1999: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:2006: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:2008: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:2014: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:2017: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:2022: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:2028: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:2033: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:2039: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:2041: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:2047: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:2049: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:2055: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:2057: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:2063: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:2066: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:2068: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:2070: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:2077: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:2079: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:2081: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc: In static member function 'static void XPDFViewer::updateCbk(void*, GString*, int, int, const char*)': XPDFViewer.cc:2666: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc: In member function 'void XPDFViewer::setupOutlineItems(GList*, _WidgetRec*, UnicodeMap*)': XPDFViewer.cc:2763: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:2765: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:2767: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:2779: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc: In member function 'void XPDFViewer::initAboutDialog()': XPDFViewer.cc:2825: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:2829: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:2838: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:2853: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:2858: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:2863: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:2865: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:2867: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:2871: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:2874: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:2878: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:2881: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:2885: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:2888: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:2892: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:2895: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:2900: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:2903: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:2906: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc: In member function 'void XPDFViewer::initOpenDialog()': XPDFViewer.cc:2935: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:2937: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:2939: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:2943: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc: In member function 'void XPDFViewer::initFindDialog()': XPDFViewer.cc:3013: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:3017: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:3027: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:3037: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:3055: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:3057: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:3073: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:3076: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:3094: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:3096: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:3110: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:3116: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:3118: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:3127: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc: In member function 'void XPDFViewer::initSaveAsDialog()': XPDFViewer.cc:3191: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:3193: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:3195: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:3199: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc: In member function 'void XPDFViewer::initPrintDialog()': XPDFViewer.cc:3262: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:3265: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:3275: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:3277: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:3291: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:3302: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:3304: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:3319: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:3332: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:3344: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:3347: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:3349: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:3354: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:3357: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:3359: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:3364: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:3377: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:3389: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc:3401: warning: deprecated conversion from string constant to 'char*' XPDFViewer.cc: In member function 'void XPDFViewer::setupPrintDialog()': XPDFViewer.cc:3457: warning: deprecated conversion from string constant to 'char*' c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c xpdf.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c pdftops.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c pdftotext.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c pdfinfo.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c pdffonts.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c pdfdetach.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c pdftoppm.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c ImageOutputDev.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -c pdfimages.cc c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -L/usr/local/lib -o xpdf Annot.o Array.o BuiltinFont.o BuiltinFontTables.o Catalog.o CharCodeToUnicode.o CMap.o CoreOutputDev.o Decrypt.o Dict.o Error.o FontEncodingTables.o Function.o Gfx.o GfxFont.o GfxState.o GlobalParams.o JArithmeticDecoder.o JBIG2Stream.o JPXStream.o Lexer.o Link.o NameToCharCode.o Object.o OptionalContent.o Outline.o OutputDev.o Page.o Parser.o PDFCore.o PDFDoc.o PDFDocEncoding.o PreScanOutputDev.o PSOutputDev.o PSTokenizer.o SecurityHandler.o SplashOutputDev.o Stream.o TextOutputDev.o UnicodeMap.o UnicodeTypeTable.o XPDFApp.o XPDFCore.o XPDFTree.o XPDFViewer.o XpdfPluginAPI.o XRef.o xpdf.o -L../goo -lGoo -L../splash -lsplash -L/usr/local/lib -lfreetype -lXm -lXt -lXp -lXext -lXpm -lSM -lICE -L/usr/local/lib -R/usr/local/lib -lX11 -L/usr/local/lib -lpaper -L../fofi -lfofi -L../goo -lGoo -lm c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -L/usr/local/lib -o pdftops Annot.o Array.o BuiltinFont.o BuiltinFontTables.o Catalog.o CharCodeToUnicode.o CMap.o Decrypt.o Dict.o Error.o FontEncodingTables.o Function.o Gfx.o GfxFont.o GfxState.o GlobalParams.o JArithmeticDecoder.o JBIG2Stream.o JPXStream.o Lexer.o Link.o NameToCharCode.o OptionalContent.o Outline.o Object.o OutputDev.o Page.o Parser.o PDFDoc.o PDFDocEncoding.o PreScanOutputDev.o PSOutputDev.o PSTokenizer.o SecurityHandler.o SplashOutputDev.o Stream.o UnicodeMap.o XpdfPluginAPI.o XRef.o pdftops.o \ -L../goo -lGoo -L../splash -lsplash -L/usr/local/lib -lfreetype -L/usr/local/lib -lpaper -L../fofi -lfofi -L../goo -lGoo -lm c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -L/usr/local/lib -o pdftotext Annot.o Array.o BuiltinFont.o BuiltinFontTables.o Catalog.o CharCodeToUnicode.o CMap.o Decrypt.o Dict.o Error.o FontEncodingTables.o Function.o Gfx.o GfxFont.o GfxState.o GlobalParams.o JArithmeticDecoder.o JBIG2Stream.o JPXStream.o Lexer.o Link.o NameToCharCode.o Object.o OptionalContent.o Outline.o OutputDev.o Page.o Parser.o PDFDoc.o PDFDocEncoding.o PSTokenizer.o SecurityHandler.o Stream.o TextOutputDev.o UnicodeMap.o UnicodeTypeTable.o XpdfPluginAPI.o XRef.o pdftotext.o \ -L../goo -lGoo -L/usr/local/lib -lpaper -L../fofi -lfofi -L../goo -lGoo -lm c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -L/usr/local/lib -o pdfinfo Annot.o Array.o BuiltinFont.o BuiltinFontTables.o Catalog.o CharCodeToUnicode.o CMap.o Decrypt.o Dict.o Error.o FontEncodingTables.o Function.o Gfx.o GfxFont.o GfxState.o GlobalParams.o JArithmeticDecoder.o JBIG2Stream.o JPXStream.o Lexer.o Link.o NameToCharCode.o Object.o OptionalContent.o Outline.o OutputDev.o Page.o Parser.o PDFDoc.o PDFDocEncoding.o PSTokenizer.o SecurityHandler.o Stream.o UnicodeMap.o XpdfPluginAPI.o XRef.o pdfinfo.o \ -L../goo -lGoo -L/usr/local/lib -lpaper -L../fofi -lfofi -L../goo -lGoo -lm c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -L/usr/local/lib -o pdffonts Annot.o Array.o BuiltinFont.o BuiltinFontTables.o Catalog.o CharCodeToUnicode.o CMap.o Decrypt.o Dict.o Error.o FontEncodingTables.o Function.o Gfx.o GfxFont.o GfxState.o GlobalParams.o JArithmeticDecoder.o JBIG2Stream.o JPXStream.o Lexer.o Link.o NameToCharCode.o Object.o OptionalContent.o Outline.o OutputDev.o Page.o Parser.o PDFDoc.o PDFDocEncoding.o PSTokenizer.o SecurityHandler.o Stream.o UnicodeMap.o XpdfPluginAPI.o XRef.o pdffonts.o \ -L../goo -lGoo -L/usr/local/lib -lpaper -L../fofi -lfofi -L../goo -lGoo -lm c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -L/usr/local/lib -o pdfdetach Annot.o Array.o BuiltinFont.o BuiltinFontTables.o Catalog.o CharCodeToUnicode.o CMap.o Decrypt.o Dict.o Error.o FontEncodingTables.o Function.o Gfx.o GfxFont.o GfxState.o GlobalParams.o JArithmeticDecoder.o JBIG2Stream.o JPXStream.o Lexer.o Link.o NameToCharCode.o Object.o OptionalContent.o Outline.o OutputDev.o Page.o Parser.o PDFDoc.o PDFDocEncoding.o PSTokenizer.o SecurityHandler.o Stream.o UnicodeMap.o XpdfPluginAPI.o XRef.o pdfdetach.o \ -L../goo -lGoo -L/usr/local/lib -lpaper -L../fofi -lfofi -L../goo -lGoo -lm c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -L/usr/local/lib -o pdftoppm Annot.o Array.o BuiltinFont.o BuiltinFontTables.o Catalog.o CharCodeToUnicode.o CMap.o Decrypt.o Dict.o Error.o FontEncodingTables.o Function.o Gfx.o GfxFont.o GfxState.o GlobalParams.o JArithmeticDecoder.o JBIG2Stream.o JPXStream.o Lexer.o Link.o NameToCharCode.o Object.o OptionalContent.o Outline.o OutputDev.o Page.o Parser.o PDFDoc.o PDFDocEncoding.o PSTokenizer.o SecurityHandler.o SplashOutputDev.o Stream.o TextOutputDev.o UnicodeMap.o UnicodeTypeTable.o XpdfPluginAPI.o XRef.o pdftoppm.o \ -L../goo -lGoo -L../splash -lsplash -L/usr/local/lib -lfreetype -L/usr/local/lib -lpaper -L../fofi -lfofi -L../goo -lGoo -lm c++ -O -fno-strict-aliasing -pipe -march=core2 -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I./../splash -I. -I/usr/local/include/freetype2/ -I/usr/local/include -I/usr/local/include -L/usr/local/lib -o pdfimages Annot.o Array.o BuiltinFont.o BuiltinFontTables.o Catalog.o CharCodeToUnicode.o CMap.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 OptionalContent.o Outline.o OutputDev.o Page.o Parser.o PDFDoc.o PDFDocEncoding.o PSTokenizer.o SecurityHandler.o Stream.o UnicodeMap.o XpdfPluginAPI.o XRef.o pdfimages.o \ -L../goo -lGoo -L/usr/local/lib -lpaper -L../fofi -lfofi -L../goo -lGoo -lm gmake[1]: Leaving directory `/usr/ports/graphics/xpdf/work/xpdf-3.03/xpdf' ===> Installing for xpdf-3.03 ===> xpdf-3.03 depends on file: /usr/local/share/ghostscript/fonts/n021003l.pfb - found ===> xpdf-3.03 depends on file: /usr/local/libdata/pkgconfig/xpm.pc - found ===> Generating temporary packing list ===> Checking if graphics/xpdf already installed ===> xpdf-3.03 is already installed You may wish to ``make deinstall'' and install this port again by ``make reinstall'' to upgrade it properly. If you really wish to overwrite the old port of graphics/xpdf without deleting it first, set the variable "FORCE_PKG_REGISTER" in your environment or the "make install" command line. *** Error code 1
Vielleicht siehst du dabei was?
Angehängte Dateien
Dateityp: txt liste.txt (102,7 KB, 49x aufgerufen)
__________________
“Two of the most famous products of Berkeley are LSD and Unix.
I don’t think that this is a coincidence.”
From: The UNIX-HATERS Handbook, ISBN 1-56884-203-1
pit234a ist gerade online   Mit Zitat antworten
Alt 23.04.2012, 12:19   #8
Binfort
Registered User
 
Benutzerbild von Binfort
 
Registrierungsdatum: Mar 2006
Ort: HH
Beiträge: 143
Danke für deine Mühe... mir fiel auf das du den Port mit X11-Unterstützung baust.

Bei mir wurde xpdf allerdings nur wegen pdftotext installiert, also ohne X11.

Zum Testen habe ich in einer frischen Vm mit FreeBSD den Port gebaut, zuerst ohne X11 -> Abbruch mit dem selben Fehler wie oben, beim 'make clean' lautete der Paketname 'xpdf-nox11-3.03'

Dann dasselbe Spiel mit X11, und tadaaa: jetzt wurde der Port gebaut. Natürlich mit einem ganz großen Haufen X11 Zeug

Der Paketname lautet jetzt 'xpdf-3.03'. Ich weiß noch nicht wie ich weiter mache, auf den Webservern würde ich mir das ganze X-Gedöns gern ersparen... aber so wie es aussieht ist der Fehler im Paket xpdf-nox11-3.03.tar.gz

Ich konnte das Behauptete auf drei Servern nachvollziehen.
__________________
nix genaues weiß man nicht
Binfort ist offline   Mit Zitat antworten
Alt 25.10.2012, 15:55   #9
Binfort
Registered User
 
Benutzerbild von Binfort
 
Registrierungsdatum: Mar 2006
Ort: HH
Beiträge: 143
Ein paar Tage später...

Heute bin ich auf diesen Link gestoßen: http://www.freebsd.org/cgi/query-pr.cgi?pr=170525

In der ersten Antwort wird kurz beschrieben, dass es genügt im Makefile die beiden freetype Konfig-Zeilen in den x11 Teil zu verschieben. Mit dem gepatchten Makefile wurde der Port anstandslos gebaut.

Edit: Nach der Installation musste ich das Tool pdftotext händisch verlinken:
Zitat:
ln -s /usr/local/libexec/xpdf/pdftotext /usr/local/bin/pdftotext


Auch auf Freshports gab es dann mal Reaktionen: http://www.freshports.org/graphics/xpdf/

In der Historie vom 12.10. steht, dass der Port ohne X11 nicht in libexec installiert werden darf. Wie kann ich denn den Installationspfad beeinflussen? Macht das überhaupt Sinn?

Am 15.10. steht dann, dass es erforderlich ist, die Freetype (path?!?) Header zu behalten. Ähm... wie behalten? Freetype ist ja installiert und wird auch von anderen Paketen genutzt. Dass heißt die Header werden doch behalten... Recht es eventuell aus Freetype neu zu installieren?
__________________
nix genaues weiß man nicht

Geändert von Binfort (25.10.2012 um 16:12 Uhr).
Binfort ist offline   Mit Zitat antworten
Antwort


Dieses Thema betrachten zurzeit 1 Personen. (0 registrierte Benutzer und 1 Gäste)
 
Themen-Optionen
Ansicht Thema bewerten
Thema bewerten:

Forumregeln
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist An.
Smileys sind An
[IMG] Code ist An
HTML-Code ist Aus
Gehe zu

Ähnliche Themen
Thema Erstellt von Forum Antworten Letzter Beitrag
vlc mit Mozilla plugin kompilieren arezar FreeBSD - Anwendungen und Ports 3 24.01.2008 11:43
SDL Beispielprogramm kompilieren ex-user_4198 Programmieren 2 01.12.2007 17:29
e17 unter OpenBSD 3.8 kompilieren walt OpenBSD - Pakete und Anwendungen 2 14.04.2006 00:47
PHP5 Extensions kompilieren Ensis FreeBSD - Installation 3 03.03.2005 00:25
mldonkey Sourcen kompilieren Marco FreeBSD - Anwendungen und Ports 15 09.09.2003 05:47


Alle Zeitangaben in WEZ +1. Es ist jetzt 22:33 Uhr.


Powered by vBulletin (Deutsch)
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.