Opened 13 years ago
Closed 13 years ago
#512 closed defect/bug (fixed)
compile errors using arm-mingw32ce of CeGCC 0.59.1
Reported by: | mis | Owned by: | woglinde |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | core | Version: | git master |
Severity: | Keywords: | arm-mingw32ce cegcc | |
Cc: |
Description
missing references to
- ssize_t in util.c (is declared in <sys/types.h>)
- g_assert() in street.c (can be replaced by dbg_assert)
The changes in the attached patches don't break the linux build.
Attachments (2)
Change History (4)
Changed 13 years ago by mis
Changed 13 years ago by mis
comment:1 Changed 13 years ago by woglinde
- Owner changed from KaZeR to woglinde
comment:2 Changed 13 years ago by woglinde
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
fixed in svn revision 3041, slightly modified and without style changes
http://navit.svn.sourceforge.net/viewvc/navit?view=rev&revision=3041