Issue 283

Summary: troubles getting the build tools compiled
Product: porting Reporter: issues@www <issues>
Component: documentationAssignee: Unknown <non-migrated>
Status: CLOSED NOT_AN_OOO_ISSUE QA Contact: issues@www <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: 613   
Target Milestone: ---   
Hardware: SGI   
OS: IRIX   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description issues@www 2001-01-08 18:26:37 UTC
here's one example:

in sal

marx 31% dmake 
cd osl; dmake subdmake=true  product="full"
generated makefile.rc detected
cd all; dmake subdmake=true  subdmake="true" product="full"
------------------------------
Making: ../../unxirxm3.pro/misc/oslall.dpc
Making : Dependencies
makedepn @/var/tmp/mkAAAa00c4v
------------------------------
Making: ../../unxirxm3.pro/slo/isocket.obj
DIRIX -DUNX -DVCL -DC72 -DC72 -DMIPS -DTF_UCB -DENABLEUNICODE -DTF_SDBAPI
-DCVER=C72 -D__DMAKE -DUNIX -DSUPD=613 -DBUILD=5809 -DSOLAR_PLUGIN -DVCL -DSO3
-DPRODUCT -DNDEBUG -DPRODUCT_FULL -DOPTIMIZE -DGUI  -DSRC613  -DTF_ONE51
-DSHAREDLIB -D_DLL_ -DMULTITHREAD  ../../unxirxm3.pro/slo/isocket.o isocket.c
DIRIX: Command not found.
if ( -e ../../unxirxm3.pro/slo/isocket.o) touch
../../unxirxm3.pro/slo/isocket.obj

I'm not sure what's telling it to use DIRIX to do whatever it's doing...but it
doesn't work.
Comment 1 Unknown 2001-01-16 18:34:40 UTC
Reassign to jhanson@sgi.com

The problem is in _tg_shl.mk which normally is generated from tg_shl.mk
which now (00613B+) has the correct information (it adds a -DIRIX flag
and a few other things) BUT mkunroll doesn't compile on IRIX yet so the
unrolled makefile (_tg_shl.mk) isn't created from tg_shl.mk AND setting
the flag to not unroll doesn't work either.  Currently there are two approaches

1. Use another system (say Linux) where mkunroll will work and unroll 
tg_shl.mk there and copy to IRIX system.

2. The OpenOffice group is going to supplied unrolled makefiles when
there are changes to standard ones.
Comment 2 Unknown 2001-01-16 18:35:52 UTC
If you can't get to a system to unroll tg_shl.mk, let me know and I can
provide what I am using.
Comment 3 Martin Hollmichel 2008-03-24 12:39:17 UTC
close issue