Re: Compilation problems with the latest CVS

2002-04-09 Thread Yannick Patois

Hum...

On Tue, 9 Apr 2002, Lars Gullik Bjønnes wrote:
 Laurent Duperval [EMAIL PROTECTED] writes:
 | On  8 Apr, Yannick Patois wrote:
  Got this stranges things:
  On configure :
  sed: can't read ./config/Makefile.in: No such file or directory
 | Hey, and here I thought it was a problem on my end.
 So you didn't run ./autogen.sh?

OK, well... Of course I runned it once, but i didnt runned it again after
making my update... That's stupid, I know...

BTW, this is easy to program a rule in the Makefile to auto rerun
'autogen' and 'configure' targets on a 'make' (those targets being a
dependancy of all:).
This way, if something changed in an update that would need to rerun
either of them, it would be done automatically.
That's useful for stupid ppl like me ;)

Yannick





Re: Compilation problems with the latest CVS

2002-04-09 Thread Lars Gullik Bjønnes

Yannick Patois [EMAIL PROTECTED] writes:

| Hum...

| On Tue, 9 Apr 2002, Lars Gullik Bjønnes wrote:
 Laurent Duperval [EMAIL PROTECTED] writes:
 | On  8 Apr, Yannick Patois wrote:
  Got this stranges things:
  On configure :
  sed: can't read ./config/Makefile.in: No such file or directory
 | Hey, and here I thought it was a problem on my end.
 So you didn't run ./autogen.sh?

| OK, well... Of course I runned it once, but i didnt runned it again after
| making my update... That's stupid, I know...

| BTW, this is easy to program a rule in the Makefile to auto rerun
| 'autogen' and 'configure' targets on a 'make' (those targets being a
| dependancy of all:).
| This way, if something changed in an update that would need to rerun
| either of them, it would be done automatically.
| That's useful for stupid ppl like me ;)

I think that we (I) rather want to educate those people a bit.

configure is already rerun automatically, autogen is a CVS thing only
and will not be rerun auto.

-- 
Lgb



Re: Compilation problems with the latest CVS

2002-04-09 Thread Yannick Patois

Hum...

On Tue, 9 Apr 2002, Lars Gullik Bjønnes wrote:
 Laurent Duperval [EMAIL PROTECTED] writes:
 | On  8 Apr, Yannick Patois wrote:
  Got this stranges things:
  On configure :
  sed: can't read ./config/Makefile.in: No such file or directory
 | Hey, and here I thought it was a problem on my end.
 So you didn't run ./autogen.sh?

OK, well... Of course I runned it once, but i didnt runned it again after
making my update... That's stupid, I know...

BTW, this is easy to program a rule in the Makefile to auto rerun
'autogen' and 'configure' targets on a 'make' (those targets being a
dependancy of all:).
This way, if something changed in an update that would need to rerun
either of them, it would be done automatically.
That's useful for stupid ppl like me ;)

Yannick





Re: Compilation problems with the latest CVS

2002-04-09 Thread Lars Gullik Bjønnes

Yannick Patois [EMAIL PROTECTED] writes:

| Hum...

| On Tue, 9 Apr 2002, Lars Gullik Bjønnes wrote:
 Laurent Duperval [EMAIL PROTECTED] writes:
 | On  8 Apr, Yannick Patois wrote:
  Got this stranges things:
  On configure :
  sed: can't read ./config/Makefile.in: No such file or directory
 | Hey, and here I thought it was a problem on my end.
 So you didn't run ./autogen.sh?

| OK, well... Of course I runned it once, but i didnt runned it again after
| making my update... That's stupid, I know...

| BTW, this is easy to program a rule in the Makefile to auto rerun
| 'autogen' and 'configure' targets on a 'make' (those targets being a
| dependancy of all:).
| This way, if something changed in an update that would need to rerun
| either of them, it would be done automatically.
| That's useful for stupid ppl like me ;)

I think that we (I) rather want to educate those people a bit.

configure is already rerun automatically, autogen is a CVS thing only
and will not be rerun auto.

-- 
Lgb



Re: Compilation problems with the latest CVS

2002-04-09 Thread Yannick Patois

Hum...

On Tue, 9 Apr 2002, Lars Gullik Bjønnes wrote:
> Laurent Duperval <[EMAIL PROTECTED]> writes:
> | On  8 Apr, Yannick Patois wrote:
> >> Got this stranges things:
> >> On configure :
> >> sed: can't read ./config/Makefile.in: No such file or directory
> | Hey, and here I thought it was a problem on my end.
> So you didn't run ./autogen.sh?

OK, well... Of course I runned it once, but i didnt runned it again after
making my update... That's stupid, I know...

BTW, this is easy to program a rule in the Makefile to auto rerun
'autogen' and 'configure' targets on a 'make' (those targets being a
dependancy of all:).
This way, if something changed in an update that would need to rerun
either of them, it would be done automatically.
That's useful for stupid ppl like me ;)

Yannick





Re: Compilation problems with the latest CVS

2002-04-09 Thread Lars Gullik Bjønnes

Yannick Patois <[EMAIL PROTECTED]> writes:

| Hum...
>
| On Tue, 9 Apr 2002, Lars Gullik Bjønnes wrote:
>> Laurent Duperval <[EMAIL PROTECTED]> writes:
>> | On  8 Apr, Yannick Patois wrote:
>> >> Got this stranges things:
>> >> On configure :
>> >> sed: can't read ./config/Makefile.in: No such file or directory
>> | Hey, and here I thought it was a problem on my end.
>> So you didn't run ./autogen.sh?
>
| OK, well... Of course I runned it once, but i didnt runned it again after
| making my update... That's stupid, I know...
>
| BTW, this is easy to program a rule in the Makefile to auto rerun
| 'autogen' and 'configure' targets on a 'make' (those targets being a
| dependancy of all:).
| This way, if something changed in an update that would need to rerun
| either of them, it would be done automatically.
| That's useful for stupid ppl like me ;)

I think that we (I) rather want to educate those people a bit.

configure is already rerun automatically, autogen is a CVS thing only
and will not be rerun auto.

-- 
Lgb



Compilation problems with the latest CVS

2002-04-08 Thread Yannick Patois

Hi,

Got this stranges things:
On configure :
sed: can't read ./config/Makefile.in: No such file or directory

On make:
Making all in config
make[1]: Entering directory `/home/patois/src/lyx/lyx-devel/config'
make[1]: *** No rule to make target `all'.  Stop.

I just did a CVS update.

Any idea ?

Thanks,

Still working on docbok, saw several problems, want to check how the
latest CVS deal with them before complaining ;)

Yannick

-- 
 _/ Yannick Patois _ Address (home) __
| irc(undernet): Garp on #france25+ | 17, rue du Tonkin|
| email : [EMAIL PROTECTED] | Apt. 9G, 3iem|
| http://garp.feelingsurfer.net/| 69100 Villeurbanne   |
| Tel-home: +33 (0)4 78 89 76 47| FRANCE   |
| http://clag.lautre.net : Le site du Collectif Après-Gênes Lyonnais   |




Re: Compilation problems with the latest CVS

2002-04-08 Thread Laurent Duperval

On  8 Apr, Yannick Patois wrote:
 Hi,
 
 Got this stranges things:
 On configure :
 sed: can't read ./config/Makefile.in: No such file or directory
 

Hey, and here I thought it was a problem on my end.

L

-- 
Laurent Duperval mailto:[EMAIL PROTECTED]

BOWIE'S THEOREM
If an experiment works, you must be using the wrong equipment.
  -




Re: Compilation problems with the latest CVS

2002-04-08 Thread Lars Gullik Bjønnes

Laurent Duperval [EMAIL PROTECTED] writes:

| On  8 Apr, Yannick Patois wrote:
 Hi,
 
 Got this stranges things:
 On configure :
 sed: can't read ./config/Makefile.in: No such file or directory
 

| Hey, and here I thought it was a problem on my end.

So you didn't run ./autogen.sh?

-- 
Lgb



Re: Compilation problems with the latest CVS

2002-04-08 Thread Matej Cepl

On Mon, Apr 08, 2002 at 07:10:49PM +0200, Yannick Patois wrote:
 Got this stranges things:
 On configure :
 sed: can't read ./config/Makefile.in: No such file or directory

My experience from another CVS compilation (elinks) is that you
should run ./autogen.sh before ./configure. But I may be wrong.

Matej

-- 
Matej Cepl, [EMAIL PROTECTED]
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
The difference between death and taxes is death doesn't get worse
every time Congress meets
-- Will Rogers




Compilation problems with the latest CVS

2002-04-08 Thread Yannick Patois

Hi,

Got this stranges things:
On configure :
sed: can't read ./config/Makefile.in: No such file or directory

On make:
Making all in config
make[1]: Entering directory `/home/patois/src/lyx/lyx-devel/config'
make[1]: *** No rule to make target `all'.  Stop.

I just did a CVS update.

Any idea ?

Thanks,

Still working on docbok, saw several problems, want to check how the
latest CVS deal with them before complaining ;)

Yannick

-- 
 _/ Yannick Patois _ Address (home) __
| irc(undernet): Garp on #france25+ | 17, rue du Tonkin|
| email : [EMAIL PROTECTED] | Apt. 9G, 3iem|
| http://garp.feelingsurfer.net/| 69100 Villeurbanne   |
| Tel-home: +33 (0)4 78 89 76 47| FRANCE   |
| http://clag.lautre.net : Le site du Collectif Après-Gênes Lyonnais   |




Re: Compilation problems with the latest CVS

2002-04-08 Thread Laurent Duperval

On  8 Apr, Yannick Patois wrote:
 Hi,
 
 Got this stranges things:
 On configure :
 sed: can't read ./config/Makefile.in: No such file or directory
 

Hey, and here I thought it was a problem on my end.

L

-- 
Laurent Duperval mailto:[EMAIL PROTECTED]

BOWIE'S THEOREM
If an experiment works, you must be using the wrong equipment.
  -




Re: Compilation problems with the latest CVS

2002-04-08 Thread Lars Gullik Bjønnes

Laurent Duperval [EMAIL PROTECTED] writes:

| On  8 Apr, Yannick Patois wrote:
 Hi,
 
 Got this stranges things:
 On configure :
 sed: can't read ./config/Makefile.in: No such file or directory
 

| Hey, and here I thought it was a problem on my end.

So you didn't run ./autogen.sh?

-- 
Lgb



Re: Compilation problems with the latest CVS

2002-04-08 Thread Matej Cepl

On Mon, Apr 08, 2002 at 07:10:49PM +0200, Yannick Patois wrote:
 Got this stranges things:
 On configure :
 sed: can't read ./config/Makefile.in: No such file or directory

My experience from another CVS compilation (elinks) is that you
should run ./autogen.sh before ./configure. But I may be wrong.

Matej

-- 
Matej Cepl, [EMAIL PROTECTED]
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
The difference between death and taxes is death doesn't get worse
every time Congress meets
-- Will Rogers




Compilation problems with the latest CVS

2002-04-08 Thread Yannick Patois

Hi,

Got this stranges things:
On configure :
sed: can't read ./config/Makefile.in: No such file or directory

On make:
Making all in config
make[1]: Entering directory `/home/patois/src/lyx/lyx-devel/config'
make[1]: *** No rule to make target `all'.  Stop.

I just did a CVS update.

Any idea ?

Thanks,

Still working on docbok, saw several problems, want to check how the
latest CVS deal with them before complaining ;)

Yannick

-- 
 _/ Yannick Patois _ Address (home) __
| irc(undernet): Garp on #france25+ | 17, rue du Tonkin|
| email : [EMAIL PROTECTED] | Apt. 9G, 3iem|
| http://garp.feelingsurfer.net/| 69100 Villeurbanne   |
| Tel-home: +33 (0)4 78 89 76 47| FRANCE   |
| http://clag.lautre.net : Le site du Collectif Après-Gênes Lyonnais   |




Re: Compilation problems with the latest CVS

2002-04-08 Thread Laurent Duperval

On  8 Apr, Yannick Patois wrote:
> Hi,
> 
> Got this stranges things:
> On configure :
> sed: can't read ./config/Makefile.in: No such file or directory
> 

Hey, and here I thought it was a problem on my end.

L

-- 
Laurent Duperval 

BOWIE'S THEOREM
If an experiment works, you must be using the wrong equipment.
  -




Re: Compilation problems with the latest CVS

2002-04-08 Thread Lars Gullik Bjønnes

Laurent Duperval <[EMAIL PROTECTED]> writes:

| On  8 Apr, Yannick Patois wrote:
>> Hi,
>> 
>> Got this stranges things:
>> On configure :
>> sed: can't read ./config/Makefile.in: No such file or directory
>> 
>
| Hey, and here I thought it was a problem on my end.

So you didn't run ./autogen.sh?

-- 
Lgb



Re: Compilation problems with the latest CVS

2002-04-08 Thread Matej Cepl

On Mon, Apr 08, 2002 at 07:10:49PM +0200, Yannick Patois wrote:
> Got this stranges things:
> On configure :
> sed: can't read ./config/Makefile.in: No such file or directory

My experience from another CVS compilation (elinks) is that you
should run ./autogen.sh before ./configure. But I may be wrong.

Matej

-- 
Matej Cepl, [EMAIL PROTECTED]
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
The difference between death and taxes is death doesn't get worse
every time Congress meets
-- Will Rogers