POV-Ray : Newsgroups : povray.macintosh : mac versions. : Re: mac versions. Server Time
28 Jun 2024 20:20:57 EDT (-0400)
  Re: mac versions.  
From: James Gray
Date: 25 Nov 2002 16:48:26
Message: <junk-2511021548260001@ip68-97-75-252.ok.ok.cox.net>
In article <3dde9097$1@news.povray.org>, David Burnett
<var### [at] ntlworldcom> wrote:

> Yep. I'm afraid I've been at the happy juice a bit to much or 
> something, get rid of that 's'
> 
> 
> -I/sw/include
> 
> 
> You'll also need to add
> 
> #define X_DISPLAY_MISSING 1
> 
> to the end of src/conf.h
> 
> which will be the next problem you would hit.

(I didn't see a file attached to that message.)

Your hints got me farther still.  I ran into another problem with the tiff
file, which looked like a libjpeg redo, so I asked fink to install libtiff
even though it's not listed as needed in the readme.  That seemed to solve
that.

After that I hit one more problem, which appears related to all the
external libraries.  Here's what it's saying now...

c++  `if [ "Xgcc" = "Xgcc" ]; then echo "-Wno-multichar"; fi ` -O3
-maltivec -mtune=powerpc -I/sw/include  -o povray  atmosph.o bbox.o bcyl.o
benchmark.o bezier.o blob.o boxes.o bsphere.o camera.o chi2.o colour.o
colutils.o cones.o csg.o discs.o express.o file_pov.o fncode.o fnintern.o
fnpovfpu.o fnsyntax.o fpmetric.o fractal.o function.o gif.o gifdecod.o
hcmplx.o hfield.o histogra.o iff.o image.o interior.o isosurf.o jpeg_pov.o
lathe.o lbuffer.o lightgrp.o lighting.o matrices.o media.o mesh.o normal.o
objects.o octree.o optin.o optout.o parse.o parsestr.o parstxtr.o
pattern.o pgm.o photons.o pigment.o planes.o png_pov.o point.o poly.o
polygon.o polysolv.o pov_mem.o povms.o povmscpp.o povmsend.o povmsrec.o
povray.o pov_util.o ppm.o prism.o quadrics.o quatern.o rad_data.o
radiosit.o ray.o render.o renderio.o sor.o spheres.o sphsweep.o splines.o
statspov.o super.o targa.o texture.o tiff_pov.o tokenize.o torus.o
triangle.o truetype.o txttest.o userdisp.o userio.o vbuffer.o vlbuffer.o
warps.o unix.o  -lz -lm 
ld: Undefined symbols:
_jpeg_CreateCompress
_jpeg_CreateDecompress
_jpeg_destroy_compress
_jpeg_destroy_decompress
_jpeg_finish_compress
_jpeg_finish_decompress
_jpeg_read_header
_jpeg_read_scanlines
_jpeg_resync_to_restart
_jpeg_set_defaults
_jpeg_set_quality
_jpeg_start_compress
_jpeg_start_decompress
_jpeg_std_error
_jpeg_write_scanlines
_TIFFGetVersion
_png_get_libpng_ver
_png_create_info_struct
_png_create_read_struct
_png_create_write_struct
_png_destroy_read_struct
_png_destroy_write_struct
_png_get_error_ptr
_png_get_io_ptr
_png_read_end
_png_read_image
_png_read_info
_png_read_row
_png_read_update_info
_png_set_flush
_png_set_gamma
_png_set_interlace_handling
_png_set_packing
_png_set_read_fn
_png_set_strip_16
_png_set_write_fn
_png_write_end
_png_write_finish_row
_png_write_flush
_png_write_info
_png_write_row
_TIFFClose
_TIFFComputeStrip
_TIFFGetField
_TIFFGetFieldDefaulted
_TIFFOpen
_TIFFReadEncodedStrip
_TIFFReadRGBAImage
_TIFFScanlineSize
_TIFFSetErrorHandler
_TIFFSetWarningHandler
_TIFFStripSize
make[1]: *** [povray] Error 1
make: *** [all-recursive] Error 1

James


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.