Issue 283 - troubles getting the build tools compiled
Summary: troubles getting the build tools compiled
Status: CLOSED NOT_AN_OOO_ISSUE
Alias: None
Product: porting
Classification: Code
Component: documentation (show other issues)
Version: 613
Hardware: SGI IRIX
: P3 Trivial (vote)
Target Milestone: ---
Assignee: Unknown
QA Contact: issues@www
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-01-08 18:26 UTC by issues@www
Modified: 2008-03-24 12:39 UTC (History)
1 user (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 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