Re: [Harbour] Wrong C compiler autodetection and prg.cf errors under msys

2009-08-12 Thread Viktor Szakáts
Good finding. And it's even the fault of the generator, the last empty lines were removed by my editor. Anyhow I'll add a trick to not let this happen again. Brgds, Viktor On 2009.08.12., at 0:53, Lorenzo Fiorini wrote: On Wed, Aug 12, 2009 at 12:40 PM, Viktor Szakáts0...@syenar.hu> wrote: I

Re: [Harbour] Wrong C compiler autodetection and prg.cf errors under msys

2009-08-12 Thread Lorenzo Fiorini
On Wed, Aug 12, 2009 at 12:40 PM, Viktor Szakáts wrote: > I used to test Windows with several compilers (without > this error), the only exception is msys based invocations, > so maybe it's causing it in some (mysterious) ways. The problem seems to be in Makefile_gen: it has the continuation char

Re: [Harbour] Wrong C compiler autodetection and prg.cf errors under msys

2009-08-12 Thread Viktor Szakáts
On Wed, Aug 12, 2009 at 11:54 AM, Viktor Szakáts0...@syenar.hu> wrote: I'd guess the issue is somewhere else, maybe side effect of other changes. But what? I'm also trying to understand what could be. Unfortunately I don't build frequently under Windows and there are tons of diffs between act

Re: [Harbour] Wrong C compiler autodetection and prg.cf errors under msys

2009-08-12 Thread Lorenzo Fiorini
On Wed, Aug 12, 2009 at 11:54 AM, Viktor Szakáts wrote: > I'd guess the issue is somewhere else, maybe side effect > of other changes. But what? I'm also trying to understand what could be. Unfortunately I don't build frequently under Windows and there are tons of diffs between actual and latest

Re: [Harbour] Wrong C compiler autodetection and prg.cf errors under msys

2009-08-12 Thread Viktor Szakáts
After checking an older revision with empty PRG_SOURCE=\ lines intact, I still couldn't find any rule as to when it should be used (it's only used in hbclipsm, hbfimage, hbgt, hbhpdf, hbcommon and hbnulsys, but NOT in hbqt f.e.) There are a lot of Makefiles with no PRG_SOURCE, some of them for lib

Re: [Harbour] Wrong C compiler autodetection and prg.cf errors under msys

2009-08-12 Thread Viktor Szakáts
Ops, thank you. I've removed a few of those. I'll recheck, but I wonder how it didn't come up when doing lots of local tests. I also couldn't find the guiding logic regarding this matter before removing. In some places it was used, in some other it wasn't. Also same trick isn't needed for C_SOURC

Re: [Harbour] Wrong C compiler autodetection and prg.cf errors under msys

2009-08-12 Thread Lorenzo Fiorini
On Wed, Aug 12, 2009 at 10:02 AM, Lorenzo Fiorini wrote: > I'll do some tests. It's about contrib/hbqt/Makefile, it doesn't have any PRG_SOURCES defined. If I add an empty PRG_SOURCES := \ it doesn't show the messages. best regards, Lorenzo ___ Harbou

Re: [Harbour] Wrong C compiler autodetection and prg.cf errors under msys

2009-08-12 Thread Lorenzo Fiorini
On Wed, Aug 12, 2009 at 9:47 AM, Viktor Szakáts wrote: > Wrong autodetection for all platforms/compilers due to stupid mistake > yesterday. Pls recheck after 12080. Many thanks, it's ok now. > Not much ideas here :( I'll do some tests. best regards, Lorenzo

Re: [Harbour] Wrong C compiler autodetection and prg.cf errors under msys

2009-08-12 Thread Viktor Szakáts
After svn update 12079, under Windows XP msys I get: $ make clean ! MAKE: make ! MAKE: make ! HB_INSTALL_PREFIX: /opt/harbour ! Autodetected C compiler: mingwarm ! HB_BIN_COMPILE not specified. Automatically set to: ./bin/win/mingw/ ! HB_BIN_COMPILE not specified. Automatically set to: ../bin/win

[Harbour] Wrong C compiler autodetection and prg.cf errors under msys

2009-08-12 Thread Lorenzo Fiorini
After svn update 12079, under Windows XP msys I get: $ make clean ! MAKE: make ! MAKE: make ! HB_INSTALL_PREFIX: /opt/harbour ! Autodetected C compiler: mingwarm ! HB_BIN_COMPILE not specified. Automatically set to: ./bin/win/mingw/ ! HB_BIN_COMPILE not specified. Automatically set to: ../bin/win/