Very nice, exactly what I wished for Christmas! ;-) Now libdispatch builds out of the box (with prerequisite libkqueue and libpthread_workqueue in /usr/local) on Solaris with: ————————— $ svn co http://svn.macosforge.org/repository/libdispatch/trunk ... Checked out revision 194. $ cd trunk $ sh autogen.sh ... $ ./configure CFLAGS="-m64 -I/usr/local/include" LDFLAGS="-L/usr/local/lib” ... $ gmake install ... $ file /usr/local/lib/libdispatch.so /usr/local/lib/libdispatch.so: ELF 64-bit LSB dynamic lib AMD64 Version 1, dynamically linked, not stripped, no debugging information available $ ————————— A few patches remains for the test suite to pass through properly, hope to be able to package that up soon! Also, testing of block support is dependent on getting clang up and working on Solaris, haven’t had time to look at that in-depth yet, it failed when I just tried it quickly. Thanks! Joakim On 23 dec 2010, at 02.36, Jordan K. Hubbard wrote:
Sending configure.ac Sending libdispatch.xcodeproj/project.pbxproj Sending m4/private-extern.m4 Sending src/Makefile.am Sending src/queue.c Sending src/shims/getprogname.h Sending src/shims/time.c Sending testing/dispatch_after.c Transmitting file data ........ Committed revision 194.
Merry Christmas. :-)
- Jordan
On Dec 10, 2010, at 8:23 AM, Joakim Johansson wrote:
…a very nice present would be integration of the patches from Mark:
—— Subject: [libdispatch-dev] [PATCH] various portability issues Date: 10 november 2010 02.51.03 CET -—
:-)
(then we can submit the required patches for passing the test suite next...)
Wishing for a friendly SC!
Cheers,
Joakim
_______________________________________________ libdispatch-dev mailing list libdispatch-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/libdispatch-dev