1 | ### |
---|
2 | ### Using 'darwin' toolset. |
---|
3 | ### |
---|
4 | rm -rf bootstrap |
---|
5 | mkdir bootstrap |
---|
6 | /opt/local/bin/clang-mp-3.2 -o bootstrap/jam0 command.c compile.c constants.c debug.c execcmd.c frames.c function.c glob.c hash.c hdrmacro.c headers.c jam.c jambase.c jamgram.c lists.c make.c make1.c object.c option.c output.c parse.c pathsys.c pathunix.c regexp.c rules.c scan.c search.c subst.c timestamp.c variable.c modules.c strings.c filesys.c builtins.c class.c cwd.c native.c md5.c w32_getreg.c modules/set.c modules/path.c modules/regex.c modules/property-set.c modules/sequence.c modules/order.c execunix.c fileunix.c |
---|
7 | make.c:296:37: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] |
---|
8 | printf( "make\t--\t%s%s\n", spaces( depth ), object_str( t->name ) ); |
---|
9 | ^~~~~~~~~~~~~~~ |
---|
10 | make.c:85:44: note: expanded from macro 'spaces' |
---|
11 | #define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) ) |
---|
12 | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ |
---|
13 | make.c:296:37: note: use array indexing to silence this warning |
---|
14 | printf( "make\t--\t%s%s\n", spaces( depth ), object_str( t->name ) ); |
---|
15 | ^ |
---|
16 | make.c:85:44: note: expanded from macro 'spaces' |
---|
17 | #define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) ) |
---|
18 | ^ |
---|
19 | make.c:303:37: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] |
---|
20 | printf( "make\t--\t%s%s\n", spaces( depth ), object_str( t->name ) ); |
---|
21 | ^~~~~~~~~~~~~~~ |
---|
22 | make.c:85:44: note: expanded from macro 'spaces' |
---|
23 | #define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) ) |
---|
24 | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ |
---|
25 | make.c:303:37: note: use array indexing to silence this warning |
---|
26 | printf( "make\t--\t%s%s\n", spaces( depth ), object_str( t->name ) ); |
---|
27 | ^ |
---|
28 | make.c:85:44: note: expanded from macro 'spaces' |
---|
29 | #define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) ) |
---|
30 | ^ |
---|
31 | make.c:376:45: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] |
---|
32 | printf( "bind\t--\t%s%s: %s\n", spaces( depth ), |
---|
33 | ^~~~~~~~~~~~~~~ |
---|
34 | make.c:85:44: note: expanded from macro 'spaces' |
---|
35 | #define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) ) |
---|
36 | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ |
---|
37 | make.c:376:45: note: use array indexing to silence this warning |
---|
38 | printf( "bind\t--\t%s%s: %s\n", spaces( depth ), |
---|
39 | ^ |
---|
40 | make.c:85:44: note: expanded from macro 'spaces' |
---|
41 | #define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) ) |
---|
42 | ^ |
---|
43 | make.c:384:45: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] |
---|
44 | printf( "time\t--\t%s%s: %s\n", spaces( depth ), |
---|
45 | ^~~~~~~~~~~~~~~ |
---|
46 | make.c:85:44: note: expanded from macro 'spaces' |
---|
47 | #define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) ) |
---|
48 | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ |
---|
49 | make.c:384:45: note: use array indexing to silence this warning |
---|
50 | printf( "time\t--\t%s%s: %s\n", spaces( depth ), |
---|
51 | ^ |
---|
52 | make.c:85:44: note: expanded from macro 'spaces' |
---|
53 | #define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) ) |
---|
54 | ^ |
---|
55 | make.c:389:45: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] |
---|
56 | printf( "time\t--\t%s%s: %s\n", spaces( depth ), |
---|
57 | ^~~~~~~~~~~~~~~ |
---|
58 | make.c:85:44: note: expanded from macro 'spaces' |
---|
59 | #define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) ) |
---|
60 | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ |
---|
61 | make.c:389:45: note: use array indexing to silence this warning |
---|
62 | printf( "time\t--\t%s%s: %s\n", spaces( depth ), |
---|
63 | ^ |
---|
64 | make.c:85:44: note: expanded from macro 'spaces' |
---|
65 | #define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) ) |
---|
66 | ^ |
---|
67 | make.c:731:13: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] |
---|
68 | spaces( depth ), object_str( t->name ) ); |
---|
69 | ^~~~~~~~~~~~~~~ |
---|
70 | make.c:85:44: note: expanded from macro 'spaces' |
---|
71 | #define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) ) |
---|
72 | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ |
---|
73 | make.c:731:13: note: use array indexing to silence this warning |
---|
74 | spaces( depth ), object_str( t->name ) ); |
---|
75 | ^ |
---|
76 | make.c:85:44: note: expanded from macro 'spaces' |
---|
77 | #define spaces(x) ( " " + ( x > 20 ? 0 : 20-x ) ) |
---|
78 | ^ |
---|
79 | 6 warnings generated. |
---|
80 | modules/path.c:16:12: warning: implicit declaration of function 'file_query' is invalid in C99 [-Wimplicit-function-declaration] |
---|
81 | return file_query( list_front( lol_get( frame->args, 0 ) ) ) ? |
---|
82 | ^ |
---|
83 | 1 warning generated. |
---|
84 | ld: absolute address to symbol ___stdoutp in a different linkage unit not supported in _debug_compile from /opt/local/var/macports/build/_opt_local_var_macports_sources_git.macports.org_dports_devel_boost/boost/work/.tmp/compile-C4suOb.o |
---|
85 | collect2: ld returned 1 exit status |
---|
86 | clang: error: linker (via gcc) command failed with exit code 1 (use -v to see invocation) |
---|