Closed
Bug 216367
Opened 22 years ago
Closed 22 years ago
GLIB_PREFIX & LIBIDL_PREFIX must point to same directory to build
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.6alpha
People
(Reporter: zeta.bugz, Assigned: mozbugs-build)
Details
Attachments
(1 file)
703 bytes,
patch
|
bryner
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5b) Gecko/20030813 Mozilla Firebird/0.6.1+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5b) Gecko/20030813 Mozilla Firebird/0.6.1+
If GLIB_PREFIX & LIBIDL_PREFIX are pointing to separate directories,
xpcom/typelib/xpidl fails to compile.
Reproducible: Always
Steps to Reproduce:
1. install the vc.net extra libraries in c:/apps/vc7/glib and c:/apps/vc7/libidl
2. set mozconfig GLIB_PREFIX=c:/apps/vc7/glib, LIBIDL_PREFIX=c:/apps/vc7/libidl
3. build
Actual Results:
when building xpcom/typelib/xpidl, glib.h can't be found.
Expected Results:
Build..
Im building with vc.net 2003
Reporter | ||
Comment 1•22 years ago
|
||
sorry.. im building on vc.net 2002
When LIBIDL_CFLAGS is set by calling 'libidl-config --cflags' on other
platforms, it contains the glib include path so we need to add GLIB_CFLAGS to
LIBIDL_CFLAGS for win32.
Attachment #130895 -
Flags: review?(bryner)
Updated•22 years ago
|
Attachment #130895 -
Flags: review?(bryner) → review+
Patch has been checked in.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.6alpha
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•