Ticket #4492 (closed defect: wontfix)
compile failure using icpc
| Reported by: | dkokron | Owned by: | warmerdam |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | default | Version: | 1.9.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
I get the following error messages while building GDAL-1.9.0 on Linux 2.6.27.54 kernel using Intel icpc-11.0.083. Please let me know what other information I should include to help figure this out.
ogrsqlitevfs.cpp(309): error: return value type does not match the function type
return pUnderlyingVFS->xDlSym(pUnderlyingVFS, pHandle, zSymbol);
ogrsqlitevfs.cpp(362): error: a value of type "void (*(*)(sqlite3_vfs *, void *, const char *))()" cannot be assigned to an entity of type "void *(*)(sqlite3_vfs *, void *, const char *)"
pMyVFS->xDlSym = OGRSQLiteVFSDlSym;
Change History
Note: See
TracTickets for help on using
tickets.
