Closed
Bug 280788
Opened 20 years ago
Closed 20 years ago
_snprintf not found... (icalrecur.obj and icalduration.obj)
Categories
(Calendar :: Internal Components, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Callek, Assigned: gray)
Details
Attachments
(1 file)
|
1.25 KB,
patch
|
Details | Diff | Splinter Review |
<Callek> had build errors last night with --enable-calendar on suite...no checkins since then <shaver> what errors? <Callek> ...except by gerv, but his licence stuff wont affect this.. <Callek> unresolved external symbol <Callek> in calbscmp.dll (icalrecur.obj) and (icalduration.obj) _snprintf <shaver> mxvc 7.0? <shaver> ms <shaver> when was the last build of yours that worked? <Callek> umm, I have been neglecting my builds for quite some time, so I'm not too sure <shaver> ok <Callek> If its not a simple fix I can try to find the regression date later on... <shaver> I think this is a real bug <shaver> msvc doesn't have snprintf, just vsnprintf <shaver> can you file it? <mvl> my guess: edit config.h to disable snprintf, or help shaver with using sub-configure scripts
Comment 1•20 years ago
|
||
This is the patch that fixes the problem the way it is fixed in other files. I'll submit it to libical and we can sync our libical library when they have checked it in.
Comment 2•20 years ago
|
||
The patch was checked in to the libical tree. I updated out import of the tree. So this should be fixed now. about updating: http://wiki.mozilla.org/wiki/Calendar:Updating_libical
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
Component: libical → Internal Components
Comment 3•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
•