Closed
Bug 715559
Opened 13 years ago
Closed 13 years ago
Remove Windows CE support, in LDAP C-SDK
Categories
(Directory :: LDAP C SDK, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sgautherie, Assigned: mozilla)
References
()
Details
Attachments
(1 file, 1 obsolete file)
1.35 KB,
patch
|
Details | Diff | Splinter Review |
"Found 8 matching lines in 3 files"
Unless you do want to keep this support (ftb).
Assignee | ||
Comment 1•13 years ago
|
||
Serge, could you take a look and see if this patch is basically correct? This is essentially a first patch for me. I know this bug is unconfirmed, but it seemed simple enough to learn the ropes with.
I can't really test my patch myself due to an unrelated TB build error I suddenly started getting (something about the idl-parser erroring out on some DOM event interface). What command(s) can I use to build just the LDAP C-SDK?
Assignee: nobody → mozilla
Attachment #607020 -
Flags: feedback?(sgautherie.bz)
Assignee | ||
Updated•13 years ago
|
Summary: Remove Windows CE support, in LDAP C-DSK → Remove Windows CE support, in LDAP C-SDK
Reporter | ||
Comment 2•13 years ago
|
||
Comment on attachment 607020 [details] [diff] [review]
remove WinCE build support for LDAP, v1
(In reply to James Napolitano from comment #1)
> Serge, could you take a look and see if this patch is basically correct?
Exactly what I expected, by code inspection :-)
> What command(s) can I use to build just the LDAP C-SDK?
I have no idea.
Attachment #607020 -
Flags: review?(mcs)
Attachment #607020 -
Flags: feedback?(sgautherie.bz)
Attachment #607020 -
Flags: feedback+
Comment 3•13 years ago
|
||
Comment on attachment 607020 [details] [diff] [review]
remove WinCE build support for LDAP, v1
These changes look fine.
Attachment #607020 -
Flags: review?(mcs) → review+
Updated•13 years ago
|
Attachment #607020 -
Flags: review+ → review?(mcs)
Updated•13 years ago
|
Attachment #607020 -
Flags: review?(mcs) → review-
Updated•13 years ago
|
Attachment #607020 -
Flags: review- → review?(mcs)
Comment 4•13 years ago
|
||
Comment on attachment 607020 [details] [diff] [review]
remove WinCE build support for LDAP, v1
These changes are fine (sorry about the extra bug traffic; that's what happens when you use your colleague's computer without checking who you are logged into in Bugzilla).
Attachment #607020 -
Flags: review?(mcs) → review+
Reporter | ||
Comment 5•13 years ago
|
||
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Assignee | ||
Comment 6•13 years ago
|
||
ready for checkin
Attachment #607020 -
Attachment is obsolete: true
Assignee | ||
Comment 7•13 years ago
|
||
(In reply to Serge Gautherie (:sgautherie) from comment #5)
> See
> https://developer.mozilla.org/en/
> Mercurial_FAQ#How_can_I_generate_a_patch_for_somebody_else_to_check-
> in_for_me.3F
Ah thanks. I wasn't going to request review until I had time to sort out my (unrelated) Gecko build error. What would be a good place I could ask for help with that (irc, a newsgroup, etc.)? Also, do I have to sign some Mozilla contributer agreement?
(In reply to Mark Smith from comment #4)
> Comment on attachment 607020 [details] [diff] [review]
> remove WinCE build support for LDAP, v1
>
> These changes are fine (sorry about the extra bug traffic; that's what
> happens when you use your colleague's computer without checking who you are
> logged into in Bugzilla).
That's fine, though at first it made me think my simple patch caused some kind of controversy ;). I was thinking of doing bug 458660 and bug 616066 next, when I have some time. Does that sound good to you?
First, for working on the LDAP C-SDK, I had some questions: what command(s) can I use to just build the C-SDK (instead of having to buld an entire comm-central app)? I looked at https://wiki.mozilla.org/LDAP_C_SDK, but I wasn't clear which build configuration/options to use, and the page seems to be old and still uses cvs.
Also, I suppose I should develop against the tip of http://hg.mozilla.org/projects/ldap-sdks/, rather than the tagged version that comm-central pulls? Is this correct?
Keywords: checkin-needed
Assignee | ||
Comment 8•13 years ago
|
||
(In reply to James Napolitano from comment #7)
> What would be a good place I could ask for
> help with that (irc, a newsgroup, etc.)?
Nevermind, I found the mozilla.dev.builds newsgroup.
Can one of you two do the checkin for me?
Comment 9•13 years ago
|
||
Checked in:
http://hg.mozilla.org/projects/ldap-sdks/rev/673c71519674
(In reply to James Napolitano from comment #7)
> Also, I suppose I should develop against the tip of
> http://hg.mozilla.org/projects/ldap-sdks/, rather than the tagged version
> that comm-central pulls? Is this correct?
Generally comm-central pulls something similar to the default tip, however it is generally best to run against default (you can pass an argument into client.py to do this).
Reporter | ||
Comment 10•13 years ago
|
||
(In reply to James Napolitano from comment #1)
> I can't really test my patch myself due to an unrelated TB build error I
> suddenly started getting (something about the idl-parser erroring out on
> some DOM event interface).
Try to clobber your obj dir: something like this happened on some tinderboxes recently...
(In reply to James Napolitano from comment #7)
> Also, do I have to sign some Mozilla contributer agreement?
Not mandatory, but you probably should at some point.
> I was thinking of doing bug 458660 and bug 616066
> next, when I have some time. Does that sound good to you?
Sure.
> First, for working on the LDAP C-SDK, I had some questions: what command(s)
> can I use to just build the C-SDK (instead of having to buld an entire
> comm-central app)? I looked at https://wiki.mozilla.org/LDAP_C_SDK, but I
> wasn't clear which build configuration/options to use, and the page seems to
> be old and still uses cvs.
As you already have the comm-central source, you should manage to build just the LDAP part rather than Thunderbird for example.
> Also, I suppose I should develop against the tip of
> http://hg.mozilla.org/projects/ldap-sdks/, rather than the tagged version
> that comm-central pulls? Is this correct?
Exact.
(In reply to James Napolitano from comment #8)
> Nevermind, I found the mozilla.dev.builds newsgroup.
Or try irc: #developers or #maildev channels.
You need to log in
before you can comment on or make changes to this bug.
Description
•