[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-talk] tor-0.2.4.2-alpha compile errors



Some easy ones...

src/common/util.c:3903: warning: preprocessing directive not
recognized within macro arg
src/common/util.c:3904: `#else' not within a conditional
src/common/util.c:3906: unbalanced `#endif'
*** Error code 1

    3900       log_notice(LD_GENERAL, "Failed to terminate process with "
    3901                  "PID '%d' ('%s').",
tor_process_get_pid(process_handle),
    3902 #ifdef _WIN32
    3903                  format_win32_error(GetLastError()));
    3904 #else
    3905                  strerror(errno));
    3906 #endif

src/or/main.c:2320: warning: preprocessing directive not recognized
within macro arg
src/or/main.c:2320: warning: preprocessing directive not recognized
within macro arg
src/or/main.c:2320: warning: preprocessing directive not recognized
within macro arg
src/or/main.c: In function `tor_init':
src/or/main.c:2313: undefined or invalid # directive
src/or/main.c:2315: undefined or invalid # directive
src/or/main.c:2317: undefined or invalid # directive
*** Error code 1

    2311     log_notice(LD_GENERAL, "Tor v%s %srunning on %s with Libevent %s "
    2312                "and OpenSSL %s.", version,
    2313 #ifdef USE_BUFFEREVENTS
    2314                "(with bufferevents) ",
    2315 #else
    2316                "",
    2317 #endif
    2318                get_uname(),
    2319                tor_libevent_get_version_str(),
    2320                crypto_openssl_get_version_str());
_______________________________________________
tor-talk mailing list
tor-talk@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk