Hi everyone,

for a project I'm working on I need to interact with an external programm. 
I implemented the approach using the boost::interprocess class which works 
fine with a stand-alone "server" and a stand-alone "client" (with code and 
functionality matching the thing I implemented in v8). The whole thing 
works perfectly with the stand-alone implementation, but fails in v8 
stating "Function not implemented" on either of the boost::interprocess 
subclasses I tried (named_mutex, managed_shared_memory, named_condition). 

I needed to tweak a few things in the Makefiles to include the "-lrt" flag 
for the linking to get rid of compile-time errors. After doing so, the 
compilation worked fine but I get the errors mentioned before.

Any ideas?

Cheers,
 Ben

-- 
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to