Hi Brian, Brian Nitz wrote: > Hi Amanda, > > How would you suggest testing the library? The Makefile under the > examples/Linux directory doesn't work.
There are some in Generic that I was able to build. FIFImportExport.cpp ShowMetadata.cpp are examples. The main test case is the Ruby image science gem. To test that: - pfexec pkg install SUNWruby18 - pfexec gem install RubyInline - pfexec gem install image_science - irb > require 'rubygems' > require 'image_science' > quit The last require command should come back with 'true' and you'll find in /root/.ruby_inline that there will now be the image_science library. Amanda > > Amanda Waite wrote: >> Hi folks, >> >> I need one more vote, anyone care to venture into the unknown... >> >> Cheers >> >> Amanda >> >> >> Amanda Waite wrote: >>> Hi there, >>> >>> I'd like to request a vote on the 'freeimage' package at: >>> >>> http://jucr.opensolaris.org/pending/manifest/0/freeimage%403.1.20%2C5.11-0.111%3A20090902T165120Z >>> >>> >>> >>> Spec file is: >>> >>> http://jucr.opensolaris.org/review/packages/1352/ >>> >>> Last build is at: >>> >>> http://jucr.opensolaris.org/build/viewjob/3553/ >>> >>> There are some examples in /usr/share/freeimage/examples, although >>> they are not easy to build/test. The static library is included >>> (32-bit and 64-bit) because the Ruby image_science gem uses it. >>> >>> Thanks >>> >>> Amanda >>> >>> _______________________________________________ >>> sw-porters-discuss mailing list >>> sw-porters-discuss at opensolaris.org >>> http://mail.opensolaris.org/mailman/listinfo/sw-porters-discuss >> >> _______________________________________________ >> sw-porters-discuss mailing list >> sw-porters-discuss at opensolaris.org >> http://mail.opensolaris.org/mailman/listinfo/sw-porters-discuss >
