View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000202 | ascend | build-linux | public | 2006-01-13 11:46 | 2009-05-01 17:58 |
Reporter | john | ||||
Assigned To | john | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | assigned | Resolution | open | ||
Product Version | |||||
Target Version | 1.0 | Fixed in Version | |||
Summary | 0000202: pygtk interface fails to build on cygwin: can't find 'vsnprintf' function | ||||
Description | PyGTK interface fails to build on cygwin: can't find 'vsnprintf' function Maybe an autoconf macro is required to check for the existence of this? I was using Python 2.3 and GCC 3.4.4 Also needed to first add a definition of the type __int64 before the #include <Python.h> | ||||
Additional Information | Error message: $ make g++ -c -g -I../../base/generic -I../../base/generic/solver -I../../base/generic/compiler -I../../base/generic/utilities -I../../base/generic/general -I../../base/generic/packages -I/cygdrive/c/Python23/include -DASCXX_USE_PYTHON -c -o reporter.o reporter.cpp reporter.cpp: In member function `int Reporter::reportErrorPython(error_severity_t, const char*, int, const char*, char*)': reporter.cpp:67: error: `_vsnprintf' undeclared (first use this function) reporter.cpp:67: error: (Each undeclared identifier is reported only once for each function it appears in.) make: *** [reporter.o] Error 1 | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2006-01-13 11:46 | john | New Issue | |
2006-01-13 11:46 | john | Description Updated | |
2006-01-13 13:52 | john | Relationship added | related to 0000203 |
2006-01-17 18:00 | john | Note Added: 0000234 | |
2006-02-07 13:17 | john | Target release | => 1.0 |
2008-02-10 17:59 | john | Status | new => assigned |
2008-02-10 17:59 | john | Assigned To | => john |
2009-05-01 16:52 | john | Target Version | => 0.9.7 |
2009-05-01 17:58 | john | Target Version | 0.9.7 => 1.0 |