Opened 15 years ago

Closed 14 years ago

#561 closed defect (fixed)

undefined symbol: g_LogFileName

Reported by: rafael Owned by: haris
Priority: blocker Milestone: 3.5.0
Component: KingOracle Provider Version: 3.4.0
Severity: 3 Keywords: linux oracle
Cc: External ID:

Description

In Linux compilation, this symbol is not defined "undefined symbol: g_LogFileName (./libKingOracleProvider-3.4.0.so)"

Workaround: In c_KgOraConnection.cpp, change this code:

#ifdef _WIN32

static wchar_t g_AppFileName[MAX_PATH];
static wchar_t g_HomeDir[MAX_PATH];
wchar_t g_LogFileName[MAX_PATH];

....
    return (ret);
}

// _WIN32
'''#else

wchar_t g_LogFileName[PATH_MAX];'''

#endif

Change History (1)

comment:1 by haris, 14 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.