Looks like a conflict happened during update. What 'svn stat' says?
2007/7/25, Alexey Petrenko <[EMAIL PROTECTED]>:
Guys,
I can not build drlvm on Linux for a few days. The following error
appears after usual svn update and do not want to go away :(
Svn updates and deep cleaning of repository did not help...
What am I doing wrong?
Thanks in advance.
SY, Alexey
build.native.init:
[echo] ## Building native of 'vm.vmcore'
[mkdir] Created dir:
/nfs/pb/home/aapetren/work/harmony/working_vm/build/lnx_ia32_gcc_release/semis/vm/vmcore/_bin
[mkdir] Created dir:
/nfs/pb/home/aapetren/work/harmony/working_vm/build/lnx_ia32_gcc_release/semis/vm/vmcore/_obj
build.native.c:
[cc] 0 total files to be compiled.
build.native.cpp:
[cc] 170 total files to be compiled.
[cc]
/nfs/pb/home/aapetren/work/harmony/working_vm/vm/vmcore/include/vm_threads.h:134:
error: previous declaration of 'volatile VM_thread*
p_the_safepoint_control_thread' with 'C++' linkage
[cc]
/nfs/pb/home/aapetren/work/harmony/working_vm/vm/vmcore/src/thread/thread_manager.cpp:81:
error: conflicts with new declaration with 'C' linkage
[cc]
/nfs/pb/home/aapetren/work/harmony/working_vm/vm/vmcore/include/vm_threads.h:135:
error: previous declaration of 'volatile safepoint_state
global_safepoint_status' with 'C++' linkage
[cc]
/nfs/pb/home/aapetren/work/harmony/working_vm/vm/vmcore/src/thread/thread_manager.cpp:82:
error: conflicts with new declaration with 'C' linkage
[cc]
/nfs/pb/home/aapetren/work/harmony/working_vm/vm/vmcore/src/jni/jni.cpp:
In function 'jint jni_init()':
[cc]
/nfs/pb/home/aapetren/work/harmony/working_vm/vm/vmcore/src/jni/jni.cpp:387:
warning: invalid access to non-static data member
'JavaVM_Internal::link' of NULL object
[cc]
/nfs/pb/home/aapetren/work/harmony/working_vm/vm/vmcore/src/jni/jni.cpp:387:
warning: (perhaps the 'offsetof' macro was used incorrectly)
[cc]
/nfs/pb/home/aapetren/work/harmony/working_vm/vm/vmcore/src/jni/jni.cpp:387:
warning: invalid access to non-static data member
'JavaVM_Internal::link' of NULL object
[cc]
/nfs/pb/home/aapetren/work/harmony/working_vm/vm/vmcore/src/jni/jni.cpp:387:
warning: (perhaps the 'offsetof' macro was used incorrectly)
[cc]
/nfs/pb/home/aapetren/work/harmony/working_vm/vm/vmcore/src/jni/jni.cpp:
In function 'jint JNI_GetCreatedJavaVMs(JavaVM**, jsize, jsize*)':
[cc]
/nfs/pb/home/aapetren/work/harmony/working_vm/vm/vmcore/src/jni/jni.cpp:426:
warning: invalid access to non-static data member
'JavaVM_Internal::link' of NULL object
[cc]
/nfs/pb/home/aapetren/work/harmony/working_vm/vm/vmcore/src/jni/jni.cpp:426:
warning: (perhaps the 'offsetof' macro was used incorrectly)
[cc]
/nfs/pb/home/aapetren/work/harmony/working_vm/vm/vmcore/src/jni/jni.cpp:
In function 'jint JNI_CreateJavaVM(JavaVM**, JNIEnv**, void*)':
[cc]
/nfs/pb/home/aapetren/work/harmony/working_vm/vm/vmcore/src/jni/jni.cpp:456:
warning: invalid access to non-static data member
'JavaVM_Internal::link' of NULL object
[cc]
/nfs/pb/home/aapetren/work/harmony/working_vm/vm/vmcore/src/jni/jni.cpp:456:
warning: (perhaps the 'offsetof' macro was used incorrectly)
[cc]
/nfs/pb/home/aapetren/work/harmony/working_vm/vm/vmcore/src/jni/jni.cpp:543:
warning: invalid access to non-static data member
'JavaVM_Internal::link' of NULL object
[cc]
/nfs/pb/home/aapetren/work/harmony/working_vm/vm/vmcore/src/jni/jni.cpp:543:
warning: (perhaps the 'offsetof' macro was used incorrectly)
[cc]
/nfs/pb/home/aapetren/work/harmony/working_vm/vm/vmcore/src/jni/jni.cpp:543:
warning: invalid access to non-static data member
'JavaVM_Internal::link' of NULL object
[cc]
/nfs/pb/home/aapetren/work/harmony/working_vm/vm/vmcore/src/jni/jni.cpp:543:
warning: (perhaps the 'offsetof' macro was used incorrectly)
[cc]
/nfs/pb/home/aapetren/work/harmony/working_vm/vm/vmcore/src/jni/jni.cpp:543:
warning: invalid access to non-static data member
'JavaVM_Internal::link' of NULL object
[cc]
/nfs/pb/home/aapetren/work/harmony/working_vm/vm/vmcore/src/jni/jni.cpp:543:
warning: (perhaps the 'offsetof' macro was used incorrectly)
[cc]
/nfs/pb/home/aapetren/work/harmony/working_vm/vm/vmcore/src/jni/jni.cpp:543:
warning: invalid access to non-static data member
'JavaVM_Internal::link' of NULL object
[cc]
/nfs/pb/home/aapetren/work/harmony/working_vm/vm/vmcore/src/jni/jni.cpp:543:
warning: (perhaps the 'offsetof' macro was used incorrectly)
BUILD FAILED
/nfs/pb/home/aapetren/work/harmony/working_vm/build/make/build.xml:479:
The following error occurred while executing this line:
/nfs/pb/home/aapetren/work/harmony/working_vm/build/make/build.xml:486:
The following error occurred while executing this line:
/nfs/pb/home/aapetren/work/harmony/working_vm/build/make/build_component.xml:73:
The following error occurred while executing this line:
/nfs/pb/home/aapetren/work/harmony/working_vm/build/lnx_ia32_gcc_release/semis/build/targets/build.native.xml:81:
gcc failed with return code 1
Total time: 6 minutes 11 seconds
*
* Please, refer to README.txt for details.