mschwartz@oneiric:~/src/SilkJS$ gcc --version
gcc (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1

Line 18 in process.cpp:

#include "v8-read-only/src/v8.h"


On Friday, April 27, 2012 9:48:31 AM UTC-7, Jakob Kummerow wrote:
>
> Current trunk compiles fine and ships in Chrome Canary v20.0.1120.0.
>
> What GCC are you using?
>
> On Fri, Apr 27, 2012 at 18:45, mschwartz <[email protected]> wrote:
>
>> Sorry, it isn't fixed in bleeding_edge.  I spoke too soon :-)
>>
>>
>> On Friday, April 27, 2012 9:42:12 AM UTC-7, mschwartz wrote:
>>
>>> This is the second time I've reported this kind of thing.
>>>
>>> Shouldn't v8 actually build before being put in trunk?
>>>
>>> g++ -fexceptions -fomit-frame-pointer -fdata-sections 
>>> -ffunction-sections -fno-strict-aliasing -fvisibility=hidden -Wall -W 
>>> -Wno-ignored-qualifiers -Wno-unused-function -Wno-unused-parameter 
>>> -Wnon-virtual-dtor -m64 -O3 -fomit-frame-pointer -fdata-sections 
>>> -ffunction-sections -ansi -fno-strict-aliasing -c -I./v8-read-only/include 
>>> -I/usr/include/mysql -o process.o process.cpp
>>> In file included from v8-read-only/src/elements.h:**32:0,
>>>                  from v8-read-only/src/objects-inl.**h:38,
>>>                  from v8-read-only/src/v8.h:60,
>>>                  from process.cpp:18:
>>> v8-read-only/src/heap.h:1426:**3: error: invalid application of 
>>> ‘sizeof’ to incomplete type ‘StaticAssertion<false>’ 
>>> v8-read-only/src/heap.h:1426:**3: error: template argument 1 is invalid
>>> make[1]: *** [process.o] Error 1
>>> make[1]: Leaving directory `/home/mschwartz/src/SilkJS/**src'
>>> make: *** [all] Error 2
>>>
>>>  -- 
>> v8-users mailing list
>> [email protected]
>> http://groups.google.com/group/v8-users
>>
>
>
>
> -- 
> Jakob Kummerow | Software Engineer (V8) | [email protected] | +49 89 
> 83930-9082
> Google Germany GmbH
> Diener-Straße 12
> D-80331 München
>
> AG Hamburg, HRB 86891
> Sitz der Gesellschaft: ABC-Str. 19, D-20354 Hamburg
> Geschäftsführer: Graham Law, Katherine Stephens
>
> Tax ID: 48/725/00206 
> VAT ID: DE813741370
>
> 

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

Reply via email to