bug#50046: Probably a bug

2021-08-18 Thread José Hipólito Moyano
Thanks both of you :-) Regards, José. --- Lic. José Hipólito Moyano Oficina de sistemas Email: jose.moy...@cs.uns.edu.ar Tel. +54-291-4595101 interno 2699 San Andrés 800 - Campus Palihue Departamento de Cs. e Ing. de la Computación Universidad Nacional del Sur On 2021-08-17 22:27, Karl Berry w

bug#50046: Probably a bug

2021-08-17 Thread Karl Berry
I pushed Nick's patch for a better error in the event of a second AM_INIT_AUTOMAKE. Thanks for reporting the problem and Nick, thanks for the patch! -k

bug#50046: Probably a bug

2021-08-16 Thread Nick Bowler
On 2021-08-15, Karl Berry wrote: > two expansions of AM_INIT_AUTOMAKE in your configure.ac. > ... > diagnostic message was certainly not very useful! > > Fully agreed. > > Nick, any chance you could easily write a patch to generate a decent > error message for this? I am tied up with o

bug#50046: Probably a bug

2021-08-15 Thread Karl Berry
two expansions of AM_INIT_AUTOMAKE in your configure.ac. ... diagnostic message was certainly not very useful! Fully agreed. Nick, any chance you could easily write a patch to generate a decent error message for this? I am tied up with other projects for a while. --thanks, karl.

bug#50046: Probably a bug

2021-08-15 Thread José Hipólito Moyano
Thanks to both of you for your help. I think it was very, very likely that I made a mistake using autotools, as I have very little experience using them. I sent the email just because the message recommends doing so, and was expecting that the problem was the detection of the error or the messa

bug#50046: Probably a bug

2021-08-14 Thread Nick Bowler
On 2021-08-14, José Hipólito Moyano wrote: > I attached the project files in the email. Maybe they were filtered :-) > Here they go again (maybe the C code won't compile XD, I was just > starting) [...] >> automake: error: global options already processed Your error is presumably caused by th

bug#50046: Probably a bug

2021-08-13 Thread Karl Berry
Hi Jose, automake: error: global options already processed Well, that is puzzling. I'd need to see the input files to reproduce the problem to have any idea what's going on. I have another computer and the same project works just fine. Different versions of automake/libtool/something?