We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue was originally filed by [email protected]
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Expected output: sucessful biuld I see: cc1plus: warnings being treated as errors ../runtime/vm/dart_api_impl.cc: In function 'bool dart::Dart_Initialize(int, const char**, void* ()(void))': ../runtime/vm/dart_api_impl.cc:211:67: error: declaration of 'bool dart::Dart_Initialize(int, const char**, void* ()(void))' with C language linkage ../runtime/include/dart_api.h:259:18: error: conflicts with previous declaration 'bool Dart_Initialize(int, char**, void* ()(void))' CXX(target) out/Debug_ia32/obj.target/libdart_lib/runtime/lib/object.o make: *** [out/Debug_ia32/obj.target/libdart_api/runtime/vm/dart_api_impl.o] Error 1 make: *** Waiting for unfinished jobs.... make -j 6 BUILDTYPE=Debug_ia32 all BUILD FAILED
What version of the product are you using? On what operating system? Ubuntu 11.04, gcc 4.5
Please provide any additional information below. It looks like the build was broken at r1550
See diff: http://code.google.com/p/dart/source/diff?spec=svn1550&r=1550&format=side&path=/branches/bleeding_edge/dart/runtime/vm/dart_api_impl.cc&old_path=/branches/bleeding_edge/dart/runtime/vm/dart_api_impl.cc&old=1499
Corresponding .h was not changed
The text was updated successfully, but these errors were encountered:
This comment was originally written by @chrisbu
Also, runtime/bin/main.cc and runtime/bin/gen_snapshot need updating to remove the const_cast when this gets changed (see todo items).
Sorry, something went wrong.
Set owner to @a-siva. Added Area-VM, Triaged labels.
http://codereview.chromium.org//8574075
Added Fixed label.
a-siva
No branches or pull requests
This issue was originally filed by [email protected]
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Expected output: sucessful biuld
I see:
cc1plus: warnings being treated as errors
../runtime/vm/dart_api_impl.cc: In function 'bool dart::Dart_Initialize(int, const char**, void* ()(void))':
../runtime/vm/dart_api_impl.cc:211:67: error: declaration of 'bool dart::Dart_Initialize(int, const char**, void* ()(void))' with C language linkage
../runtime/include/dart_api.h:259:18: error: conflicts with previous declaration 'bool Dart_Initialize(int, char**, void* ()(void))'
CXX(target) out/Debug_ia32/obj.target/libdart_lib/runtime/lib/object.o
make: *** [out/Debug_ia32/obj.target/libdart_api/runtime/vm/dart_api_impl.o] Error 1
make: *** Waiting for unfinished jobs....
make -j 6 BUILDTYPE=Debug_ia32 all
BUILD FAILED
What version of the product are you using? On what operating system?
Ubuntu 11.04, gcc 4.5
Please provide any additional information below.
It looks like the build was broken at r1550
See diff:
http://code.google.com/p/dart/source/diff?spec=svn1550&r=1550&format=side&path=/branches/bleeding_edge/dart/runtime/vm/dart_api_impl.cc&old_path=/branches/bleeding_edge/dart/runtime/vm/dart_api_impl.cc&old=1499
Corresponding .h was not changed
The text was updated successfully, but these errors were encountered: