Status: New
Owner: ----

New issue 3357 by [email protected]: Compilation failure - posix_memalign not available on solaris 10u10
http://code.google.com/p/v8/issues/detail?id=3357

Hi,

I'm trying to compile v8 trunk rev 21578 on solaris 10u10. I get the following error:

../src/allocation.cc: In function 'void* v8::internal::AlignedAlloc(uint_t, uint_t)': ../src/allocation.cc:95:43: error: 'posix_memalign' was not declared in this scope
   if (posix_memalign(&ptr, alignment, size)) ptr = NULL;

posix_memalign is not available on 10u10.






--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to