Re: [dev] Getting started - make troubles

2005-10-24 Thread David Fraser

Billy Charlton wrote:


I'm getting started with contributing code to OOo. I've followed the
guide at go-oo.org for setting up my development environment but have
run into a problem with make.

I've run ./autogen.sh in the ooo-build directory and it says
everything's ready to go.  But when I say 'make', I get the following:

[EMAIL PROTECTED]:~/projects/ooo/ooo-build$ make
Making all in po
make[1]: Entering directory `/home/billy/projects/ooo/ooo-build/po'
make[1]: *** No rule to make target `yes', needed by `all-am'.  Stop.
make[1]: Leaving directory `/home/billy/projects/ooo/ooo-build/po'
make: *** [all-recursive] Error 1

No rule to make target 'yes'?  That sounds a little funny. Sounds like a
variable substitution problem in the configure script.  Or a missing tool?

Could I be missing a dependency?  I've got all the regular dev libraries
and tools installed, or so I thought (autoconf, automake, bison, flex,
gcc, jdk...).

Is there another web resource I can look at to help get me up to speed here?

Thanks everyone!

The go-oo mailing list is at 
http://lists.ximian.com/mailman/listinfo/openoffice and is the right 
place to ask this question
By the way I'm not sure how you expect to read the response to this, 
Billy, since your email address you're sending from appears to be a junk 
trapper and you don't appear to be subscribed to the list...


Cheers
David

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Getting started - make troubles

2005-10-24 Thread Joerg Barfurth

Hi Billy,

Billy Charlton schrieb:

I'm getting started with contributing code to OOo. I've followed the
guide at go-oo.org for setting up my development environment but have
run into a problem with make.



You should look at go-oo.org, if they have a mailing list to support the 
 ooo-build environment (there is a #go-ooo - or similar - channel on 
irc.freenode.net).


The ooo-build build environement is different from the one used by the 
openoffice.org project proper, which is what people on this mailing list 
(or on dev@tools.openoffice.org for build issues) are familiar with.


Ciao, Joerg

--
Joerg Barfurth  Sun Microsystems - Desktop - Hamburg
>> using std::disclaimer <<<
Software Engineer [EMAIL PROTECTED]
OpenOffice.org Configuration  http://util.openoffice.org


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dev] Getting started - make troubles

2005-10-24 Thread Billy Charlton
I'm getting started with contributing code to OOo. I've followed the
guide at go-oo.org for setting up my development environment but have
run into a problem with make.

I've run ./autogen.sh in the ooo-build directory and it says
everything's ready to go.  But when I say 'make', I get the following:

[EMAIL PROTECTED]:~/projects/ooo/ooo-build$ make
Making all in po
make[1]: Entering directory `/home/billy/projects/ooo/ooo-build/po'
make[1]: *** No rule to make target `yes', needed by `all-am'.  Stop.
make[1]: Leaving directory `/home/billy/projects/ooo/ooo-build/po'
make: *** [all-recursive] Error 1

No rule to make target 'yes'?  That sounds a little funny. Sounds like a
variable substitution problem in the configure script.  Or a missing tool?

Could I be missing a dependency?  I've got all the regular dev libraries
and tools installed, or so I thought (autoconf, automake, bison, flex,
gcc, jdk...).

Is there another web resource I can look at to help get me up to speed here?

Thanks everyone!

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]