[OS X TeX] OT: looking for a public-domain EPS file editor

Peter Dyballa Peter_Dyballa at Web.DE
Thu Apr 26 11:25:50 EDT 2007


Am 26.04.2007 um 16:05 schrieb Bruno Voisin:

> ./configure --x-includes=/usr/X11R6/include --x-libraries=/usr/ 
> X11R6/library

The correct path is /usr/X11R6/lib, and this might lead to the next  
error:

>
> However, then another message appears "No rule to make target  
> `CPU'". It seems one needs to create a file config/site.def.<CPU>  
> for the Mac, the only available such files being:
>
> site.def.ALPHA
> site.def.CYGWIN

because all these missing files are in /usr/X11R6/lib/X11/config.


To make configure find things, you can use CXXFLAGS, CFLAGS, and  
LDFLAGS à la:

	env LDFLAGS="-dead_strip -L/usr/X11R6/lib -L/usr/local/lib -L/sw/ 
lib" CXXFLAGS="-no-cpp-precomp -I/usr/X11R6/include -I/usr/local/ 
include -I/sw/include -I/sw/include/qt" CPPFLAGS="-no-cpp-precomp -I/ 
usr/X11R6/include -I/usr/local/include -I/sw/include -I/sw/include/ 
qt" ./configure ...

Of course I did not mention the paths to the MacPorts directories,  
but it's easy to substitute /sw with /opt.


The sources have some problems! I have some parts of the Q toolkit  
(libQt) installed via Fink, it's main C header file is /sw/include/qt/ 
qt.h – configure can't find it because it does search for it in /sw/ 
include/qt! A similiar problem exists with the TIFF library. Fink  
installed libtiff, but ivtools want libTIFF! I hope it accepts the  
contents of /System/Library/Frameworks/ApplicationServices.framework/ 
Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources!

Using

	env LDFLAGS="-dead_strip -L/usr/X11R6/lib -L/usr/local/lib -L/sw/lib  
-LSystem/Library/Frameworks/ApplicationServices.framework/Versions/A/ 
Frameworks/ImageIO.framework/Versions/A/Resources" CXXFLAGS="-no-cpp- 
precomp -I/usr/X11R6/include -I/usr/local/include -I/sw/include -I/sw/ 
include/qt" CPPFLAGS="-no-cpp-precomp -I/usr/X11R6/include -I/usr/ 
local/include -I/sw/include -I/sw/include/qt" ./configure  --with- 
tiff=/sw --with-tiff-libs=/System/Library/Frameworks/ 
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ 
Versions/A/Resources --with-qt=/sw --with-qt-libs=/sw/lib

it worked to compile the tools within 20 min, without optimisation.  
The programme or script ivmkmf has 0 bytes size, libQt is not used,  
but I don't know why. Could be something was not found.


Mac OS X 10.4.9
PowerPC
powerpc-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc.  
build 5367)

--
Greetings

   Pete

Chicago, n.:
         Where the dead still vote ... early and often!



------------------------- Helpful Info -------------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
TeX FAQ: http://www.tex.ac.uk/faq
List Archive: http://tug.org/pipermail/macostex-archives/
List Reminders & Etiquette: http://www.esm.psu.edu/mac-tex/list/





More information about the MacOSX-TeX mailing list