Al,
OK, I tried removing what was before :: and got a different error on
that line. Let me get a before and after snapshot. I took what you said
to mean remove X from an X::Y construct. Did I understand incorrectly?

Arnie

Error from the last build:
/usr/src/secondary/jdk-build/hotspot/src/cpu/amd64/vm/frame_amd64.hpp:130:
error: extra qualification 'frame::' on member 'native_param_addr'

Line 130 in offending file before editing:
inline address* frame::native_param_addr(int idx) const;

Line 130 after editing:
inline address* ::native_param_addr(int idx) const;

Error on next build:
/usr/src/secondary/jdk-build/hotspot/src/cpu/amd64/vm/frame_amd64.hpp:130:
error: invalid use of '::'

You have to remove the :: to! See the first link to this problem I posted a dayor two back for aspell.

Al

--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to