Changes between Initial Version and Version 1 of Ticket #44816, comment 15


Ignore:
Timestamp:
Feb 8, 2016, 7:45:01 PM (8 years ago)
Author:
nihilus (Markus Gothe)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #44816, comment 15

    initial v1  
    99
    1010{{{
    11 libtool: compile:  /usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -O3 -Wall -Wno-deprecated-declarations -std=gnu99 -I./include -fvisibility=hidden -pipe -Os -std=gnu89 -arch x86_64 -D_THREAD_SAFE -MT ahocorasick.lo -MD -MP -MF .deps/ahocorasick.Tpo -c ahocorasick.c -o ahocorasick.o >/dev/null 2>&1
    12 In file included from exec.c:34:
    13 /opt/local/include/yara.h:39:9: warning: 'LEX_BUF_SIZE' macro redefined
    14 #define LEX_BUF_SIZE                            1024
    15         ^
    16 ./include/yara/limits.h:45:9: note: previous definition is here
    17 #define LEX_BUF_SIZE                    8192
    18         ^
    19 In file included from exec.c:34:
    20 /opt/local/include/yara.h:80:9: warning: 'ERROR_UNDEFINED_STRING' macro redefined
    21 #define ERROR_UNDEFINED_STRING                  10
    22         ^
    23 ./include/yara/error.h:43:9: note: previous definition is here
    24 #define ERROR_UNDEFINED_STRING                  19
    25         ^
    26 In file included from exec.c:34:
    27 /opt/local/include/yara.h:81:9: warning: 'ERROR_UNDEFINED_IDENTIFIER' macro redefined
    28 #define ERROR_UNDEFINED_IDENTIFIER              11
    29         ^
    30 ./include/yara/error.h:44:9: note: previous definition is here
    31 #define ERROR_UNDEFINED_IDENTIFIER              20
    32         ^
    33 In file included from exec.c:34:
    34 /opt/local/include/yara.h:82:9: warning: 'ERROR_COULD_NOT_OPEN_FILE' macro redefined
    35 #define ERROR_COULD_NOT_OPEN_FILE               12
    36         ^
    37 ./include/yara/error.h:28:9: note: previous definition is here
    38 #define ERROR_COULD_NOT_OPEN_FILE               3
    39         ^
    40 In file included from exec.c:34:
    41 /opt/local/include/yara.h:83:9: warning: 'ERROR_INVALID_REGULAR_EXPRESSION' macro redefined
    42 #define ERROR_INVALID_REGULAR_EXPRESSION        13
    43         ^
    44 ./include/yara/error.h:33:9: note: previous definition is here
    45 #define ERROR_INVALID_REGULAR_EXPRESSION        9
    46         ^
    47 In file included from exec.c:34:
    48 /opt/local/include/yara.h:84:9: warning: 'ERROR_SYNTAX_ERROR' macro redefined
    49 #define ERROR_SYNTAX_ERROR                      14
    50         ^
     11make[2]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_security_yara/yara/work/yara-3.4.0'
     12depbase=`echo args.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
     13        /usr/bin/clang -DHAVE_CONFIG_H -I.   -I/opt/local/include -O3 -std=gnu99 -Wall -I./libyara/include -pipe -Os -std=gnu89 -arch x86_64 -D_THREAD_SAFE  -MT args.o -MD -MP -MF $depbase.Tpo -c -o args.o args.c &&\
     14        mv -f $depbase.Tpo $depbase.Po
     15depbase=`echo threading.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
     16        /usr/bin/clang -DHAVE_CONFIG_H -I.   -I/opt/local/include -O3 -std=gnu99 -Wall -I./libyara/include -pipe -Os -std=gnu89 -arch x86_64 -D_THREAD_SAFE  -MT threading.o -MD -MP -MF $depbase.Tpo -c -o threading.o threading.c &&\
     17        mv -f $depbase.Tpo $depbase.Po
     18depbase=`echo yara.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
     19        /usr/bin/clang -DHAVE_CONFIG_H -I.   -I/opt/local/include -O3 -std=gnu99 -Wall -I./libyara/include -pipe -Os -std=gnu89 -arch x86_64 -D_THREAD_SAFE  -MT yara.o -MD -MP -MF $depbase.Tpo -c -o yara.o yara.c &&\
     20        mv -f $depbase.Tpo $depbase.Po
     21depbase=`echo yarac.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
     22        /usr/bin/clang -DHAVE_CONFIG_H -I.   -I/opt/local/include -O3 -std=gnu99 -Wall -I./libyara/include -pipe -Os -std=gnu89 -arch x86_64 -D_THREAD_SAFE  -MT yarac.o -MD -MP -MF $depbase.Tpo -c -o yarac.o yarac.c &&\
     23        mv -f $depbase.Tpo $depbase.Po
     24yarac.c:94:22: error: use of undeclared identifier 'YARA_ERROR_LEVEL_ERROR'
     25  if (error_level == YARA_ERROR_LEVEL_ERROR)
     26                     ^
     27yarac.c:107:5: error: unknown type name 'YR_COMPILER'
     28    YR_COMPILER* compiler)
     29    ^
     30yarac.c:130:7: warning: implicit declaration of function 'yr_compiler_define_integer_variable' [-Wimplicit-function-declaration]
     31      yr_compiler_define_integer_variable(
     32      ^
     33yarac.c:137:7: warning: implicit declaration of function 'yr_compiler_define_boolean_variable' [-Wimplicit-function-declaration]
     34      yr_compiler_define_boolean_variable(
     35      ^
     36yarac.c:144:7: warning: implicit declaration of function 'yr_compiler_define_string_variable' [-Wimplicit-function-declaration]
     37      yr_compiler_define_string_variable(
     38      ^
     39yarac.c:125:11: warning: unused variable 'identifier' [-Wunused-variable]
     40    char* identifier = ext_vars[i];
     41          ^
     42yarac.c:162:3: error: use of undeclared identifier 'YR_COMPILER'
     43  YR_COMPILER* compiler = NULL;
    5144}}}