Issue 13445 - Subdir X11 missing from external in 11beta
Summary: Subdir X11 missing from external in 11beta
Status: CLOSED FIXED
Alias: None
Product: gsl
Classification: Code
Component: code (show other issues)
Version: OOo 1.1 Beta
Hardware: All All
: P2 Trivial (vote)
Target Milestone: OOo 1.1 RC
Assignee: Martin Hollmichel
QA Contact: Unknown
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-15 07:47 UTC by Unknown
Modified: 2004-08-29 10:10 UTC (History)
2 users (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 Unknown 2003-04-15 07:47:12 UTC
While compiling vcl (11beta), I got the following error:

Making: ../../../unxirgm.pro/slo/gcach_xpeer.obj
g++ -w -c -I.  -I. -I../inc -I../../../inc -I../../../unx/inc
-I../../../unxirgm.pro/inc -I.
-I/oowp/11beta/workarea/solver/644/unxirgm.pro/inc/stl
-I/oowp/11beta/workarea/solver/644/unxirgm.pro/inc/external
-I/oowp/11beta/workarea/solver/644/unxirgm.pro/inc
-I/oowp/11beta/workarea/solenv/unxirgm/inc -I/oowp/11beta/workarea/solenv/inc
-I/oowp/11beta/workarea/res
-I/oowp/11beta/workarea/solver/644/unxirgm.pro/inc/stl
-I/oowp/11beta/workarea/solenv/inc/Xp31 -I/usr/local/java_1.3/usr/java/include
-I/usr/local/java_1.3/usr/java/include/irix
-I/usr/local/java_1.3/usr/java/include/native_threads/include     -I.
-I../../../res -I. -O2   -fno-for-scope -fpermissive -fno-exceptions   -fpic
-DIRIX -DUNX -DVCL -DGCC -DC295 -DMIPS -DCVER=C295 -D_USE_NAMESPACE -D_PTHREADS
-DSTLPORT_VERSION=0x450 -DNEW_SOLAR -D_USE_NAMESPACE=1 -D__DMAKE -DUNIX
-DCPPU_ENV=gcc2 -DSUPD=644 -DBUILD=8557 -DPRODUCT -DNDEBUG -DPRODUCT_FULL
-DOPTIMIZE -DEXCEPTIONS_OFF -DCUI -DSOLAR_JAVA -DSRX644 -DUSE_BUILTIN_RASTERIZER
-DENABLE_CTL -DSHAREDLIB -D_DLL_  -DMULTITHREAD  -w -o
../../../unxirgm.pro/slo/gcach_xpeer.o
/oowp/11beta/workarea/vcl/unx/source/gdi/gcach_xpeer.cxx
In file included from /oowp/11beta/workarea/vcl/unx/source/gdi/gcach_xpeer.cxx:67:
gcach_xpeer.hxx:68: X11/extensions/Xrender.h: No such file or directory
dmake:  Error code 1, while making '../../../unxirgm.pro/slo/gcach_xpeer.obj'
---* TG_SLO.MK *---

Previously this header was in external/X11/extensions, but the X11 subdir is
missing from 11beta. Can this be included please.

George
Comment 1 hennes.rohling 2003-05-05 11:26:18 UTC
@pl: Please take over.
Comment 2 philipp.lohmann 2003-05-05 12:22:23 UTC
pl->hdu: your headers
Comment 3 hdu@apache.org 2003-05-05 12:39:04 UTC
To make sure you have the headers go into the "external" project and type  
"deliver".  
  
Comment 4 Unknown 2003-05-06 01:49:58 UTC
I tried:

cvs diff -rOpenOffice_1_1_beta external/X11/extensions/Xrender.h 

cvs server: tag OpenOffice_1_1_beta is not in file
external/X11/extensions/Xrender.h

so then I tried:

cvs diff -rcws_srx644_ooo11beta2 external/X11/extensions/Xrender.h

cvs [diff aborted]: no such directory `external/X11/extensions'

------------------------------------------------

That would only work if they were tagged for 11beta, so that they
would actually exist in the tree....

I even checked out the external module again, and there is no X11
directory. It appears that the directory is tagged (X11/extensions),
but there are no files in there (which is why it doesn't get created).

The cvs Tag I am using is OpenOffice_1_1_beta, but I have also tried
checking out external from cws_srx644_ooo11beta2.
Try checking these sources out again, and verifying that these files
actualy exist.

George
Comment 5 hdu@apache.org 2003-05-06 07:46:31 UTC
HDU->MH: The external project doesn't seem to be correctly tagged? 
Comment 6 Martin Hollmichel 2003-05-06 10:51:21 UTC
this has been moved to own module: x11_extensions.

so we need to add this dependency to vcl/prj/build.lst
and add the module to the OpenOffice cvs alias.
Comment 7 michael.bemmer 2003-05-06 15:53:54 UTC
Too late for beta2, re-targeted to 1.1 RC.
Comment 8 pavel 2003-05-17 23:29:16 UTC
I just got the same error with Solaris 8. Checked it out, delivered
(there is no build.lst there) and build seems to continue.
Comment 9 Martin Hollmichel 2003-05-19 11:01:29 UTC
has been added.
Comment 10 Martin Hollmichel 2003-06-16 16:43:56 UTC
closed.
Comment 11 sparcmoz 2004-08-29 10:10:32 UTC
deja vu building SRC680_m52 on linux sparc 

_DLL_  -DMULTITHREAD  -o ../../../unxlngs.pro/slo/gcach_xpeer.o
/home/jim/680/vcl/unx/source/gdi/gcach_xpeer.cxx
distcc[9100] ERROR: compile (null) on localhost failed
In file included from /home/jim/680/vcl/unx/source/gdi/gcach_xpeer.cxx:67:
gcach_xpeer.hxx:68:36: X11/extensions/Xrender.h: No such file or directory
In file included from /home/jim/680/vcl/unx/source/gdi/gcach_xpeer.cxx:67:

i did  cvs co -r SRC680_m52 x11_extensions
then deliver x11_extensions and build proceeds