Status: New
Owner: ----

New issue 3393 by [email protected]: Variable name conflict in OS::LogSharedLibraryAddresses on FreeBSD introduced by r21819
http://code.google.com/p/v8/issues/detail?id=3393

There already is an integer result variable defined in the function's body.


Error message:

CXX(target) /usr/home/ignisf/libv8/vendor/v8/out/ia32.release/obj.target/v8_base/src/platform-freebsd.o ../src/platform-freebsd.cc:158:12: error: member reference base type 'int' is not a structure or union
    result.push_back(SharedLibraryAddress(start_of_path, start, end));
    ~~~~~~ ^
1 error generated.
gmake[1]: *** [/usr/home/ignisf/libv8/vendor/v8/out/ia32.release/obj.target/v8_base/src/platform-freebsd.o] Error 1
gmake[1]: Leaving directory `/usr/home/ignisf/libv8/vendor/v8/out'
gmake: *** [ia32.release] Error 2


--
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