Re: [Harbour] SF.net SVN: harbour-project:[12974] trunk/harbour

2009-11-22 Thread Viktor Szakáts
>> Strangely I'm not getting it with mingw 4.4.1 (on Windows), not even in > UNICODE mode. > > I still have this, at this time on Vista + mingw 4.4.1 (just a double check, > maybe helps): > > g++ -I. -I../../../../../include -Wall -W -O3 -fomit-frame-pointer > -march=i586 -mtune=pentiumpro -DUN

RE: [Harbour] SF.net SVN: harbour-project:[12974] trunk/harbour

2009-11-22 Thread Bisz István
> Strangely I'm not getting it with mingw 4.4.1 (on Windows), not even in UNICODE mode. I still have this, at this time on Vista + mingw 4.4.1 (just a double check, maybe helps): g++ -I. -I../../../../../include -Wall -W -O3 -fomit-frame-pointer -march=i586 -mtune=pentiumpro -DUNICODE -owin_p

RE: [Harbour] SF.net SVN: harbour-project:[12974] trunk/harbour

2009-11-22 Thread Bisz István
> clang - at least on OS X - doesn't support C++ yet, > so it's automatically falling back calling g++ for > C++ files. Maybe this mechanism doesn't kick in > on Linux. Thank you for the info. Here is a fragment from http://clang.llvm.org/cxx_status.html: "Currently most of the C++ features are

Re: [Harbour] SF.net SVN: harbour-project:[12974] trunk/harbour

2009-11-22 Thread Viktor Szakáts
>> Is it this line?: > No, the previous log was generated just before your last commit. > Now we have: > ../../../win_prn2.c: In function 'int hb_PrintFileRaw(const char*, const > char*, const char*)': > ../../../win_prn2.c:429: warning: deprecated conversion from string constant > to 'WCHAR*' Yes

RE: [Harbour] SF.net SVN: harbour-project:[12974] trunk/harbour

2009-11-22 Thread Bisz István
> Is it this line?: No, the previous log was generated just before your last commit. Now we have: ../../../win_prn2.c: In function 'int hb_PrintFileRaw(const char*, const char*, const char*)': ../../../win_prn2.c:429: warning: deprecated conversion from string constant to 'WCHAR*' But if this comp

Re: [Harbour] SF.net SVN: harbour-project:[12974] trunk/harbour

2009-11-22 Thread Viktor Szakáts
> > > Windows cross build (mingw): > Information for build mingw32-gcc-4.4.1-3.fc12 > ID 132548 > Package Name mingw32-gcc > Version 4.4.1 > Release 3.fc12 > > Clean build without errors just some war

RE: [Harbour] SF.net SVN: harbour-project:[12974] trunk/harbour

2009-11-22 Thread Bisz István
Hi, On Fedora 12 we have now: native build (gcc): Information for build gcc-4.4.2-10.fc12 ID 141251 Package Name gcc Version 4.4.2 Release 10.fc12 Clean build without errors or warnings native build