Homebrew / legacy-homebrew

💀 The former home of Homebrew/homebrew (deprecated)
https://brew.sh
26.97k stars 11.35k forks source link

gle compiling but without cairo graphics #28349

Closed theory16 closed 10 years ago

theory16 commented 10 years ago

While gle now builds successfully on 10.9.2, it does not seem to find the cairo libraries (listed as a build dependency):

* X11 preview support: yes * Cairo graphics support: no * Poppler PDF support: no * Socket support: yes * Include 'manip' utility: yes * Debug mode: off

As a result gle seems to output to only a limited number of devices (and does not include for example svg):

gle -h d

GLE version 4.2.4c Usage: gle [options] filename.gle More information: gle -help

Option: -device Abbreviation(s): -d Selects output device(s) Argument 'device-names': set output device(s) Possible values: eps, ps, pdf, jpg, png, x11

I have tried to play with the configuration commands but nothing I can do will make it find cairo. Cairo is installed:

brew info cairo cairo: stable 1.12.16 (bottled) http://cairographics.org/ /usr/local/Cellar/cairo/1.12.16_1 (105 files, 7.6M) * Poured from bottle From: https://github.com/Homebrew/homebrew/commits/master/Library/Formula/cairo.rb ==> Dependencies Build: xz ✔, pkg-config ✔ Required: freetype ✔, fontconfig ✔, libpng ✔, pixman ✔, glib ✔ ==> Options --universal Build a universal binary --without-x11 Build without x11 support

Below is the result of the brew install:

brew -v install gle --with-jpeg --with-libtiff Homebrew 0.9.5 ==> Downloading https://downloads.sourceforge.net/glx/gle-graphics-4.2.4cf-src.tar.gz Already downloaded: /Library/Caches/Homebrew/gle-4.2.4c.tar.gz ==> Verifying gle-4.2.4c.tar.gz checksum tar xf /Library/Caches/Homebrew/gle-4.2.4c.tar.gz ==> Downloading https://trac.macports.org/raw-attachment/ticket/41760/patch-hash-map.diff Already downloaded: /Library/Caches/Homebrew/gle--patch-fafa7654f69ace53835b8e7953e715384e16da91.diff ==> Verifying gle--patch-fafa7654f69ace53835b8e7953e715384e16da91.diff checksum ==> Patching /usr/bin/patch -g 0 -f -d /private/tmp/gle-H8FZ/gle-graphics-4.2.4c -p0 -i /private/tmp/gle--patch-yPWL/patch-hash-map.diff patching file src/gle/tokens/StringKeyHash.h ==> ./configure --prefix=/usr/local/Cellar/gle/4.2.4c --with-arch=x86_64 --with-cairo CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib --without-qt 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 clang++ accepts -g... yes checking for a BSD-compatible install... /usr/bin/install -c checking for a thread-safe mkdir -p... platform/autoconf/install-sh -c -d checking build system type... x86_64-apple-darwin13.1.0 checking host system type... x86_64-apple-darwin13.1.0 checking how to run the C++ preprocessor... clang++ -E 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 sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking whether byte ordering is bigendian... no checking for uint16_t... yes checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for X... libraries , headers checking for XOpenDisplay in -lX11... yes checking for deflate in -lz... yes checking for library containing socket... none required checking for library containing gethostbyname... none required checking for jpeg_destroy_decompress in -ljpeg... yes checking jpeglib.h usability... yes checking jpeglib.h presence... yes checking for jpeglib.h... yes checking for TIFFReadScanline in -ltiff... yes checking tiffio.h usability... yes checking tiffio.h presence... yes checking for tiffio.h... yes checking for libpng... yes checking for cairo... no checking for library containing dlopen... none required checking for tgetent in -ltinfo... no checking for library containing wbkgdset... -lncurses checking ncurses.h usability... yes checking ncurses.h presence... yes checking for ncurses.h... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/gle/Makefile config.status: creating src/gle/bitmap/Makefile config.status: creating src/gle/letzfitz/Makefile config.status: creating src/gle/surface/Makefile config.status: creating src/gle/tokens/Makefile config.status: creating src/fbuild/Makefile config.status: creating src/makefmt/Makefile config.status: creating src/manip/Makefile config.status: creating src/TeX/Makefile config.status: creating src/gui/MakefileAC config.status: creating src/gui/qgle.pro config.status: creating src/doc/gle.1 config.status: creating platform/autoconf/gle-graphics.pc config.status: creating platform/autopackage/gle4.apspec config.status: creating src/config.h

CPPFLAGS: -DHAVE_CONFIG_H $(VERSION_INFO) -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include LDFLAGS: -arch x86_64 -L/usr/local/lib -L. LIBS: -L/opt/X11/lib -lpng15 -ltiff -ljpeg -lz -lX11
SIMPLE_LIBS: SIMPLE_LIBS_DL: SIMPLE_LDFLAGS: -arch x86_64 -L/usr/local/lib

\ Configuration summary for GLE 4.2.4c (x86_64-apple-darwin13.1.0):

\ Bitmap support: PNG support: yes TIFF support: yes JPEG support: yes Statically link: no

* X11 preview support: yes * Cairo graphics support: no * Poppler PDF support: no * Socket support: yes * Include 'manip' utility: yes * Debug mode: off

\ GLE GUI support: no (make sure you have Qt >= 4.1.1 devel and use ./configure --with-qt=/path/to/qt.)

* Install data into: /usr/local/Cellar/gle/4.2.4c/share/gle-graphics/4.2.4c * Install binary into: /usr/local/Cellar/gle/4.2.4c/bin (use ./configure --prefix=dir to change the installation directory.)

GLE 4.2.4c has been configured. The next step is to run "make". After "make" completes, run "make install" to install GLE. ==> make platform/autoconf/install-sh -c -d build platform/autoconf/install-sh -c -d build/bin platform/autoconf/install-sh -c -d build/lib platform/autoconf/install-sh -c -d build/doc platform/autoconf/install-sh -c -d build/gleinc /Applications/Xcode.app/Contents/Developer/usr/bin/make -C src/gle make_glebtool clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c cutils.cpp -o cutils.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c file_io.cpp -o file_io.o echo "begin config gle" > ../../build/glerc echo " current = 4.2.4c" >> ../../build/glerc echo "end config" >> ../../build/glerc clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -arch x86_64 -L/usr/local/lib glebtool.cpp cutils.o file_io.o -o ../../build/bin/glebtool ../../build/bin/glebtool -setrelpath /usr/local/Cellar/gle/4.2.4c/bin /usr/local/Cellar/gle/4.2.4c/lib /usr/local/Cellar/gle/4.2.4c/share/gle-graphics/4.2.4c /usr/local/Cellar/gle/4.2.4c/share/doc/gle-graphics ../config.h GLE will be installed as follows: Binary: "/usr/local/Cellar/gle/4.2.4c/bin" Library: "/usr/local/Cellar/gle/4.2.4c/lib" (Up: 1, Relative: "lib") GLE_TOP: "/usr/local/Cellar/gle/4.2.4c/share/gle-graphics/4.2.4c" (Up: 1, Relative: "share/gle-graphics/4.2.4c") DOC: "/usr/local/Cellar/gle/4.2.4c/share/doc/gle-graphics" (Up: 2, Relative: "doc/gle-graphics") /Applications/Xcode.app/Contents/Developer/usr/bin/make -C src/gle/bitmap clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c img2ps.cpp -o img2ps.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c lzwencode.cpp -o lzwencode.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c glegif.cpp -o glegif.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c glejpeg.cpp -o glejpeg.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c gletiff.cpp -o gletiff.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c glepng.cpp -o glepng.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c ascii85.cpp -o ascii85.o /Applications/Xcode.app/Contents/Developer/usr/bin/make -C src/gle/surface clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c gsurface.cpp -o gsurface.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c hide.cpp -o hide.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c fcontour.cpp -o fcontour.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c ffitcontour.cpp -o ffitcontour.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c gcontour.cpp -o gcontour.o /Applications/Xcode.app/Contents/Developer/usr/bin/make -C src/gle/letzfitz clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c let.cpp -o let.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c fit.cpp -o fit.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c ffit.cpp -o ffit.o /Applications/Xcode.app/Contents/Developer/usr/bin/make -C src/gle/tokens clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c Tokenizer.cpp -o Tokenizer.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c StringKeyHash.cpp -o StringKeyHash.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c BinIO.cpp -o BinIO.o /Applications/Xcode.app/Contents/Developer/usr/bin/make -C src/gle clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c gle.cpp -o gle.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c axis.cpp -o axis.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c b_tab.cpp -o b_tab.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c b_text.cpp -o b_text.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c begin.cpp -o begin.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c core.cpp -o core.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c curve.cpp -o curve.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c color.cpp -o color.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c drawit.cpp -o drawit.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c eval.cpp -o eval.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c fitbez.cpp -o fitbez.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c fitcf.cpp -o fitcf.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c fn.cpp -o fn.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c font.cpp -o font.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c general.cpp -o general.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c op_def.cpp -o op_def.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c gprint.cpp -o gprint.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c graph.cpp -o graph.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c graph2.cpp -o graph2.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c key.cpp -o key.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c keyword.cpp -o keyword.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c leastsq.cpp -o leastsq.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c memory.cpp -o memory.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c mychar.cpp -o mychar.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c pass.cpp -o pass.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c polish.cpp -o polish.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c run.cpp -o run.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c savgol.cpp -o savgol.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c sub.cpp -o sub.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c tex.cpp -o tex.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c token.cpp -o token.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c var.cpp -o var.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c texinterface.cpp -o texinterface.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c d_ps.cpp -o d_ps.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c d_svg.cpp -o d_svg.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c d_x.cpp -o d_x.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c d_dummy.cpp -o d_dummy.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c d_cairo.cpp -o d_cairo.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c config.cpp -o config.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c numberformat.cpp -o numberformat.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c glearray.cpp -o glearray.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c cmdline.cpp -o cmdline.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c gle-block.cpp -o gle-block.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c gle-sourcefile.cpp -o gle-sourcefile.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c gle-interface.cpp -o gle-interface.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c gle-base.cpp -o gle-base.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c gle-datatype.cpp -o gle-datatype.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c gle-poppler.cpp -o gle-poppler.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c builtin-double.cpp -o builtin-double.o clang++ -arch x86_64 -L/usr/local/lib -L. -arch x86_64 -L/usr/local/lib -o ../../build/bin/gle gle.o axis.o b_tab.o b_text.o begin.o core.o curve.o color.o drawit.o eval.o file_io.o fitbez.o fitcf.o fn.o font.o general.o op_def.o gprint.o graph.o graph2.o key.o keyword.o leastsq.o memory.o mychar.o pass.o polish.o run.o savgol.o sub.o tex.o token.o var.o cutils.o texinterface.o d_ps.o d_svg.o d_x.o d_dummy.o d_cairo.o config.o numberformat.o glearray.o cmdline.o gle-block.o gle-sourcefile.o gle-interface.o gle-base.o gle-datatype.o gle-poppler.o builtin-double.o bitmap/img2ps.o bitmap/lzwencode.o bitmap/glegif.o bitmap/glejpeg.o bitmap/gletiff.o bitmap/glepng.o bitmap/ascii85.o surface/gsurface.o surface/hide.o surface/fcontour.o surface/ffitcontour.o surface/gcontour.o letzfitz/let.o letzfitz/fit.o letzfitz/ffit.o tokens/Tokenizer.o tokens/StringKeyHash.o tokens/BinIO.o -L/opt/X11/lib -lpng15 -ltiff -ljpeg -lz -lX11
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C src/fbuild clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c token.cpp -o token.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include fbuild.cpp token.o ../gle/cutils.o -o ../../build/bin/fbuild /Applications/Xcode.app/Contents/Developer/usr/bin/make -C src/makefmt clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c parseAFM.cpp -o parseAFM.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include makefmt.cpp parseAFM.o -o ../../build/bin/makefmt /Applications/Xcode.app/Contents/Developer/usr/bin/make -C src/manip clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c cell.cpp -o cell.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c cmd.cpp -o cmd.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c eval.cpp -o eval.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c filemenu.cpp -o filemenu.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c fn.cpp -o fn.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c general.cpp -o general.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c keyword.cpp -o keyword.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c manip.cpp -o manip.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c mjl.cpp -o mjl.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c polish.cpp -o polish.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c sub.cpp -o sub.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c token.cpp -o token.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c var.cpp -o var.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c unix_extra.cpp -o unix_extra.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c unixinkey.cpp -o unixinkey.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c varargs.cpp -o varargs.o clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -c unixscr.cpp -o unixscr.o cp -p manip.hlp ../../build/manip.hlp clang++ -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -arch x86_64 -L/usr/local/lib cell.o cmd.o eval.o filemenu.o fn.o general.o keyword.o manip.o mjl.o polish.o sub.o token.o var.o unix_extra.o unixinkey.o varargs.o unixscr.o ../gle/cutils.o ../gle/file_io.o -o ../../build/bin/manip -lncurses -lm /Applications/Xcode.app/Contents/Developer/usr/bin/make -C src/gui -f MakefileAC clang++ glegs.cpp -DHAVE_CONFIG_H -DGLEVN="\"4.2.4c\"" -Wno-write-strings -I/opt/X11/include/libpng15 -arch x86_64 -I/usr/local/include -arch x86_64 -L/usr/local/lib -o ../../build/bin/glegs ../gle/cutils.o ../gle/file_io.o -ldl /Applications/Xcode.app/Contents/Developer/usr/bin/make -C src/fonts -f Makefile.gcc ../../build/bin/fbuild glemark.gle ../../build/bin/fbuild texcmb.gle ../../build/bin/fbuild texcmex.gle ../../build/bin/fbuild texcmitt.gle [glemark.gle]==>[glemark.fve] ../../build/bin/fbuild texcmmi.gle [texcmex.gle]==>[texcmex.fve] ../../build/bin/fbuild texcmr.gle [texcmb.gle]==>[texcmb.fve] [texcmitt.gle]==>[texcmitt.fve] ../../build/bin/fbuild texcmss.gle ../../build/bin/fbuild texcmssb.gle [texcmmi.gle]==>[texcmmi.fve] ../../build/bin/fbuild texcmssi.gle [texcmss.gle]==>[texcmss.fve] ../../build/bin/fbuild texcmsy.gle [texcmr.gle]==>[texcmr.fve] ../../build/bin/fbuild texcmti.gle [texcmssi.gle]==>[texcmssi.fve] [texcmssb.gle]==>[texcmssb.fve] ../../build/bin/fbuild texcmtt.gle ../../build/bin/makefmt glemark.afm [texcmsy.gle]==>[texcmsy.fve] ../../build/bin/makefmt texcmb.afm [glemark.afm]==>[glemark.fmt] ../../build/bin/makefmt texcmex.afm [texcmti.gle]==>[texcmti.fve] ../../build/bin/makefmt texcmitt.afm [texcmb.afm]==>[texcmb.fmt] [texcmtt.gle]==>[texcmtt.fve] ../../build/bin/makefmt texcmmi.afm ../../build/bin/makefmt texcmr.afm [texcmex.afm]==>[texcmex.fmt] ../../build/bin/makefmt texcmsl.afm [texcmitt.afm]==>[texcmitt.fmt] ../../build/bin/makefmt texcmssb.afm [texcmmi.afm]==>[texcmmi.fmt] ../../build/bin/makefmt texcmss.afm [texcmr.afm]==>[texcmr.fmt] ../../build/bin/makefmt texcmssi.afm [texcmsl.afm]==>[texcmsl.fmt] ../../build/bin/makefmt texcmsy.afm [texcmssb.afm]==>[texcmssb.fmt] ../../build/bin/makefmt texcmti.afm [texcmss.afm]==>[texcmss.fmt] [texcmssi.afm]==>[texcmssi.fmt] ../../build/bin/makefmt texcmtt.afm ../../build/bin/makefmt -e adobestd.enc -o psagb.fmt Adobe-Core35_AFMs-314/ITCAvantGarde-Book.afm [texcmsy.afm]==>[texcmsy.fmt] ../../build/bin/makefmt -e adobestd.enc -o psagbo.fmt Adobe-Core35_AFMs-314/ITCAvantGarde-BookOblique.afm [texcmti.afm]==>[texcmti.fmt] ../../build/bin/makefmt -e adobestd.enc -o psagd.fmt Adobe-Core35_AFMs-314/ITCAvantGarde-Demi.afm [texcmtt.afm]==>[texcmtt.fmt] ../../build/bin/makefmt -e adobestd.enc -o psagdo.fmt Adobe-Core35_AFMs-314/ITCAvantGarde-DemiOblique.afm [Adobe-Core35_AFMs-314/ITCAvantGarde-Book.afm]==>[psagb.fmt] ../../build/bin/makefmt -e adobestd.enc -o psbd.fmt Adobe-Core35_AFMs-314/ITCBookman-Demi.afm [Adobe-Core35_AFMs-314/ITCAvantGarde-BookOblique.afm]==>[psagbo.fmt] ../../build/bin/makefmt -e adobestd.enc -o psbdi.fmt Adobe-Core35_AFMs-314/ITCBookman-DemiItalic.afm [Adobe-Core35_AFMs-314/ITCAvantGarde-Demi.afm]==>[psagd.fmt] ../../build/bin/makefmt -e adobestd.enc -o psbl.fmt Adobe-Core35_AFMs-314/ITCBookman-Light.afm [Adobe-Core35_AFMs-314/ITCAvantGarde-DemiOblique.afm]==>[psagdo.fmt] ../../build/bin/makefmt -e adobestd.enc -o psbli.fmt Adobe-Core35_AFMs-314/ITCBookman-LightItalic.afm [Adobe-Core35_AFMs-314/ITCBookman-Demi.afm]==>[psbd.fmt] ../../build/bin/makefmt -e adobestd.enc -o pscb.fmt Adobe-Core35_AFMs-314/Courier-Bold.afm [Adobe-Core35_AFMs-314/ITCBookman-DemiItalic.afm]==>[psbdi.fmt] ../../build/bin/makefmt -e adobestd.enc -o pscbo.fmt Adobe-Core35_AFMs-314/Courier-BoldOblique.afm [Adobe-Core35_AFMs-314/ITCBookman-LightItalic.afm]==>[psbli.fmt] ../../build/bin/makefmt -e adobestd.enc -o psc.fmt Adobe-Core35_AFMs-314/Courier.afm [Adobe-Core35_AFMs-314/ITCBookman-Light.afm]==>[psbl.fmt] [Adobe-Core35_AFMs-314/Courier-BoldOblique.afm]==>[pscbo.fmt] ../../build/bin/makefmt -e adobestd.enc -o psco.fmt Adobe-Core35_AFMs-314/Courier-Oblique.afm [Adobe-Core35_AFMs-314/Courier-Bold.afm]==>[pscb.fmt] ../../build/bin/makefmt -e adobestd.enc -o pshb.fmt Adobe-Core35_AFMs-314/Helvetica-Bold.afm ../../build/bin/makefmt -e adobestd.enc -o pshbo.fmt Adobe-Core35_AFMs-314/Helvetica-BoldOblique.afm [Adobe-Core35_AFMs-314/Courier.afm]==>[psc.fmt] [Adobe-Core35_AFMs-314/Courier-Oblique.afm]==>[psco.fmt] ../../build/bin/makefmt -e adobestd.enc -o psh.fmt Adobe-Core35_AFMs-314/Helvetica.afm ../../build/bin/makefmt -e adobestd.enc -o pshnb.fmt Adobe-Core35_AFMs-314/Helvetica-NarrowBold.afm [Adobe-Core35_AFMs-314/Helvetica-BoldOblique.afm]==>[pshbo.fmt] ../../build/bin/makefmt -e adobestd.enc -o pshnbo.fmt Adobe-Core35_AFMs-314/Helvetica-NarrowBoldOblique.afm [Adobe-Core35_AFMs-314/Helvetica-Bold.afm]==>[pshb.fmt] ../../build/bin/makefmt -e adobestd.enc -o pshn.fmt Adobe-Core35_AFMs-314/Helvetica-Narrow.afm [Adobe-Core35_AFMs-314/Helvetica-NarrowBold.afm]==>[pshnb.fmt] ../../build/bin/makefmt -e adobestd.enc -o pshno.fmt Adobe-Core35_AFMs-314/Helvetica-NarrowOblique.afm [Adobe-Core35_AFMs-314/Helvetica.afm]==>[psh.fmt] ../../build/bin/makefmt -e adobestd.enc -o psho.fmt Adobe-Core35_AFMs-314/Helvetica-Oblique.afm [Adobe-Core35_AFMs-314/Helvetica-NarrowBoldOblique.afm]==>[pshnbo.fmt] ../../build/bin/makefmt -e adobestd.enc -o psncsb.fmt Adobe-Core35_AFMs-314/NewCenturySchlbk-Bold.afm [Adobe-Core35_AFMs-314/Helvetica-Narrow.afm]==>[pshn.fmt] ../../build/bin/makefmt -e adobestd.enc -o psncsbi.fmt Adobe-Core35_AFMs-314/NewCenturySchlbk-BoldItalic.afm [Adobe-Core35_AFMs-314/Helvetica-NarrowOblique.afm]==>[pshno.fmt] ../../build/bin/makefmt -e adobestd.enc -o psncsi.fmt Adobe-Core35_AFMs-314/NewCenturySchlbk-Italic.afm [Adobe-Core35_AFMs-314/Helvetica-Oblique.afm]==>[psho.fmt] ../../build/bin/makefmt -e adobestd.enc -o psncsr.fmt Adobe-Core35_AFMs-314/NewCenturySchlbk-Roman.afm [Adobe-Core35_AFMs-314/NewCenturySchlbk-Bold.afm]==>[psncsb.fmt] ../../build/bin/makefmt -e adobestd.enc -o pspb.fmt Adobe-Core35_AFMs-314/Palatino-Bold.afm [Adobe-Core35_AFMs-314/NewCenturySchlbk-BoldItalic.afm]==>[psncsbi.fmt] ../../build/bin/makefmt -e adobestd.enc -o pspbi.fmt Adobe-Core35_AFMs-314/Palatino-BoldItalic.afm [Adobe-Core35_AFMs-314/NewCenturySchlbk-Italic.afm]==>[psncsi.fmt] ../../build/bin/makefmt -e adobestd.enc -o pspi.fmt Adobe-Core35_AFMs-314/Palatino-Italic.afm [Adobe-Core35_AFMs-314/NewCenturySchlbk-Roman.afm]==>[psncsr.fmt] ../../build/bin/makefmt -e adobestd.enc -o pspr.fmt Adobe-Core35_AFMs-314/Palatino-Roman.afm [Adobe-Core35_AFMs-314/Palatino-Bold.afm]==>[pspb.fmt] ../../build/bin/makefmt -o pssym.fmt Adobe-Core35_AFMs-314/Symbol.afm [Adobe-Core35_AFMs-314/Palatino-BoldItalic.afm]==>[pspbi.fmt] ../../build/bin/makefmt -e adobestd.enc -o pstb.fmt Adobe-Core35_AFMs-314/Times-Bold.afm [Adobe-Core35_AFMs-314/Symbol.afm]==>[pssym.fmt] ../../build/bin/makefmt -e adobestd.enc -o pstbi.fmt Adobe-Core35_AFMs-314/Times-BoldItalic.afm [Adobe-Core35_AFMs-314/Palatino-Italic.afm]==>[pspi.fmt] ../../build/bin/makefmt -e adobestd.enc -o psti.fmt Adobe-Core35_AFMs-314/Times-Italic.afm [Adobe-Core35_AFMs-314/Palatino-Roman.afm]==>[pspr.fmt] ../../build/bin/makefmt -e adobestd.enc -o pstr.fmt Adobe-Core35_AFMs-314/Times-Roman.afm [Adobe-Core35_AFMs-314/Times-Bold.afm]==>[pstb.fmt] ../../build/bin/makefmt -e adobestd.enc -o pszcmi.fmt Adobe-Core35_AFMs-314/ITCZapfChancery-MediumItalic.afm [Adobe-Core35_AFMs-314/Times-BoldItalic.afm]==>[pstbi.fmt] ../../build/bin/makefmt -o pszd.fmt Adobe-Core35_AFMs-314/ZapfDingbats.afm [Adobe-Core35_AFMs-314/Times-Roman.afm]==>[pstr.fmt] [Adobe-Core35_AFMs-314/Times-Italic.afm]==>[psti.fmt] ../../build/bin/fbuild plba.gle ../../build/bin/fbuild plcc.gle [Adobe-Core35_AFMs-314/ZapfDingbats.afm]==>[pszd.fmt] ../../build/bin/fbuild plcg.gle [plba.gle]==>[plba.fve] ../../build/bin/fbuild plci.gle [Adobe-Core35AFMs-314/ITCZapfChancery-MediumItalic.afm]==>[pszcmi.fmt] ../../build/bin/fbuild plcr.gle [plcc.gle]==>[plcc.fve] [plcg.gle]==>[plcg.fve] ../../build/bin/fbuild plcs.gle [plci.gle]==>[plci.fve] [plcr.gle]==>[plcr.fve] ../../build/bin/fbuild pldr.gle ../../build/bin/fbuild plge.gle [plcs.gle]==>[plcs.fve] ../../build/bin/fbuild plgg.gle ../../build/bin/fbuild plgi.gle [pldr.gle]==>[pldr.fve] ../../build/bin/fbuild plsa.gle [plge.gle]==>[plge.fve] ../../build/bin/fbuild plsg.gle [plsa.gle]==>[plsa.fve] [plgg.gle]==>[plgg.fve] [plgi.gle]==>[plgi.fve] ../../build/bin/fbuild plsr.gle ../../build/bin/fbuild plss.gle ../../build/bin/fbuild plsym1.gle [plsg.gle]==>[plsg.fve] ../../build/bin/fbuild plsym2.gle [plsr.gle]==>[plsr.fve] ../../build/bin/fbuild plti.gle [plss.gle]==>[plss.fve] ../../build/bin/fbuild pltr.gle [plsym1.gle]==>[plsym1.fve] ../../build/bin/makefmt plba.afm [plsym2.gle]==>[plsym2.fve] ../../build/bin/makefmt plcc.afm [plti.gle]==>[plti.fve] ../../build/bin/makefmt plcg.afm [plba.afm]==>[plba.fmt] [plcc.afm]==>[plcc.fmt] [pltr.gle]==>[pltr.fve] ../../build/bin/makefmt plci.afm ../../build/bin/makefmt plcr.afm [plcg.afm]==>[plcg.fmt] ../../build/bin/makefmt plcs.afm ../../build/bin/makefmt pldr.afm [plci.afm]==>[plci.fmt] ../../build/bin/makefmt plge.afm [plcr.afm]==>[plcr.fmt] ../../build/bin/makefmt plgg.afm [plcs.afm]==>[plcs.fmt] [pldr.afm]==>[pldr.fmt] ../../build/bin/makefmt plgi.afm [plge.afm]==>[plge.fmt] ../../build/bin/makefmt plsa.afm [plgg.afm]==>[plgg.fmt] ../../build/bin/makefmt plsg.afm ../../build/bin/makefmt plsr.afm [plgi.afm]==>[plgi.fmt] [plsa.afm]==>[plsa.fmt] ../../build/bin/makefmt plss.afm [plsg.afm]==>[plsg.fmt] ../../build/bin/makefmt plsym1.afm [plsr.afm]==>[plsr.fmt] ../../build/bin/makefmt plsym2.afm ../../build/bin/makefmt plti.afm [plss.afm]==>[plss.fmt] [plsym1.afm]==>[plsym1.fmt] ../../build/bin/makefmt pltr.afm [plsym2.afm]==>[plsym2.fmt] ../../build/bin/makefmt pshc.afm ../../build/bin/makefmt pshcb.afm [plti.afm]==>[plti.fmt] [pltr.afm]==>[pltr.fmt] ../../build/bin/makefmt pshcbo.afm ../../build/bin/makefmt pshcdo.afm [pshc.afm]==>[pshc.fmt] ../../build/bin/makefmt -e koi8r.enc -o arial8.fmt cyrillic/arial8.afm [pshcb.afm]==>[pshcb.fmt] [pshcbo.afm]==>[pshcbo.fmt] ../../build/bin/makefmt -e koi8r.enc -o arialbd8.fmt cyrillic/arialbd8.afm [pshcdo.afm]==>[pshcdo.fmt] ../../build/bin/makefmt -e koi8r.enc -o arialbi8.fmt cyrillic/arialbi8.afm ../../build/bin/makefmt -e koi8r.enc -o ariali8.fmt cyrillic/ariali8.afm [cyrillic/arial8.afm]==>[arial8.fmt] ../../build/bin/makefmt -e koi8r.enc -o cour8.fmt cyrillic/cokoi8n.afm [cyrillic/arialbd8.afm]==>[arialbd8.fmt] ../../build/bin/makefmt -e koi8r.enc -o courbd8.fmt cyrillic/cokoi8b.afm [cyrillic/arialbi8.afm]==>[arialbi8.fmt] ../../build/bin/makefmt -e koi8r.enc -o courbi8.fmt cyrillic/cokoi8bi.afm [cyrillic/ariali8.afm]==>[ariali8.fmt] ../../build/bin/makefmt -e koi8r.enc -o couri8.fmt cyrillic/cokoi8i.afm [cyrillic/cokoi8n.afm]==>[cour8.fmt] ../../build/bin/makefmt -e koi8r.enc -o times8.fmt cyrillic/times8.afm [cyrillic/cokoi8b.afm]==>[courbd8.fmt] ../../build/bin/makefmt -e koi8r.enc -o timesbd8.fmt cyrillic/timesbd8.afm [cyrillic/cokoi8bi.afm]==>[courbi8.fmt] ../../build/bin/makefmt -e koi8r.enc -o timesbi8.fmt cyrillic/timesbi8.afm [cyrillic/cokoi8i.afm]==>[couri8.fmt] ../../build/bin/makefmt -e koi8r.enc -o timesi8.fmt cyrillic/timesi8.afm [cyrillic/times8.afm]==>[times8.fmt] mkdir -p ../../build/font [cyrillic/timesbd8.afm]==>[timesbd8.fmt] [cyrillic/timesbi8.afm]==>[timesbi8.fmt] [cyrillic/timesi8.afm]==>[timesi8.fmt] cp -p .fve .fmt ../../build/font cp -p font.dat ../../build/font cp -p psfont.dat ../../build/font touch movefonts /Applications/Xcode.app/Contents/Developer/usr/bin/make -C src/lib -f Makefile.gcc mkdir -p ../../build/gleinc mkdir -p ../../build/gleinc/compat cp -p .gle ../../build/gleinc/ cp -p compat/_.gle ../../build/gleinc/compat/ /Applications/Xcode.app/Contents/Developer/usr/bin/make -C src/TeX cp -p init.tex ../../build/ ../../build/bin/gle -mkinittex GLE 4.2.4c[init.tex]-C-R- If GLE says 'Saving definitions', then compilation was successful.

init.tex (692) |end text| Saving definitions


Type "make doc" to build the GLE reference manual (requires LaTeX) Type "make install" to install GLE 4.2.4c Install data into: /usr/local/Cellar/gle/4.2.4c/share/gle-graphics/4.2.4c Install library into: /usr/local/Cellar/gle/4.2.4c/lib Install binary into: /usr/local/Cellar/gle/4.2.4c/bin


==> make install platform/autoconf/install-sh -c -d /usr/local/Cellar/gle/4.2.4c/share/gle-graphics/4.2.4c platform/autoconf/install-sh -c -d /usr/local/Cellar/gle/4.2.4c/bin platform/autoconf/install-sh -c -d /usr/local/Cellar/gle/4.2.4c/share/man/man1 platform/autoconf/install-sh -c -d /usr/local/Cellar/gle/4.2.4c/share/doc/gle-graphics platform/autoconf/install-sh -c -d /usr/local/Cellar/gle/4.2.4c/lib/pkgconfig /usr/bin/install -c -m 644 build/glerc /usr/local/Cellar/gle/4.2.4c/share/gle-graphics/4.2.4c /usr/bin/install -c -m 644 build/inittex.ini /usr/local/Cellar/gle/4.2.4c/share/gle-graphics/4.2.4c /usr/bin/install -c -m 644 build/init.tex /usr/local/Cellar/gle/4.2.4c/share/gle-graphics/4.2.4c /usr/bin/install -c -m 644 build/manip.hlp /usr/local/Cellar/gle/4.2.4c/share/gle-graphics/4.2.4c /usr/bin/install -c -m 644 src/doc/gle.1 /usr/local/Cellar/gle/4.2.4c/share/man/man1/ /usr/bin/install -c -m 644 platform/autoconf/gle-graphics.pc /usr/local/Cellar/gle/4.2.4c/lib/pkgconfig/ cp -p -r build/font /usr/local/Cellar/gle/4.2.4c/share/gle-graphics/4.2.4c cp -p -r build/doc/* /usr/local/Cellar/gle/4.2.4c/share/doc/gle-graphics cp: build/doc/_: No such file or directory make: [preinstall] Error 1 (ignored) cp -p -r build/gleinc /usr/local/Cellar/gle/4.2.4c/share/gle-graphics/4.2.4c chmod -R a+rX /usr/local/Cellar/gle/4.2.4c/share/gle-graphics/4.2.4c/font chmod -R a+rX /usr/local/Cellar/gle/4.2.4c/share/gle-graphics/4.2.4c/gleinc chmod -R a+rX /usr/local/Cellar/gle/4.2.4c/share/doc/gle-graphics /usr/bin/install -c -m 755 build/bin/gle /usr/local/Cellar/gle/4.2.4c/bin/ /usr/bin/install -c -m 755 build/bin/manip* /usr/local/Cellar/gle/4.2.4c/bin/


GLE 4.2.4c has been installed You can use GLE now by entering the command "gle" (Provided that /usr/local/Cellar/gle/4.2.4c/bin is in your PATH.)


==> Cleaning rmdir: /usr/local/Cellar/gle/4.2.4c/share/doc/gle-graphics (empty) rmdir: /usr/local/Cellar/gle/4.2.4c/share/doc (empty) ==> Finishing up ln -s ../Cellar/gle/4.2.4c/bin/manip manip ln -s ../Cellar/gle/4.2.4c/bin/glegs glegs ln -s ../Cellar/gle/4.2.4c/bin/glebtool glebtool ln -s ../Cellar/gle/4.2.4c/bin/gle gle ln -s ../../../Cellar/gle/4.2.4c/share/man/man1/gle.1 gle.1 ln -s ../Cellar/gle/4.2.4c/share/gle-graphics gle-graphics ln -s ../../Cellar/gle/4.2.4c/lib/pkgconfig/gle-graphics.pc gle-graphics.pc ln -s ../../Cellar/gle/4.2.4c gle ln -s ../Cellar/gle/4.2.4c gle ==> Summary 🍺 /usr/local/Cellar/gle/4.2.4c: 146 files, 4.5M, built in 34 seconds

adamv commented 10 years ago

Please include large build outputs as gists ( https://gist.github.com/ ).

asparagui commented 10 years ago

Removing the => :build from the cairo dependency seems to fix some of this:

gle -h d GLE version 4.2.4c Usage: gle [options] filename.gle More information: gle -help

Option: -device Abbreviation(s): -d Selects output device(s) Argument 'device-names': set output device(s) Possible values: eps, ps, pdf, svg, jpg, png, x11

Can you test that?

theory16 commented 10 years ago

Thanks. Yes, removing 'the => : build' does seem to fix it. Have compiled, and now the binary produces a sensible svg file with a test example. (Sorry about the excessive build output - will use gist in future.)