Ticket #12241: odcctools_error.txt

File odcctools_error.txt, 3.9 KB (added by macfreek (Freek Dijkstra), 17 years ago)

error log

Line 
1cd libstuff && make
2make[1]: Nothing to be done for `default'.
3cd ar && make
4make[1]: Nothing to be done for `default'.
5cd as && make
6cd ppc && make
7make[2]: Nothing to be done for `default'.
8cd ppc64 && make
9make[2]: Nothing to be done for `default'.
10cd i386 && make
11make[2]: Nothing to be done for `default'.
12cd x86_64 && make
13make[2]: Nothing to be done for `default'.
14cd include && make
15make[1]: Nothing to be done for `default'.
16cd libmacho && make
17make[1]: Nothing to be done for `default'.
18cd ld && make
19make[1]: Nothing to be done for `default'.
20cd ld64 && make
21g++ -Wall -Wno-long-double -Wno-import  -DHAVE_CONFIG_H  -DDEBUG -I/opt/local/include -I. -I. -I./src -I..//include -I../include   -O2 -fno-builtin-round -fno-builtin-trunc -no-cpp-precomp -O2 -mdynamic-no-pic  -c -o ld.o ./src/ld.cpp
22In file included from ./src/MachOWriterExecutable.hpp:39,
23                 from ./src/ld.cpp:55:
24..//include/mach/ppc/thread_status.h:44:1: warning: "THREAD_STATE_NONE" redefined
25In file included from ..//include/mach/machine/thread_status.h:29,
26                 from ..//include/mach/thread_status.h:70,
27                 from ..//include/mach/exception_types.h:147,
28                 from ..//include/mach/mach_types.h:75,
29                 from ..//include/mach/mach_time.h:26,
30                 from ./src/ld.cpp:33:
31..//include/mach/i386/thread_status.h:84:1: warning: this is the location of the previous definition
32In file included from ./src/MachOWriterExecutable.hpp:39,
33                 from ./src/ld.cpp:55:
34..//include/mach/ppc/thread_status.h:53:1: warning: "VALID_THREAD_STATE_FLAVOR" redefined
35In file included from ..//include/mach/machine/thread_status.h:29,
36                 from ..//include/mach/thread_status.h:70,
37                 from ..//include/mach/exception_types.h:147,
38                 from ..//include/mach/mach_types.h:75,
39                 from ..//include/mach/mach_time.h:26,
40                 from ./src/ld.cpp:33:
41..//include/mach/i386/thread_status.h:100:1: warning: this is the location of the previous definition
42In file included from ./src/MachOWriterExecutable.hpp:39,
43                 from ./src/ld.cpp:55:
44..//include/mach/ppc/thread_status.h:153:1: warning: "MACHINE_THREAD_STATE" redefined
45In file included from ..//include/mach/machine/thread_status.h:29,
46                 from ..//include/mach/thread_status.h:70,
47                 from ..//include/mach/exception_types.h:147,
48                 from ..//include/mach/mach_types.h:75,
49                 from ..//include/mach/mach_time.h:26,
50                 from ./src/ld.cpp:33:
51..//include/mach/i386/thread_status.h:269:1: warning: this is the location of the previous definition
52In file included from ./src/MachOWriterExecutable.hpp:39,
53                 from ./src/ld.cpp:55:
54..//include/mach/ppc/thread_status.h:154:1: warning: "MACHINE_THREAD_STATE_COUNT" redefined
55In file included from ..//include/mach/machine/thread_status.h:29,
56                 from ..//include/mach/thread_status.h:70,
57                 from ..//include/mach/exception_types.h:147,
58                 from ..//include/mach/mach_types.h:75,
59                 from ..//include/mach/mach_time.h:26,
60                 from ./src/ld.cpp:33:
61..//include/mach/i386/thread_status.h:270:1: warning: this is the location of the previous definition
62./src/MachOWriterExecutable.hpp: In member function ‘uint64_t mach_o::executable::ThreadsLoadCommandsAtom<A>::getSize() const [with A = x86_64]’:
63./src/MachOWriterExecutable.hpp:4644: error: ‘x86_THREAD_STATE64_COUNT’ was not declared in this scope
64./src/MachOWriterExecutable.hpp: In member function ‘void mach_o::executable::ThreadsLoadCommandsAtom<A>::copyRawContent(uint8_t*) const [with A = x86_64]’:
65./src/MachOWriterExecutable.hpp:4706: error: ‘x86_THREAD_STATE64’ was not declared in this scope
66./src/MachOWriterExecutable.hpp:4707: error: ‘x86_THREAD_STATE64_COUNT’ was not declared in this scope
67make[1]: *** [ld.o] Error 1
68make: *** [ld64] Error 2