Re: [Harbour] Re: hbpqtui class

2010-01-28 Thread Tomaž Zupan
This is not true. Take lazarus / freepascal as an example. -- LP, Tomaž Zupan ORPO d.o.o. http://www.orpo.si tel: +386 4 2806400 faks:+386 4 2806410 ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour

Re: [Harbour] CodePage different behaviour between 2.0.0beta3 and 2.0.0 (Win)

2009-12-31 Thread Tomaž Zupan
Thursday 31 December 2009 09:54:49 je Przemysław Czerpak napisal: > Neither Slovenian nor Croatian collation define the relations to X and Y > characters. OK but I do not believe that you never have to sort words > having them so what is the common practice in such situations? I.e. how > words star

Re: [Harbour] CodePage different behaviour between 2.0.0beta3 and 2.0.0 (Win)

2009-12-30 Thread Tomaž Zupan
Thursday 31 December 2009 06:58:38 je Vitomir Cvitanovic napisal: > I think, and as far as I know (perhaps someone from Slovenia could verify > that) that both Croatia and Slovenia have the same sort order. Yes, it is. LP, Tomaž ___ Harbour mailing l

Re: [Harbour] Harbour 2.0.0: Released

2009-12-23 Thread Tomaž Zupan
Tuesday 22 December 2009 23:07:46 je Viktor Szakáts napisal: > I'd like to ask developers to create the binary builds, > I will now start to create the 'unified' Windows release > and .tgz, .bz2 source packages. They will be ready by > tomorrow. Mandriva binaries uploaded. LP, Tomaž

Re: [Harbour] Harbour 2.0.0: Released

2009-12-22 Thread Tomaž Zupan
any ways. > Hats up! -- LP, Tomaž Zupan ORPO d.o.o. http://www.orpo.si tel: +386 4 2806400 faks:+386 4 2806410 ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] hbrun error when instaled from rpm (linux)

2009-10-22 Thread Tomaž Zupan
/usr/lib/libharbour.so is the proper one. LP, Tomaž Zupan ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] Problems with ADORDD.

2009-09-12 Thread Tomaž Zupan
On Friday 11 September 2009 16:37:09 Horodyski Marek (PZUZ) wrote: > >Oracle driver has Test Connection button in ODBC configuration. > > > See on my odbc MS Tools. You are using Microsoft ODBC driver for ORACLE. I am using ORACLE ODBC driver that is included in ORACLE XE Client. Install that or

Re: [Harbour] Problems with ADORDD.

2009-09-11 Thread Tomaž Zupan
Friday 11 September 2009 15:19:01 je Horodyski Marek (PZUZ) napisal: > > How can I test connect to database from ODBC itself ? > Oracle driver has Test Connection button in ODBC configuration. -- LP, Tomaž Zupan ORPO d.o.o. http://www.orpo.si tel: +386 4 2806400 faks:+386

Re: [Harbour] Problems with ADORDD.

2009-09-11 Thread Tomaž Zupan
ou can try ORACLE 10g Express Edition, which is much smaller. http://www.oracle.com/technology/products/database/xe/index.html -- LP, Tomaž Zupan ORPO d.o.o. http://www.orpo.si tel: +386 4 2806400 faks:+386 4 2806410 ___ Harbour mailing list Harbour@ha

Re: [Harbour] mpkg_rpm.sh warning

2009-07-28 Thread Tomaž Zupan
Nevermind, it's because I don't have gd package. -- LP, Tomaž Zupan Tuesday 28 July 2009 09:51:49 je Tomaž Zupan napisal: > $ ./mpkg_rpm.sh > ./mpkg_rpm.sh: line 108: [: : integer expression expected > > However, script goes on and build pac

[Harbour] mpkg_rpm.sh warning

2009-07-28 Thread Tomaž Zupan
$ ./mpkg_rpm.sh ./mpkg_rpm.sh: line 108: [: : integer expression expected However, script goes on and build packages. Lp, Tomaž ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] Building xhgtk library Click to flag this post

2008-12-04 Thread Tomaž Zupan
Thursday 04 December 2008 14:43:46 je Barry Jackson napisal: > >Do you have mandriva 2009? Yes2.6.27.5-desktop-2mnb > > [EMAIL PROTECTED] ~]$ pkg-config --cflags gtk+-2.0 > Package gdk-x11-2.0-uninstalled was not found in the pkg-config search > I have mandriva 2008 and I don't have gdk-x11

Re: [Harbour] Building xhgtk library Click to flag this post

2008-12-04 Thread Tomaž Zupan
Thursday 04 December 2008 14:24:59 je Barry Jackson napisal: > [EMAIL PROTECTED] xhgtk]# urpmi libglade2.0_0-devel > Package libglade2.0_0-devel-2.6.3-1mdv2009.0.i586 is already installed Do you have mandriva 2009? Let's see what package is the problem. Please tell us what do you get from this:

Re: [Harbour] Building xhgtk library Click to flag this post

2008-12-04 Thread Tomaž Zupan
Sorry, I missed libglade: urpmi libglade2.0_0-devel -- LP, Tomaž Zupan Thursday 04 December 2008 12:50:27 je Barry Jackson napisal: > Thanks Tomaž > I have installed those but still the same output from "make". > > Tomaž Zupan wrote: > > You need to install glib-

Re: [Harbour] Building xhgtk library Click to flag this post

2008-12-03 Thread Tomaž Zupan
You need to install glib-devel and libgtk+2.0_0-devel packages: urpmi glib-devel libgtk+2.0_0-devel -- LP, Tomaž Zupan Wednesday 03 December 2008 21:22:44 je Barry Jackson napisal: > Sounds excellent! > In the meantime I have finally installed gtk+ - what a marathon! > However,

[Harbour] Detecting curl in make_rpm.sh

2008-09-18 Thread Tomaž Zupan
There seems to be one closing square bracket too much on line 112. There is an error just after make_rpm.sh starts. Can somebody confirm this? LP, Tomaž Diff: Index: make_rpm.sh === --- make_rpm.sh (revision 9440) +++ make_rpm.sh (w

Re: [Harbour] 2008-09-18 15:00 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-09-18 Thread Tomaž Zupan
On Thursday 18 September 2008 15:01:54 Szakáts Viktor wrote: > 2008-09-18 15:00 UTC+0200 Viktor Szakats (harbour.01 syenar hu) > * contrib/hbcurl/hbcurl.c > ! Made it compile with a slightly older (~7.15.x) > versions of libcurl. Please test. Works here with curl 7.18. LP, Tomaž _

Re: [Harbour] BUG: .rpm builds missing some contribs + name problems

2008-09-18 Thread Tomaž Zupan
On Thursday 18 September 2008 11:51:39 Lorenzo Fiorini wrote: > On Thu, Sep 18, 2008 at 10:39 AM, Szakáts Viktor <[EMAIL PROTECTED]> wrote: > > Just a quick report: > > 1) I've noticed after the release, that hbcurl (and > > maybe a few other externally dependent contribs), > > are not being built

Re: [Harbour] BUG: .rpm builds missing some contribs + name problems

2008-09-18 Thread Tomaž Zupan
On Thursday 18 September 2008 10:39:41 Szakáts Viktor wrote: > Just a quick report: > 1) I've noticed after the release, that hbcurl (and > maybe a few other externally dependent contribs), > are not being built when choosing make_rpm.sh. > IMO this should be fixed. > make_rpm.sh checks what what d

[Harbour] 1.0.1 for Mandriva 2008.1 uploaded

2008-09-18 Thread Tomaž Zupan
Anyone needeing rpms for older mandriva releases should build from source or srpm. Lp, Tomaž ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] Problem with make_rpm.sh

2008-09-12 Thread Tomaž Zupan
On Friday 12 September 2008 22:19:50 Tomaž Zupan wrote: > The problem seems to be in bin/pack_src.sh on line 50, which tries to run > svn status on directory which is actualy not a svn working copy (it was > exported not checkout-ed). > Attached pach_src.sh works ok for me

[Harbour] Problem with make_rpm.sh

2008-09-12 Thread Tomaž Zupan
Hi ! If you do svn export instead of checkout and then try to build rpms, it fails: [EMAIL PROTECTED] harbour-1.0]$ ./make_rpm.sh svn: warning: '.' is not a working copy napaka: Name field must be present in package: (main package) napaka: Version field must be present in package: (main package) n

Re: R: [Harbour] Suggestion for harbour web site?

2008-09-12 Thread Tomaž Zupan
On Friday 12 September 2008 10:09:06 Massimo Belgrano wrote: > I don't made any comment because our vision are very distant > > I propose host a cms/WIKI/documentation project on my server becase I have > undestrand your position > Harbour web site is hosted on Phil's server for years and as far

Re: [Harbour] Suggestion for harbour web site?

2008-09-11 Thread Tomaž Zupan
4b looks the best for me too. LP, Tomaž On Thursday 11 September 2008 19:31:40 Francesco Saverio Giudice wrote: > Renato, very nice! > > My vote is for layout 4b. > > Best Regards > > Francesco Saverio Giudice > > Vailton Renato ha scritto: > > Hello to all! > > > > I would like to help the proje

Re: [Harbour] Suggestion for harbour web site?

2008-09-09 Thread Tomaž Zupan
On Wednesday 10 September 2008 05:07:14 Vailton Renato wrote: > Hello to all! > > I would like to help the project suggesting a simple model for the new > site. I work with harbour to 4 years and would be happy if I could give my > suggestion. > > Please see: http://kssoftware.com.br/harbour/ > Ren

Re: [Harbour] RC2 TAG (aka. RC2 checklist update #10 FINAL) [typos]

2008-07-04 Thread Tomaž Zupan
Dne četrtek 3. julija 2008 je Szakáts Viktor napisal(a): > NOTE4: Those who wish to build binary or source releases, > can start now. I have just uploaded mandriva rpms via sftp, they need to be moved to proper place. LP, Tomaž ___ Harbour mailing list

[Harbour] make_rpm.sh not successful

2008-06-30 Thread Tomaž Zupan
With current svn rpms doesn't build successfuly. Lp, Tomaž RPM build errors: File not found: /var/tmp/harbour-1.0.0-RC1mdv20080-buildroot/usr/lib/harbour/libhbnf.a File not found: /var/tmp/harbour-1.0.0-RC1mdv20080-buildroot/usr/lib/harbour/libhbbtree.a File not found: /var/tmp/har

Re: [Harbour] Time for a release?

2008-03-03 Thread Tomaž Zupan
Dne ponedeljek 3. marca 2008 je Przemyslaw Czerpak napisal(a): > > but I do not know if it's good idea to touch such important function > just before release. Your opinion? > We should roll out RC1 now and IMO this fix should go in after RC1 release. LP, Tomaž ___

[Harbour] Cant build rpms

2008-02-01 Thread Tomaž Zupan
Hi! I can't make rpms with make_rpm.sh. This is last error: gcc -DHB_OS_LINUX -Wall -W -ohbmake hbmlang.o readline.o hbmake.o tmake.o hbmutils.o fclass1.o ffile1.o ft_funcs.o radios.o checks.o pickarry.o pickfile.o prb_stak.o -L../../../../lib/linux/gcc/ -L/usr/X11R6/lib -L/var/tmp/harbour-1

Re: [Harbour] pack_src.sh

2008-01-08 Thread Tomaž Zupan
Dne torek 8. januarja 2008 je Przemyslaw Czerpak napisal(a): > > Try attached pack_src.sh > it works! LP, Tomaž ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] pack_src.sh

2008-01-08 Thread Tomaž Zupan
Dne torek 8. januarja 2008 je Przemyslaw Czerpak napisal(a): > Thank you. Your SVN does not use XML for entries files. > What is the number in your: .svn/format file? > 8 LP, Tomaž ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbou

Re: [Harbour] pack_src.sh

2008-01-08 Thread Tomaž Zupan
Dne torek 8. januarja 2008 je Przemyslaw Czerpak napisal(a): > > There seems to be a problem with this script, because I aleays get empty > > archive and thus make_rpm.sh script also fails. > If it's not bug in Mandriva SED then you probably > have repository with CRLF EOLs. How do you take it? I

[Harbour] pack_src.sh

2007-12-22 Thread Tomaž Zupan
Hi! There seems to be a problem with this script, because I aleays get empty archive and thus make_rpm.sh script also fails. Problem is in this line: for f in `sed -e '/^[ ]*name="..*"$/ !d' -e 's/^[ ]*name="\(.*\)"$/\1/g' $d/entries` Because it never returns any result and thus --files-from

Re: [Harbour] Next Beta

2007-12-13 Thread Tomaž Zupan
Dne četrtek 13. decembra 2007 je Lorenzo Fiorini napisal(a): > On Dec 13, 2007 7:48 AM, Phil Barnett <[EMAIL PROTECTED]> wrote: > > We must stop adding new code or it will never be released because the > > beta cycle will never end. Beta means NO NEW CODE. BUG FIXES ONLY. > > > > Please, everyone,