Re: Anyone have /usr/ports/java/jdk14 working on 4.8?

2003-12-10 Thread Steve Bertrand
> That's much help, thanks!
> OK, next question...
> Assuming I get OO installed, what versions of MS Office files will it open?
> I have need to open MS Office *XP* files. (cross fingers)

I can successfully import/export Word, excel, ppt documents
successfully, and although some will say that some formatting loss
occurs, I haven't experienced this as of yet, as most of the documents I
use are text only without images.

I have no experience with files under Office 2003 however.

Cheers!

Steve


-- 
Steve Bertrand
President/CTO,
Northumberland Network Services

t: 905.352.2688
w: www.northnetworks.ca

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Anyone have /usr/ports/java/jdk14 working on 4.8?

2003-12-10 Thread Charles Howse
On Wednesday 10 December 2003 07:53 am, Steve Bertrand wrote:
> On Wed, 2003-12-10 at 08:47, Gautam Gopalakrishnan wrote:
> > On Wed, Dec 10, 2003 at 07:25:46AM -0600, Charles Howse wrote:
> > > You don't by any chance have OpenOffice-1.1 working do you?
> > > That's where I'm going with this, but I have to get jdk working first.
> > > attempting to install jdk takes 6+ hrs on my machine.  :-)
> >
> > I just got both working less than a week back. I first fetched the
> > packages for jdk14 so that all is ready for compilation. Just make sure
> > you have plenty of swap too (I needed atleast 128M). If that's your
> > problem, you could add some space in a swap file for now and then delete
> > it later (see the handbook). The error message is mostly visible in ttyv0
> > (apart from the errors on the screen)
> >
> > # cd /usr/ports/java/jdk14
> > # make fetch-recursive
> > # make install clean
> > # (go to sleep...)
>
> Me too. Worked ok on fresh 4.9 install.
>
> > openoffice-1.1 takes about 15 hrs on my celeron 1.7Ghz with 256 MB ram.
>
> About 20 hrs on IBM Thinkpad 700 celeron.
>
> Steve
>
> > Hope that was of some use...
> > Gautam

That's much help, thanks!
OK, next question...
Assuming I get OO installed, what versions of MS Office files will it open?
I have need to open MS Office *XP* files. (cross fingers)

-- 
Thanks,
Charles
http://howse.homeunix.net:8080

Random Murphy's Law:
A little ambiguity never hurt anyone.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Anyone have /usr/ports/java/jdk14 working on 4.8?

2003-12-10 Thread Eric Pogroski
On Wed, 10 Dec 2003 07:25:46 -0600
Charles Howse <[EMAIL PROTECTED]> wrote:

> On Wednesday 10 December 2003 07:16 am, Eric Pogroski wrote:
> > On Tue, 09 Dec 2003 15:44:54 -0600
> >
> > Charles Howse <[EMAIL PROTECTED]> wrote:
> > > Please tell me how you did it.
> > > My build always fails.
> > > I have /usr/local/linux-sun-jdk1.4.2 working.
> > >
> > > [EMAIL PROTECTED] /usr/local/linux-sun-jdk1.4.2/bin]# ./java -version
> > > java version "1.4.2_02"
> > > Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_02-b03)
> > > Java HotSpot(TM) Client VM (build 1.4.2_02-b03, mixed mode)
> > >
> > > --
> > > Thanks,
> > > Charles
> > > http://howse.homeunix.net:8080
> > >
> > > Random Murphy's Law:
> > > Envelopes and stamps which don't stick when you lick
> > > them will stick to other things when you don't want
> > > them to.
> >
> > Hi Charles:
> >
> > Yes, here's what I had to do:
> > 1. cd /usr/ports/java/linux-sun-jdk14 && make install   <-- Don't clean yet
> > 2. cd /usr/ports/java/jdk14 && make  install < installs, and works
> > 3. cd /usr/ports/java/linux-sun-jdk14 && make clean
> >
> > it'll take a couple of hours on an athlon 2100+ running 4.8 release patch
> > level 14
> 
> Eric, thanks for the reply.
> I'll try that right away.
> You don't by any chance have OpenOffice-1.1 working do you?
> That's where I'm going with this, but I have to get jdk working first.
> attempting to install jdk takes 6+ hrs on my machine.  :-)
> 
> -- 
> Thanks,
> Charles
> http://howse.homeunix.net:8080
> 
> Random Murphy's Law:
> You can't guard against the arbitrary.
> 

Hi Charles:

OpenOffice 1.1 took me about 15 hours to compile, but I believe that doing a 
'make package clean' added to the time.

good luck!

Eric
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Anyone have /usr/ports/java/jdk14 working on 4.8?

2003-12-10 Thread Steve Bertrand
On Wed, 2003-12-10 at 08:47, Gautam Gopalakrishnan wrote:
> On Wed, Dec 10, 2003 at 07:25:46AM -0600, Charles Howse wrote:
> > You don't by any chance have OpenOffice-1.1 working do you?
> > That's where I'm going with this, but I have to get jdk working first.
> > attempting to install jdk takes 6+ hrs on my machine.  :-)
> 
> I just got both working less than a week back. I first fetched the packages
> for jdk14 so that all is ready for compilation. Just make sure you have
> plenty of swap too (I needed atleast 128M). If that's your problem, you
> could add some space in a swap file for now and then delete it later (see
> the handbook). The error message is mostly visible in ttyv0 (apart from the
> errors on the screen)
> 
> # cd /usr/ports/java/jdk14
> # make fetch-recursive
> # make install clean
> # (go to sleep...)
> 

Me too. Worked ok on fresh 4.9 install.

> openoffice-1.1 takes about 15 hrs on my celeron 1.7Ghz with 256 MB ram.
> 

About 20 hrs on IBM Thinkpad 700 celeron.

Steve

> Hope that was of some use...
> Gautam
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
-- 
Steve Bertrand
President/CTO,
Northumberland Network Services

t: 905.352.2688
w: www.northnetworks.ca

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Anyone have /usr/ports/java/jdk14 working on 4.8?

2003-12-10 Thread Gautam Gopalakrishnan
On Wed, Dec 10, 2003 at 07:25:46AM -0600, Charles Howse wrote:
> You don't by any chance have OpenOffice-1.1 working do you?
> That's where I'm going with this, but I have to get jdk working first.
> attempting to install jdk takes 6+ hrs on my machine.  :-)

I just got both working less than a week back. I first fetched the packages
for jdk14 so that all is ready for compilation. Just make sure you have
plenty of swap too (I needed atleast 128M). If that's your problem, you
could add some space in a swap file for now and then delete it later (see
the handbook). The error message is mostly visible in ttyv0 (apart from the
errors on the screen)

# cd /usr/ports/java/jdk14
# make fetch-recursive
# make install clean
# (go to sleep...)

openoffice-1.1 takes about 15 hrs on my celeron 1.7Ghz with 256 MB ram.

Hope that was of some use...
Gautam

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Anyone have /usr/ports/java/jdk14 working on 4.8?

2003-12-10 Thread Charles Howse
On Wednesday 10 December 2003 07:16 am, Eric Pogroski wrote:
> On Tue, 09 Dec 2003 15:44:54 -0600
>
> Charles Howse <[EMAIL PROTECTED]> wrote:
> > Please tell me how you did it.
> > My build always fails.
> > I have /usr/local/linux-sun-jdk1.4.2 working.
> >
> > [EMAIL PROTECTED] /usr/local/linux-sun-jdk1.4.2/bin]# ./java -version
> > java version "1.4.2_02"
> > Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_02-b03)
> > Java HotSpot(TM) Client VM (build 1.4.2_02-b03, mixed mode)
> >
> > --
> > Thanks,
> > Charles
> > http://howse.homeunix.net:8080
> >
> > Random Murphy's Law:
> > Envelopes and stamps which don't stick when you lick
> > them will stick to other things when you don't want
> > them to.
>
> Hi Charles:
>
>   Yes, here's what I had to do:
> 1. cd /usr/ports/java/linux-sun-jdk14 && make install <-- Don't clean yet
> 2. cd /usr/ports/java/jdk14 && make  install < installs, and works
> 3. cd /usr/ports/java/linux-sun-jdk14 && make clean
>
> it'll take a couple of hours on an athlon 2100+ running 4.8 release patch
> level 14

Eric, thanks for the reply.
I'll try that right away.
You don't by any chance have OpenOffice-1.1 working do you?
That's where I'm going with this, but I have to get jdk working first.
attempting to install jdk takes 6+ hrs on my machine.  :-)

-- 
Thanks,
Charles
http://howse.homeunix.net:8080

Random Murphy's Law:
You can't guard against the arbitrary.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Anyone have /usr/ports/java/jdk14 working on 4.8?

2003-12-10 Thread Eric Pogroski
On Tue, 09 Dec 2003 15:44:54 -0600
Charles Howse <[EMAIL PROTECTED]> wrote:

> Please tell me how you did it.
> My build always fails.
> I have /usr/local/linux-sun-jdk1.4.2 working.
> 
> [EMAIL PROTECTED] /usr/local/linux-sun-jdk1.4.2/bin]# ./java -version
> java version "1.4.2_02"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_02-b03)
> Java HotSpot(TM) Client VM (build 1.4.2_02-b03, mixed mode)
> 
> -- 
> Thanks,
> Charles
> http://howse.homeunix.net:8080
> 
> Random Murphy's Law:
> Envelopes and stamps which don't stick when you lick
> them will stick to other things when you don't want
> them to.
> 
Hi Charles:

Yes, here's what I had to do:
1. cd /usr/ports/java/linux-sun-jdk14 && make install   <-- Don't clean yet
2. cd /usr/ports/java/jdk14 && make  install < installs, and works
3. cd /usr/ports/java/linux-sun-jdk14 && make clean

it'll take a couple of hours on an athlon 2100+ running 4.8 release patch level 14

hth.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"