[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

./bootstrap finished succesfully :) and dmake fails :(



Hi there....

yes I could finished the ./bootsrap succesfully.

All what I had to do was....

./configure --with-stlport-home=/usr (without java)
tcsh ; source LinuxIntelEnv.Set ; ./bootstrap

first, I got this :
----
configure: line 1494: syntax error near unexpected token
`AC_CONFIG_HEADERS(config.h)'
configure: line 1494: `AC_CONFIG_HEADERS(config.h)'
make: *** No targets specified and no makefile found.  Stop.
make: *** No rule to make target `install'.  Stop.
cp: cannot stat `/home/Palic/OpenOffice/oo_src633/dmake/dmake': No such file or
directory
dmake: Command not found.

To resolve it, I went into /home/Palic/OpenOffice/oo_src633/dmake/ and
run make all.


then I came into trouble with it:

cd gpc; dmake subdmake=true  product="full"
------------------------------
Making: ../unxlngi3.pro/misc/gpc.dpc
Making : Dependencies
touch ../unxlngi3.pro/misc/gpc.dpc
dmake:  Error -- `../unxlngi3.pro/slo/gpc.obj' not found, and can't be
made

Ok.. this was very easy, I installed this gpc231.tar.Z into
externals/gpc and the build went on.

Then I got this:

g++ -w -nostdinc -c -I. -I. -I../inc -I../../inc -I../../unx/inc
-I../../unxlngi3.pro/inc -I. -I/home/palic/OpenOffice/oo_633_src/sal/inc
-I/home/palic/OpenOffice/oo_633_src/vos/inc  -I.
-I/home/palic/OpenOffice/oo_633_src/solver/633/unxlngi3.pro/inc
-I/home/palic/OpenOffice/oo_633_src/solver/633/unxlngi3.pro/inc/external
-I/home/palic/OpenOffice/oo_633_src/solenv/unxlngi3/inc
-I/home/palic/OpenOffice/oo_633_src/solenv/inc
-I/home/palic/OpenOffice/oo_633_src/res -I/usr/include -I/usr/stlport
-I/usr/include/stlport -I/usr/include/stlport
-I/home/palic/OpenOffice/oo_633_src/solenv/inc/Xp31 -I/include
-I/include/linux -I/include/native_threads/include -I/usr/X11R6/include
-I/usr/lib/gcc-lib/i386-linux/2.95.4/include -I/usr/include     -I.
-I../../res -I. -O2   -pipe -mpentium -fno-for-scope -fpermissive
-mpreferred-stack-boundary=2 -fno-exceptions     -DLINUX -DUNX -DVCL
-DGCC
-DC295 -DINTEL -DUSE_PSPRINT -DTF_UCB -DENABLEUNICODE -DTF_FILTER
-DTF_FILEURL -DCVER=C295 -D_USE_NAMESPACE -DGLIBC=2 -DX86 -D_PTHREADS
-D_REENTRANT -DNEW_SOLAR -D_USE_NAMESPACE=1 -DSTLPORT_VERSION=400
-D__DMAKE
-DUNIX -DSUPD=633 -DBUILD=6901 -DSOLAR_PLUGIN -DVCL -DSO3 -DPRODUCT
-DNDEBUG
-DPRODUCT_FULL -DOPTIMIZE -DEXCEPTIONS_OFF -DGUI -DSOLAR_JAVA -DSRC633
-DBOOTSTRAPPER -DTF_ONE51 -DMULTITHREAD  -o
../../unxlngi3.pro/obj/stream.o
/home/palic/OpenOffice/oo_633_src/tools/source/stream/stream.cxx
/home/palic/OpenOffice/oo_633_src/tools/source/stream/stream.cxx: In
method
^ErrCode SvAsyncLockBytes::ReadAt(long unsigned int, void *, long
unsigned
int, ULONG *) const':
/home/palic/OpenOffice/oo_633_src/tools/source/stream/stream.cxx:358:
parse
error before ('
/home/palic/OpenOffice/oo_633_src/tools/source/stream/stream.cxx: In
method
^ErrCode SvAsyncLockBytes::WriteAt(long unsigned int, const void *, long
unsigned int, ULONG *)':
/home/palic/OpenOffice/oo_633_src/tools/source/stream/stream.cxx:375:
parse
error before ('

On openoffice-dev@openoffice.org I got several tipps to solve it, but
only this works :

"#define min min" and "#define max max" as the first lines of stream.cxx, 
before any includes.

Then I got this :

/home/palic/OpenOffice/oo_633_src/tools/bootstrp/command.cxx: In
function
`static class ByteString CCommand::Search(ByteString = thePath,
ByteString = "csh")':
/home/palic/OpenOffice/oo_633_src/tools/bootstrp/command.cxx:550:
no match for `ByteString & == const char[4]'
/usr/include/stlport/stl/_cwchar.h:119: candidates are:
bool _STL::operator ==(const _STL::__stl_mbstate_t &, const
_STL::__stl_mbstate_t &)
/usr/include/stlport/stl/char_traits.h:76:
bool _STL::operator ==(const _STL::fpos<_STL::__stl_mbstate_t> &, const
_STL::fpos<_STL::__stl_mbstate_t> &)
/home/palic/OpenOffice/oo_633_src/tools/bootstrp/command.cxx:553:
no match for `ByteString & != const char[1]'
/usr/include/stlport/stl/_cwchar.h:123: candidates are:
bool _STL::operator !=(const _STL::__stl_mbstate_t &, const
_STL::__stl_mbstate_t &)
/usr/include/stlport/stl/char_traits.h:78:
bool _STL::operator !=(const _STL::fpos<_STL::__stl_mbstate_t> &, const
_STL::fpos<_STL::__stl_mbstate_t> &)
/home/palic/OpenOffice/oo_633_src/tools/bootstrp/command.cxx:611:
no match for `ByteString & == const char[1]'
/usr/include/stlport/stl/_cwchar.h:119: candidates are:
bool _STL::operator ==(const _STL::__stl_mbstate_t &, const
_STL::__stl_mbstate_t &)
/usr/include/stlport/stl/char_traits.h:76:

The only solve I saw was, installing the STLport4 lib from
http://www.stlport.org/ in release 40. The deb installed under /usr
doesn't work on my mashine. So I compiled STLport with make -f gcc.mak.
Then I had to reconfigure the ./bootrap, so I did 
./configure --with-stlport4-home=/<where my individual stlportlib is>
and it works.

At last did they have wrong includes...

in several files they includes <glibc/posix/getopt.h>, but this doesn't
exsist. To chnage it to <getopt.h> works.

End then, ./boostrap finished succesfully.


I went on with doing dmake an got this after few minuts:

idlc @/tmp/mkoRtaEv
idlc: compile 'IllegalTypeException.idl' ...
Segmentation fault
dmake:  Error code 139, while making
'../../../../unxlngi3.pro/misc/urd_cssbeans.don'
---* TG_SLO.MK *---
dmake:  Error code 255, while making 'beans'
---* TG_SLO.MK *---
dmake:  Error code 255, while making 'star'
---* TG_SLO.MK *---
dmake:  Error code 255, while making 'sun'
---* TG_SLO.MK *---
dmake:  Error code 255, while making 'com'
---* TG_SLO.MK *---
dmake:  Error code 255, while making 'udkapi'
---* TG_SLO.MK *---


Does anyone has any hints to fix it?



	Greetings and have a nice day!

									Jan




-- 
One time, you all will be emulated by linux!

----
Jan- Hendrik Palic
Url:"http://www.billgotchy.de";
E-Mail: "palic@billgotchy.de"

-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GCS d- s: a-- C++ UL++ P+++ L+++ E W++ N+ o+ K- w--- 
O- M- V- PS++ PE Y+ PGP++ t--- 5- X+++ R-- tv- b++ DI-- D+++ 
G+++ e+++ h+ r++ z+ 
------END GEEK CODE BLOCK------

Attachment: pgpFy8VBOjmou.pgp
Description: PGP signature


Reply to: