Closed
Bug 277570
Opened 20 years ago
Closed 20 years ago
libical doesn't compile on WinXP using gcc - too may args to function 'mkdir'
Categories
(Calendar :: Internal Components, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mattwillis, Assigned: mvl)
Details
Attachments
(1 file)
|
1.32 KB,
patch
|
shaver
:
first-review+
|
Details | Diff | Splinter Review |
libical doesn't compile successfully on WinXP using gcc The error I got was: ...libical/src/libicalss/icalcalendar.c line 96: error too many arguments to function 'mkdir' mvl made a patch that removed libicalss from the Makefiles as a workaround
| Reporter | ||
Comment 1•20 years ago
|
||
| Assignee | ||
Comment 2•20 years ago
|
||
Comment on attachment 170677 [details] [diff] [review] mvl's workaround patch so far, it seems we really don't need libicalss anymore. We do our own fileIO now. There might be actaul useful stuff in there though, like searching, freebusy helpers etc. So, i'm not sure if disabling this is a good idea
Attachment #170677 -
Flags: first-review?(shaver)
Comment 3•20 years ago
|
||
Comment on attachment 170677 [details] [diff] [review] mvl's workaround patch We need a good free/busy story, and soon, but we can revisit icalss when we have one. r=shaver
Attachment #170677 -
Flags: first-review?(shaver) → first-review+
| Assignee | ||
Comment 4•20 years ago
|
||
if we decide we need icalspanlist.* we can always only compile that. (spanlist does some freebusy helper things)
| Assignee | ||
Comment 5•20 years ago
|
||
patch checked in
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
Component: libical → Internal Components
Comment 6•18 years ago
|
||
The bugspam monkeys have been set free and are feeding on Calendar :: Internal Components. Be afraid for your sanity!
QA Contact: libical → base
You need to log in
before you can comment on or make changes to this bug.
Description
•