[dev] Some jar files are missing[ was: Re: [dev] Re: Error on building DEV300_m29: startup/config.mk, not found

2008-08-18 Thread Hung Nguyen Vu
I am still struggling with it. In the build below, I've set --disable-java but when dmake has stopped when It tried to build the RPM. Questions: 1. Which RPM? 2. Where is the spec file for that RPM? 3. cd DEV300_m29; find -name ScriptFramework.jar returns nothing. Is that this file is missin

Re: [dev] Re: Error on building DEV300_m29: startup/config.mk, not found

2008-08-18 Thread Hung Nguyen Vu
On Mon, Aug 18, 2008 at 4:41 PM, Christian Lins <[EMAIL PROTECTED]> wrote: > Rene Engelhard schrieb: >> Jens Herden wrote: >>> You may want to check if these folders have been in the >>> OOo-Dev_DEV300_m29_src_core.tar.bz2 >> >> He needs the _system tarball, too. > > All recent tarballs can be down

Re: [dev] Re: Error on building DEV300_m29: startup/config.mk, not found

2008-08-18 Thread Christian Lins
Rene Engelhard schrieb: > Jens Herden wrote: >> You may want to check if these folders have been in the >> OOo-Dev_DEV300_m29_src_core.tar.bz2 > > He needs the _system tarball, too. All recent tarballs can be download at http://download.go-oo.org/ :-) Including the _system one. Regards, Christi

Re: [dev] Re: Error on building DEV300_m29: startup/config.mk, not found

2008-08-16 Thread Hung Nguyen Vu
I also tried to disable odk but no luck, another error occured. export JAVA_HOME=/usr/local/jdk1.6.0_07/ export PATH=$PATH:/usr/local/jdk1.6.0_07/bin export CLASSPATH=$CLASSPATH:/usr/local/junit4.5/junit-4.5.jar export ANT_HOME=/usr/local/ant export PATH=$PATH:$ANT_HOME/bin PKG_CONFIG_PATH=$PKG

Re: [dev] Re: Error on building DEV300_m29: startup/config.mk, not found

2008-08-15 Thread Hung Nguyen Vu
On Sat, Aug 16, 2008 at 11:19 AM, Rene Engelhard <[EMAIL PROTECTED]> wrote: > > He needs the _system tarball, too. I've unpacked all the tarballs: *sdk*tar.bz2 is 42 bytes big which seems weird. Here is the list[1][2] of the tar.bz2 files that I have and unpacked. I also checkout the missing l

Re: [dev] Re: Error on building DEV300_m29: startup/config.mk, not found

2008-08-15 Thread Rene Engelhard
Hi, Jens Herden wrote: > You may want to check if these folders have been in the > OOo-Dev_DEV300_m29_src_core.tar.bz2 He needs the _system tarball, too. Regards, Rene - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

Re: [dev] Re: Error on building DEV300_m29: startup/config.mk, not found

2008-08-15 Thread Jens Herden
Hi On Freitag 15 August 2008, Hung Nguyen Vu wrote: > I've tried: > > tar xjvf OOo-Dev_DEV300_m29_src_core.tar.bz2 > cd DEV300_m29/config_office/ > ./configure --prefix=$HOME --disable-cups --disable-pam > --with-jdk-home=/usr/local/jdk1.6.0_07/ --disable-mozilla > --disable-qadevooo --without-sys

[dev] Re: Error on building DEV300_m29: startup/config.mk, not found

2008-08-15 Thread Hung Nguyen Vu
I've tried: tar xjvf OOo-Dev_DEV300_m29_src_core.tar.bz2 cd DEV300_m29/config_office/ ./configure --prefix=$HOME --disable-cups --disable-pam --with-jdk-home=/usr/local/jdk1.6.0_07/ --disable-mozilla --disable-qadevooo --without-system-stdlibs cat warn # it is empty. source LinuxX86Env.Set.sh cd