Issue 19185 - mismatch in ennvironmente variable "PRODUCT" breaks build in crashrep
Summary: mismatch in ennvironmente variable "PRODUCT" breaks build in crashrep
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: OOo 1.1 RC3
Hardware: PC Linux, all
: P1 (highest) Trivial (vote)
Target Milestone: ---
Assignee: Martin Hollmichel
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-07 11:27 UTC by ohallot
Modified: 2004-02-17 09:03 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description ohallot 2003-09-07 11:27:13 UTC
The scipt 'configure' sets the environment variable PRODUCT=full
('full' is lowercase)

However in crashrep/source/unx/makefile.mk the logic expect PRODUCT=FULL
('FULL' in uppercase)

The way it is, crashrep demands static gtk libs which are not checked by
configure and the build breaks.

changing the makefile.mk above with PRODUCT=full fix it.

Olivier Hallot
Comment 1 pavel 2003-09-07 13:51:22 UTC
This is already fixed in RC4. Please try it and report if it is OK.
Comment 2 Martin Hollmichel 2004-02-17 09:01:30 UTC
verified.
Comment 3 Martin Hollmichel 2004-02-17 09:03:44 UTC
close issue.