Closed
Bug 141999
Opened 23 years ago
Closed 23 years ago
nmake for component that REQUIRES xml-rpc fails
Categories
(SeaMonkey :: Build Config, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.1alpha
People
(Reporter: carlos, Assigned: netscape)
References
Details
Attachments
(1 file)
684 bytes,
patch
|
Details | Diff | Splinter Review |
I have built 1.0 RC1 (on Windows ME) and I'm trying to compile a homegrown
component that depends on xml-rpc includes. As part of the nmake build proces
(to add the include path), I add an xml-rpc entry in the REQUIRES line of
makefile.win.
Apparently the build is getting confused with the dash, and the xml-rpc is
getting divided up into 2 -I entries. Below is part of the output from an "
echo $(INCS) " make target which shows what's going on:
-I../../../dist\include\\xml--I../../../dist\include\\rpc
Possible workaround could be to rename the xml-rpc module (in
extensions/xml-rpc/idl/makefile.win) to xmlrpc. I did this and the build went fine.
This looks like a build issue, reassigning.
It it is necessary to rename the dir, I suggest doing this in the CVS server
itself to retain revision information.
Assignee: heikki → seawood
Component: XML → Build Config
QA Contact: petersen → granrose
Comment 4•23 years ago
|
||
Comment on attachment 83003 [details] [diff] [review]
Use \S instead of \w to grab module names
sr=alecf
Assignee | ||
Updated•23 years ago
|
Blocks: 138348
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Keywords: mozilla1.0
Whiteboard: [fixed on trunk]
Assignee | ||
Updated•23 years ago
|
Priority: -- → P3
Target Milestone: --- → mozilla1.0
Assignee | ||
Updated•23 years ago
|
Whiteboard: [fixed on trunk] → [fixed on trunk][drivers queue]
Assignee | ||
Updated•23 years ago
|
Target Milestone: mozilla1.0 → mozilla1.0.1
Assignee | ||
Comment 5•23 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Whiteboard: [fixed on trunk][drivers queue]
Target Milestone: mozilla1.0.1 → mozilla1.1alpha
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•