View Single Post
  #8  
Old 08-24-2010, 04:45 PM
Posix
Fire Beetle
 
Join Date: Aug 2010
Posts: 14
Default

Yep. The link in the thread you pointed me to no longer works, but I found the latest version here.

I still needed to fix the issue with trying to use THREAD_MUTEX_RECURSIVE_NP instead of PTHREAD_MUTEX_RECURSIVE (easy fix, that), but everything else seems to be going well. I also noticed there was a new svn release the other day, so I'm trying this out with a fresh code base.

And no dice.:
Code:
embperl.o(.text+0xcf1): In function `xs_init':
: undefined reference to `boot_Object'
*** Error code 1
Seeing what I can do to track this one down. A missing XSLT header file, perhaps?
Reply With Quote