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

2010-05-08 Thread vszakats
Revision: 14450 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14450&view=rev Author: vszakats Date: 2010-05-08 22:57:30 + (Sat, 08 May 2010) Log Message: --- 2010-05-09 00:53 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * INSTALL + Added Ubunt

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

2010-05-08 Thread Massimo Belgrano
i have broken my mingw installation WIN-MAKE[2]: [install] Error 1 (ignored) gcc -I. -I../../../../../include -W -Wall -O3 -fomit-frame-pointer -march=i586 -mtune=pentiumpro -DHB_LEGACY_TYPES_OFF -DUNICODE -ohbpp.o -c ../../../hbpp.c gcc -Wl,--nxcompat -Wl,--dynamicbase -L../../../../../lib/w

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

2010-05-08 Thread Viktor Szakáts
FYI: http://sourceforge.net/tracker/?func=detail&aid=2997588&group_id=200665&atid=974442 Viktor On Sat, May 8, 2010 at 8:53 PM, Pritpal Bedi wrote: > > > Massimo Belgrano wrote: >> >> I not able  use Qt 4.6.2. with internal mingw >> in(2010.02.1\mingw\mingw32\bin) >> Can you post/send me you

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

2010-05-08 Thread Pritpal Bedi
Massimo Belgrano wrote: > > I not able use Qt 4.6.2. with internal mingw > in(2010.02.1\mingw\mingw32\bin) > Can you post/send me your batch for compiling harbour? > Here is the batch file which invokes a console window: @echo off cd\harbour set HB_DIR_QT=c:\qt\4.6.2\qt set HB_INC_QT=%HB_DI

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

2010-05-08 Thread Massimo Belgrano
I not able use Qt 4.6.2. with internal mingw in(2010.02.1\mingw\mingw32\bin) Can you post/send me your batch for compiling harbour? 2010/5/8 Pritpal Bedi : > Group: > > Please update your installations ato Qt 4.6.2. > It may be possible that I introduce some feature not available in 4.5.3. >

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

2010-05-08 Thread Viktor Szakáts
Hi Massimo, Sorry, but this is exactly what I don't want to go into. mingw is a bitch to install and the last thing I want is me providing support for such process. Anyhow the process is documented on their webpage so everyone can follow it. With 4.5.0 it's simpler than 4.4.0, so all that needs

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

2010-05-08 Thread Massimo Belgrano
Wich mingw 4.5 have you used? I have tried unsuccessful extracting in C:\devl\mingw45\ http://sourceforge.net/projects/mingw/files/GCC%20Version%204/gcc-4.5.0-1/gcc-c%2B%2B-4.5.0-1-mingw32-bin.tar.lzma/download set HB_WITH_QT=C:/devl/qt/2010/qt/include SET PATH=C:\devl\mingw45\BIN;;%PATH% win-mak

[Harbour] SF.net SVN: harbour-project:[14449] trunk/harbour/ChangeLog

2010-05-08 Thread vszakats
Revision: 14449 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14449&view=rev Author: vszakats Date: 2010-05-08 10:04:14 + (Sat, 08 May 2010) Log Message: --- typos in ChangeLog entry Modified Paths: -- trunk/harbour/ChangeLog This w

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

2010-05-08 Thread vszakats
Revision: 14448 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14448&view=rev Author: vszakats Date: 2010-05-08 09:54:50 + (Sat, 08 May 2010) Log Message: --- 2010-05-08 11:53 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg

Re: [Harbour] Harbour for the iPad - ok

2010-05-08 Thread Antonio Linares
Viktor, The project itself is quite small but it is (was) a working seed that could easily grow ("a big tree comes out of a small seed") :-) Also I have similiar feelings about my FiveMac project, which it is much more evolved and actually offers a very good functionality. In fact we could take p

Re: [Harbour] Harbour for the iPad - ok

2010-05-08 Thread Viktor Szakáts
Hi Antonio, > Two years ago (aproximately) I started an iPhone GUI library for > Harbour. It was working fine but as the iPhone SDK was changing so > much and as a new jailbreak was required for each new version, then I > decided to stop it and wait. Also there seemed to be very little > interest

Re: [Harbour] Harbour for the iPad - ok

2010-05-08 Thread Antonio Linares
Viktor, Two years ago (aproximately) I started an iPhone GUI library for Harbour. It was working fine but as the iPhone SDK was changing so much and as a new jailbreak was required for each new version, then I decided to stop it and wait. Also there seemed to be very little interest about it. Now

Re: [Harbour] Harbour for the iPad - ok

2010-05-08 Thread Viktor Szakáts
>> You have to be a registered with Apple developer in order to access to >> that SDK. They are getting too closed and restrictive... :-( > > I am a registered developer and the registration > was fully free. This means I can now open XCode and > create an iPhone app project. An iPhone emulator

Re: [Harbour] Harbour for the iPad - ok

2010-05-08 Thread Viktor Szakáts
> I will keep posting all my results and logs here, as I move forward. Okay, great. >> It's also a matter of detecting the platform in >> source. Can you run this command on the iPad: >> gcc -dM -E - < /dev/null >> >> and post the output? > > #define __DBL_MIN_EXP__ (-1021) [...] > #define __

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

2010-05-08 Thread Pritpal Bedi
Viktor Szakáts wrote: > > Sorry, but it's not the right solution. > > As with all our 3rd party components we should > support what the user has on his system. The > lowest QT version Harbour supports is 4.5.0. Newer > versions of HBQT and Harbour must maintain support > for these older ver

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

2010-05-08 Thread vszakats
Revision: 14447 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14447&view=rev Author: vszakats Date: 2010-05-08 07:33:14 + (Sat, 08 May 2010) Log Message: --- 2010-05-08 09:32 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * include/hbsetup.h + A

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

2010-05-08 Thread Viktor Szakáts
Hi Pritpal, >> Yes, if you want. You need to upgrade >> mingw to the latest official version (4.5.0) >> or to tdm DWARF build, which may be bumpy but >> doable by reading their docs. >> > > I have shifted my base to Qt 2010.2.1 ( SDK Name ) 4.6.2 ( Binary Package > Name ). > Mingw supplied

Re: [Harbour] Harbour for the iPad - ok

2010-05-08 Thread Antonio Linares
A useful link for non mac users: http://jeremylg.blogspot.com/2009/10/building-cc-applications-using-gccg-on.html ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

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

2010-05-08 Thread Pritpal Bedi
Viktor Szakáts wrote: > > Yes, if you want. You need to upgrade > mingw to the latest official version (4.5.0) > or to tdm DWARF build, which may be bumpy but > doable by reading their docs. > I have shifted my base to Qt 2010.2.1 ( SDK Name ) 4.6.2 ( Binary Package Name ). Mingw supplied

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

2010-05-08 Thread Massimo Belgrano
Where is right mingw 4.5.0? http://sourceforge.net/projects/mingw/files/GCC%20Version%204/gcc-4.5.0-1/gcc-c%2B%2B-4.5.0-1-mingw32-bin.tar.lzma/download Seem not jet aivable at  http://www.tdragon.net/recentgcc/, http://sourceforge.net/projects/tdm-gcc/ last Qt is aivable at http://get.qt.nokia.c

Re: [Harbour] Harbour for the iPad - ok

2010-05-08 Thread Antonio Linares
Viktor, > That's good, but to avoid guessing the exact > location, some sort of log output would certainly > help anyway. I will keep posting all my results and logs here, as I move forward. > It's also a matter of detecting the platform in > source. Can you run this command on the iPad: >   gcc