|
Mantis - ALGLIB
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 153 | General | major | have not tried | 2009-10-13 23:14 | 2009-10-13 23:17 |
|
|
|||||
| Reporter: | SergeyB | Platform: | |||
| Assigned To: | SergeyB | OS: | |||
| Priority: | normal | OS Version: | |||
| Status: | resolved | Product Version: | |||
| Product Build: | Resolution: | fixed | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | 2.1.2 | ||
| Programming language: | Unspecified | ||||
|
|
|||||
| Summary: | 0000153: FIXED: compiler error under GCC | ||||
| Description: |
ap.cpp was successfully compiled under MinGW and other Windows compilers, but there were problems with original GCC under Linux - several standard functions like strlen and strcmp required additional #include's. Due to ease of fixing this error went unreported until recent message from Chong Luo: > When I compile the c++ version of svd algorithm using > "g++ -c *.cpp", I get the following errors: > ap.cpp:432: error: 'strlen' was not declared in this scope > ap.cpp:438: error: 'strlen' was not declared in this scope > ap.cpp:455: error: 'strncmp' was not declared in this scope However, with new unit testing infrastructure rolled out (next ALGLIB release will be tested under 32/64-bit Windows and Linux systems) such errors shouldn't happen again. |
||||
| Steps To Reproduce: | |||||
| Additional Information: | |||||
| Relationships | |||||
| Attached Files: | |||||
|
|
|||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2009-10-13 23:14 | SergeyB | New Issue | |||
| 2009-10-13 23:14 | SergeyB | Status | new => assigned | ||
| 2009-10-13 23:14 | SergeyB | Assigned To | => SergeyB | ||
| 2009-10-13 23:14 | SergeyB | Programming language | => Unspecified | ||
| 2009-10-13 23:17 | SergeyB | Status | assigned => resolved | ||
| 2009-10-13 23:17 | SergeyB | Resolution | open => fixed | ||
| 2009-10-13 23:17 | SergeyB | Fixed in Version | => [NOT RELEASED YET] 2.1.2 | ||
| There are no notes attached to this issue. |