Issue 14442

Summary: xmkmf not in PATH
Product: Build Tools Reporter: pavel
Component: codeAssignee: foskey
Status: CLOSED FIXED QA Contact: issues@tools <issues>
Severity: Trivial    
Priority: P1 (highest) CC: issues, quetschke
Version: OOo 1.1 Beta2   
Target Milestone: OOo 1.1 RC   
Hardware: Sun   
OS: Solaris   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
Patch to implement the check for xmkmf none

Description pavel 2003-05-14 17:09:48 UTC
Hi,

nas project wants to use xmkmf, but it is not in the PATH on Solaris.

This fixed it for me:

export PATH=$PATH:/usr/openwin/bin

We should probably check for it in configure.
Comment 1 foskey 2003-05-25 12:59:20 UTC
Will implement check shortly.
Comment 2 foskey 2003-05-26 15:25:45 UTC
Created attachment 6440 [details]
Patch to implement the check for xmkmf
Comment 3 khendricks 2003-06-06 14:07:50 UTC
Hi Ken, 
 
Approved. 
 
Thanks, 
 
Kevin 
 
Comment 4 foskey 2003-06-06 14:14:50 UTC
Committed,  pavel please verify and close.
Comment 5 quetschke 2003-06-08 22:55:51 UTC
Sorry to reopen, but this "fix" broke configure for windows:
---
checking for xmkmf... no
configure: error: install xmkmf to run this script, include openwin in
path
---
Should't the line be:

if test  "x$with_x" = "xyes"; then
--------------------^
instead?

Setting to prio 1 because build is broken at the moment.
 
Comment 6 foskey 2003-06-09 09:40:35 UTC
Reimplemented,  VQ please confirm and close.
Comment 7 quetschke 2003-06-12 08:23:43 UTC
I finally found some cycles, patch looks good, tinderbox build works.

verified
Comment 8 quetschke 2003-06-12 08:24:21 UTC
close
Comment 9 Unknown 2010-10-22 19:22:43 UTC
Created attachment 72171