My app use therubyracer gem that is actually a ruby binding to V8 javascript 
machine. When I try to push to heroku I got

scons: Building targets ...
       gcc -o obj/release/dtoa-config.o -c -Werror -Wno-uninitialized -m64 -O3 
-fomit-frame-pointer -fdata-sections -ffunction-sections -fPIC -ansi 
-DV8_TARGET_ARCH_X64 -DENABLE_VMSTATE_TRACKING -DENABLE_LOGGING_AND_PROFILING 
-DENABLE_DEBUGGER_SUPPORT -Isrc src/dtoa-config.c
       fatal: unrecognized command 'gcc -o "obj/release/dtoa-config.o" -c 
-Werror -Wno-uninitialized -m64 -O3 -fomit-frame-pointer -fdata-sections 
-ffunction-sections -fPIC -ansi -DV8_TARGET_ARCH_X64 -DENABLE_VMSTATE_TRACKING 
-DENABLE_LOGGING_AND_PROFILING -DENABLE_DEB

It tries to build V8 source code and fail with unrecognized command error. I 
tried both on MRI 1.8.7 and 1.9.2 with the same results. Full output is here 
http://pastie.org/1469181 

Does anybody have an idea how to fix that?
 

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.

Reply via email to