Issue 17700 - sparc linux needs Label.h from X11/Xaw
Summary: sparc linux needs Label.h from X11/Xaw
Status: CLOSED FIXED
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: OOo 1.1 RC2
Hardware: Other Linux, all
: P4 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: foskey
QA Contact: issues@porting
URL:
Keywords:
Depends on:
Blocks: 17420
  Show dependency tree
 
Reported: 2003-07-31 11:11 UTC by sparcmoz
Modified: 2003-12-20 13:48 UTC (History)
2 users (show)

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


Attachments
This will check for label.h eand exit with an error (565 bytes, patch)
2003-11-18 22:03 UTC, foskey
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description sparcmoz 2003-07-31 11:11:42 UTC
I suppose there should be a test for X11/Xaw in the configure? If i install
package libxaw7-dev then this builds OK.

In file included from /usr/local/oo_src/extensions/source/plugin/unx/npnapi.cxx:8:
../inc/plugin/unx/plugcon.hxx:98:27: X11/Xaw/Label.h: No such file or directory
/usr/local/oo_src/extensions/source/plugin/unx/npnapi.cxx: In member function
`long int PluginConnector::WorkOnNewMessageHdl(Mediator*)':
/usr/local/oo_src/extensions/source/plugin/unx/npnapi.cxx:122: warning: deleting
`void*' is undefined
/usr/local/oo_src/extensions/source/plugin/unx/npnapi.cxx:178:88: warning:
multi-character character constant
dmake:  Error code 1, while making '../../../unxlngs.pro/obj/npnapi.obj'
---* TG_SLO.MK *---

ERROR: Error 65280 occurred while making
/usr/local/oo_src/extensions/source/plugin/unx
Comment 1 sparcmoz 2003-08-02 03:45:42 UTC
This does not stop the build so it can be looked at for ooo2
Comment 2 sparcmoz 2003-08-31 13:23:58 UTC
Xaw is needed but it is optional on debian - should configure check
for Xaw? 
Comment 3 sparcmoz 2003-11-14 09:45:05 UTC
sparcmoz -> waratah: re linux needs Label.h from X11/Xaw - this is a
minor issue, it only affects the odd builder who lacks xaw, perhaps it
is better to avoid configure-bloat?  should i just close this?
Comment 4 foskey 2003-11-14 09:51:07 UTC
Taking issue to look at.  Dropping priority.
Comment 5 foskey 2003-11-18 22:03:32 UTC
Created attachment 11378 [details]
This will check for label.h eand exit with an error
Comment 6 sparcmoz 2003-11-22 00:33:20 UTC
This is working OK on linux sparc thanks.

./configure with Label.h

checking X11/Xaw/Label.h usability... yes
checking X11/Xaw/Label.h presence... yes
checking for X11/Xaw/Label.h... yes
Ok

./configure with no Label.h

checking X11/Xaw/Label.h usability... no
checking X11/Xaw/Label.h presence... no
checking for X11/Xaw/Label.h... no
configure: error: Xaw include headers not found

my cvs Entries
/configure/1.37.4.5/Fri Nov 21 09:21:56 2003
//Tcws_src680_ooo20031110
/configure.in/1.56.4.5/Fri Nov 21 09:21:56 2003//Tcws_src680_ooo20031110
Comment 7 foskey 2003-11-24 11:07:59 UTC
resolved.
Comment 8 foskey 2003-11-24 11:08:17 UTC
verified.
Comment 9 foskey 2003-12-20 13:48:09 UTC
closing.