Re: Open Office on the ppc & debian

2002-06-29 Thread Adam
I got it to work :)  Sorry to clog up the lists.  After the day of figuring it out... we got it. Thank you

Re: open office

2000-10-23 Thread Christer Gustavsson
Michael Schmitz <[EMAIL PROTECTED]> writes: > > ../unxlngppc.pro/slo/multipro.o(.text+0xa5e): relocation truncated to > > fit: R_PPC_GOT16 cpp_acquire > > Any clues on how to solve them? > Search for cpp_acquire in the sources, perhaps one of the object files > wasn't built so cpp_acquire could not

Re: open office

2000-10-23 Thread Michael Schmitz
> ../unxlngppc.pro/slo/multipro.o(.text+0xa5e): relocation truncated to > fit: R_PPC_GOT16 cpp_acquire > Any clues on how to solve them? Search for cpp_acquire in the sources, perhaps one of the object files wasn't built so cpp_acquire could not be resolved on the final link stage. Micha

Re: open office

2000-10-22 Thread Adam C Powell IV
Momchil Velikov wrote: > > "Adam" == Adam C Powell IV <[EMAIL PROTECTED]> writes: > > Adam> Do you know where I can find the "long version" of what you've > Adam> "simply stated" above, so I can convince him to get the patch > Adam> into Kerberos- and maybe release it for a couple of new > Ada

Re: open office

2000-10-21 Thread Christer Gustavsson
[EMAIL PROTECTED] writes: > OK, removed the offending va_args as they were just > for error messages. At this point, I'm just going > for quick fixes. I'm now about 90% through the build > process and I'm choking on some home-grown resource > compiler. Let me know if anyone has a clue about > th

Re: open office

2000-10-21 Thread oly
OK, removed the offending va_args as they were just for error messages. At this point, I'm just going for quick fixes. I'm now about 90% through the build process and I'm choking on some home-grown resource compiler. Let me know if anyone has a clue about this. If people want to know how to ge

Re: open office

2000-10-20 Thread Momchil Velikov
> "Adam" == Adam C Powell IV <[EMAIL PROTECTED]> writes: Adam> Momchil Velikov wrote: >> [EMAIL PROTECTED] wrote: >> > ../../unxlngppc.pro/obj/cpp.o: In function `error': >> > ../../unxlngppc.pro/obj/cpp.o(.text+0xcdc): undefined reference to >> > `__va_arg_type_violation' >> >> The problem

Re: open office

2000-10-20 Thread Adam C Powell IV
Momchil Velikov wrote: > [EMAIL PROTECTED] wrote: > > ../../unxlngppc.pro/obj/cpp.o: In function `error': > > ../../unxlngppc.pro/obj/cpp.o(.text+0xcdc): undefined reference to > > `__va_arg_type_violation' > > The problem is that according to ANSI C, > the first argument to va_arg should be the

Re: open office

2000-10-20 Thread Michael Schmitz
> I'm trying to build OpenOffice (a.k.a. StarOffice). > I've managed to coerce their build tools (dmake, etc.) > into compiling and am now hammering through getting > StarOffice proper to compile. Congratulations - I'm stuck on compiling sal and decided to call it quits. Sun seems to have implemen

Re: open office

2000-10-20 Thread Momchil Velikov
[EMAIL PROTECTED] wrote: > ../../unxlngppc.pro/obj/cpp.o: In function `error': > ../../unxlngppc.pro/obj/cpp.o(.text+0xcdc): undefined reference to > `__va_arg_type_violation' The problem is that according to ANSI C, the first argument to va_arg should be the type after the default promotion. Si