Jump to content

zeb

Community Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by zeb

  1. But 7060 introduces this new issue:

    ==== Building network ====
    precompiled.cpp
    In file included from ../../../source/lib/precompiled.h:72,
    from ../../../source/pch/network/precompiled.h:18,
    from ../../../source/pch/network/precompiled.cpp:18:
    ../../../source/lib/secure_crt.h:86: erreur: ‘va_list’ has not been declared
    ../../../source/lib/secure_crt.h:87: erreur: ‘va_list’ has not been declared

  2. Hi,

    I have a building issue under Linux with svn version 7055

    ==== Building lowlevel ====
    debug.cpp
    ../../../source/lib/debug.cpp: In member function ‘bool PrintfWriter::operator()(const wchar_t*, ...)’:
    ../../../source/lib/debug.cpp:279: erreur: ‘vswprintf_s’ was not declared in this scope
    ../../../source/lib/debug.cpp: At global scope:
    ../../../source/lib/debug.cpp:41: attention : ‘LINE_41_2’ defined but not used
    ../../../source/lib/debug.cpp:42: attention : ‘LINE_42_2’ defined but not used
    ../../../source/lib/debug.cpp:43: attention : ‘LINE_43_2’ defined but not used
    ../../../source/lib/debug.cpp:44: attention : ‘LINE_44_2’ defined but not used
    ../../../source/lib/debug.cpp:45: attention : ‘LINE_45_2’ defined but not used
    ../../../source/lib/debug.cpp:46: attention : ‘LINE_46_2’ defined but not used
    ../../../source/lib/debug.cpp:47: attention : ‘LINE_47_2’ defined but not used
    ../../../source/lib/debug.cpp:48: attention : ‘LINE_48_2’ defined but not used
    ../../../source/lib/debug.cpp:49: attention : ‘LINE_49_2’ defined but not used
    ../../../source/lib/debug.cpp:50: attention : ‘LINE_50_2’ defined but not used
    make[1]: *** [obj/lowlevel_Debug/debug.o] Erreur 1
    make: *** [lowlevel] Erreur 2

    It seems that vswprintf_s is not declared. Is that windows specific ?

    Thanks for your help.

×
×
  • Create New...