Closed
Bug 211740
Opened 22 years ago
Closed 21 years ago
LDAP XPCOM module fails to build on Panther beta
Categories
(Directory :: LDAP XPCOM SDK, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: bryner, Assigned: dmosedale)
Details
Attachments
(1 file)
714 bytes,
patch
|
Details | Diff | Splinter Review |
There is a bug in gcc 3.1 from the WWDC Panther beta where the system version of
ldap.h is used instead of our ldap.h. It's triggered by our version of ldap.h
being a symlink instead of a real file. I've filed this with Apple (radar
3315857), but in the meantime, we can work around this by using copies instead
of symlinks.
Reporter | ||
Comment 1•22 years ago
|
||
Reporter | ||
Comment 2•22 years ago
|
||
Comment on attachment 127056 [details] [diff] [review]
workaround patch
mcs, could you go ahead and check this in if you think it's ok?
Attachment #127056 -
Flags: review?(mcs)
Reporter | ||
Comment 3•21 years ago
|
||
Comment on attachment 127056 [details] [diff] [review]
workaround patch
workaround not needed for final panther release.
Attachment #127056 -
Flags: review?(mcs)
Reporter | ||
Updated•21 years ago
|
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•