Issue 14442 - xmkmf not in PATH
Summary: xmkmf not in PATH
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: OOo 1.1 Beta2
Hardware: Sun Solaris
: P1 (highest) Trivial (vote)
Target Milestone: OOo 1.1 RC
Assignee: foskey
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-14 17:09 UTC by pavel
Modified: 2010-10-22 19:22 UTC (History)
2 users (show)

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


Attachments
Patch to implement the check for xmkmf (968 bytes, patch)
2003-05-26 15:25 UTC, foskey
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
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