Issue 62087 - Build failes at Project np_sdk missing -I/usr/X11R6/include
Summary: Build failes at Project np_sdk missing -I/usr/X11R6/include
Status: CLOSED DUPLICATE of issue 62021
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: 680m156
Hardware: PC FreeBSD
: P3 Trivial (vote)
Target Milestone: OOo 2.0.2
Assignee: maho.nakata
QA Contact: issues@porting
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-15 13:15 UTC by maho.nakata
Modified: 2006-02-15 19:08 UTC (History)
3 users (show)

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


Attachments
Backuot SOLARINC (540 bytes, patch)
2006-02-15 13:19 UTC, maho.nakata
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description maho.nakata 2006-02-15 13:15:56 UTC
OOB680_m1
build fails at np_sdk since -I/usr/X11R6/include must be passed.

=============
Building project np_sdk
=============
/work/ports/editors/openoffice.org-2.0/work/OOB680_m1/np_sdk/mozsrc
------------------------------
Making: ../unxfbsd.pro/slo/npunix.obj
ccache gcc-ooo -Wreturn-type -fmessage-length=0 -c -I.  -I. -I../inc -I../inc -I../unx/inc -I../
unxfbsd.pro/inc     -I. -I../res -I. -Os -fno-strict-aliasing -Wuninitialized   -pipe -mtune=pentiumpro 
-g1 -fpic -DFREEBSD -DUNX -DVCL -DGCC -DC341 -DINTEL -DCVER=C341 -D_USE_NAMESPACE  -
DX86 -D_PTHREADS -D_REENTRANT -DNEW_SOLAR -D_USE_NAMESPACE=1 -DSTLPORT_VERSION=450 
-DHAVE_GCC_VISIBILITY_FEATURE -D__DMAKE -DUNIX -DCPPU_ENV=gcc3 -DGXX_INCLUDE_PATH=/
usr/local/gcc-ooo/i386-portbld-freebsd6.0/3.4.1/include/c++ -DSUPD=680 -DPRODUCT -DNDEBUG 
-DPRODUCT_FULL -DOSL_DEBUG_LEVEL=0 -DOPTIMIZE -DEXCEPTIONS_OFF -DCUI -DSOLAR_JAVA -
DOOB680=OOB680   -DSHAREDLIB -D_DLL_  -DMULTITHREAD  -o ../unxfbsd.pro/slo/npunix.o 
npunix.c
In file included from npunix.c:41:
npapi.h:87:23: X11/Xlib.h: No such file or directory
npapi.h:88:24: X11/Xutil.h: No such file or directory
In file included from npunix.c:41:
npapi.h:282: error: parse error before "Display"      


However this is not an issue for GNU/Linux Debian. since
% ls -la /usr/include/X11
lrwxrwxrwx 1 root root 20 Jan 22 17:51 /usr/include/X11 -> ../X11R6/include/X11
Comment 1 maho.nakata 2006-02-15 13:19:27 UTC
Created attachment 34180 [details]
Backuot SOLARINC
Comment 2 maho.nakata 2006-02-15 13:20:04 UTC
add pjanik Cc: set target milestone
Comment 3 maho.nakata 2006-02-15 13:21:48 UTC
add hjs
Comment 4 maho.nakata 2006-02-15 13:22:56 UTC
Why we set SOLARINC as blank?
Comment 5 pavel 2006-02-15 13:30:21 UTC
Duplicate of #i62021#?
Comment 6 rt 2006-02-15 14:00:01 UTC
Yes, it's duplicate to 62021. Solution is to remove the unsetting of SOLARINC.

*** This issue has been marked as a duplicate of 62021 ***
Comment 7 pavel 2006-02-15 19:08:47 UTC
Closing duplicate.