Commit Graph

4 Commits

Author SHA1 Message Date
Tim Vanderhoek
4b7f92f936 Commit #2/4 to enforce Caps, no period. I ran this oe as
$ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab`

Results to follow.  :)
1999-06-26 17:55:58 +00:00
Satoshi Asami
89be57678d Mark this broken:
---
cc -O -pipe -o rayshade main.o raytrace.o version.o ../libshade/libshade.a ../libray/libray.a /usr/local/lib/librle.a -lm
imagetext.o: Undefined symbol `_ImageRead' referenced from text segment
imagetext.o: Undefined symbol `_ImageIndex' referenced from text segment
imagetext.o: Undefined symbol `_ImageIndex' referenced from text segment
imagetext.o: Undefined symbol `_ImageIndex' referenced from text segment
*** Error code 1

Stop.
1998-11-28 00:58:32 +00:00
Justin M. Seger
23752ca3ed Mark BROKEN for ELF:
bray/libray.a /usr/local/lib/librle.a -lm
../libshade/libshade.a(setup.o): In function `RSSetup':
setup.o(.text+0x2bf): undefined reference to `SurfPush'
../libshade/libshade.a(shade.o): In function `ShadeRay':
shade.o(.text+0xb7): undefined reference to `ComputeSurfProps'
shade.o(.text+0x115): undefined reference to `Atmospherics'
../libshade/libshade.a(shade.o): In function `TransmitRay':
shade.o(.text+0x714): undefined reference to `MediumPush'
../libshade/libshade.a(yacc.o): In function `yyparse':
yacc.o(.text+0x1942): undefined reference to `SurfaceCopy'
yacc.o(.text+0x196a): undefined reference to `SurfaceCopy'
yacc.o(.text+0x199c): undefined reference to `SurfaceCopy'
and about 20 more lines of similar errors
1998-10-12 04:05:33 +00:00
Matthew Hunt
8a15221195 Import of Rayshade 4.0 raytracing software.
PR:		6158
Submitted by:	Pedro F. Giffuni <giffunip@asme.org>
1998-05-26 04:04:19 +00:00