From rombo at ...577... Fri Feb 8 19:38:11 2008 From: rombo at ...577... (Rotator Software) Date: Sat, 9 Feb 2008 14:08:11 +1930 Subject: [Gambas-devel] Migration from VB6 To gambas. A Case of a Business Intelligence Tool Message-ID: Hi! We are a software development team located in Caracas, Venezuela, trying to find options to migrate a Client Server, Bussines Intelligence application from Microsoft Visual Basic 6 to Gambas, or other Basic-like development tool ?. In the analysis process we have found some advantages of Gambas, which include easy of use, good documentation and high productivity for developers. Nevertheless we have some concerns regarding the following: 1. The GridView seems very basic compared to the original FarPoint 's used in the VB6 application. Our question is?.Is there any other more advanced grid option or grid that can be implemented without going too deep at lower levels. 2. As far as you know, is there any easy option to integrate Gambas to any open source Spreadsheet, like "Open Office' Calc". For example passing data cell by cell to Calc. Have any one done this before?. We found nothing over the Web. We hope to see Gambas being a powerful substitution for VB6, and we know it'll happen, but in the mean time, we have to act? We are sending a PNG of one of the main screens so you can have an idea of what we are daling with? http://rombo.zarate.net.ve/Gambas_Questions.png The whole program has been written in spanish... but we're planning to translate it to other languages if you'd like to colaborate us, we're able to have phone conversation in spanish or english also we can use IRC or any other ways of chat. Please help us?we don't see a light?. Hugs Santiago Zarate Abraham Barrientos From henrique.andreassy at ...241... Fri Feb 8 19:38:28 2008 From: henrique.andreassy at ...241... (=?utf-8?B?RWRpc29uIEhlbnJpcXVlIEFuZHJlYXNzeSAoQ2V0aWwgLSBTdXBvcnRlIFTDqWNuaWNvKQ==?=) Date: Fri, 08 Feb 2008 16:38:28 -0200 Subject: [Gambas-devel] Migration from VB6 To gambas. A Case of a Business Intelligence Tool Message-ID: <944276686@...241...> Esse funcion?rio temporariamente n?o estar? acessando seus e-mails, os quais entretanto est?o sendo recebidos e armazenados em sua caixa postal. Posteriormente, quando de seu retorno ? empresa, o destinat?rio ir? acess?-los. Caso haja necessidade urgente, entre em contato com outro colaborador da mesma equipe. From gambas at ...1... Fri Feb 8 21:37:41 2008 From: gambas at ...1... (Benoit Minisini) Date: Fri, 8 Feb 2008 21:37:41 +0100 Subject: [Gambas-devel] Migration from VB6 To gambas. A Case of a Business Intelligence Tool In-Reply-To: References: Message-ID: <200802082137.41798.gambas@...1...> On vendredi 8 f?vrier 2008, Rotator Software wrote: > Hi! > > We are a software development team located in Caracas, Venezuela, > trying to find options to migrate a Client Server, Bussines > Intelligence application from Microsoft Visual Basic 6 to Gambas, or > other Basic-like development tool ?. In the analysis process we have > found some advantages of Gambas, which include easy of use, good > documentation and high productivity for developers. Nevertheless we > have some concerns regarding the following: > > 1. The GridView seems very basic compared to the original FarPoint 's > used in the VB6 application. Our question is?.Is there any other more > advanced grid option or grid that can be implemented without going too > deep at lower levels. If you need a spreadsheet-like widget, the Gambas GridView will not be sufficient. It cannot span cells, but you can change the background color of any cell, the foreground color, the font, and you can display a picture on the left of the cell. You assign data to one cell, not to a full row or a full column. > > 2. As far as you know, is there any easy option to integrate Gambas to > any open source Spreadsheet, like "Open Office' Calc". For example > passing data cell by cell to Calc. Have any one done this before?. We > found nothing over the Web. > OpenOffice documents are just a zip of XML files. Unzip one OpenOffice document, and you will find a 'contents.xml' file. Just insert the data inside it. For example, I made a OpenOffice spreadsheet export this way: - I created a void OpenOffice spreadsheet, and I put some arbitrary data in it, following the final presentation I wanted. - I unzipped the document, and opened the 'contents.xml' file. The structure is easy to understand, you don't have to read the doc! Then, you can remove the arbitrary data, zip the document back. - After that, I generated my export by using the previous document as a template. I copied it, unzipped it, put in contents.xml the exported data by following the structure I understood above, then zipped the result. But I'm not sure this is what you need. Please provide more details. > We hope to see Gambas being a powerful substitution for VB6, and we > know it'll happen, but in the mean time, we have to act? > > We are sending a PNG of one of the main screens so you can have an > idea of what we are daling with? > > http://rombo.zarate.net.ve/Gambas_Questions.png > > The whole program has been written in spanish... but we're planning to > translate it to other languages > > if you'd like to colaborate us, we're able to have phone conversation > in spanish or english also we can use IRC or any other ways of chat. If you have questions, just send them to the mailing-list, this is the better way for me. > > Please help us?we don't see a light?. > > Hugs > > Santiago Zarate > Abraham Barrientos Regards, -- Benoit Minisini From jredrejo at ...176... Mon Feb 11 17:19:33 2008 From: jredrejo at ...176... (=?ISO-8859-1?Q?Jos=E9_Luis_Redrejo?=) Date: Mon, 11 Feb 2008 17:19:33 +0100 Subject: [Gambas-devel] about r962 in svn Message-ID: <8eb28a500802110819r4a569c72heca5a5eec59c4e9@...178...> Hi, Beno?t. Compiling branch 2.0 I've found this in r962: -[GB_FIND(gettextlib.$SHLIBEXT, /usr/local /usr, lib)], +[GB_FIND(libgettextlib.$SHLIBEXT, /usr/local /usr, lib)], and your explanation is: BUG: Now configure is looking for libgettextlib.so instead of gettextlib.so In Debian it worked fine previously, and now it doesn't. It makes gb.so.0.0.0 links against libgettextsrc-0.17.so which has not public symbols. gambas2 compiles, but checks against the packages make impossible get the right dependencies for gambas2-runtime. According to gettext Debian Maintainer: "Packages should not use libgettextlib to begin with, as it's an internal library which is not to be used by other packages." So, I would like to know if that's only a problem in Debian, then I would patch Debian packages or its more general, so it would be your turn. How did you detect that using gettextlib was a bug? Regards. Jos? L. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gambas at ...1... Mon Feb 11 17:26:50 2008 From: gambas at ...1... (Benoit Minisini) Date: Mon, 11 Feb 2008 17:26:50 +0100 Subject: [Gambas-devel] about r962 in svn In-Reply-To: <8eb28a500802110819r4a569c72heca5a5eec59c4e9@...178...> References: <8eb28a500802110819r4a569c72heca5a5eec59c4e9@...178...> Message-ID: <200802111726.50619.gambas@...1...> On lundi 11 f?vrier 2008, Jos? Luis Redrejo wrote: > Hi, Beno?t. > Compiling branch 2.0 I've found this in r962: > > > -[GB_FIND(gettextlib.$SHLIBEXT, /usr/local /usr, lib)], > +[GB_FIND(libgettextlib.$SHLIBEXT, /usr/local /usr, lib)], > > and your explanation is: > > BUG: Now configure is looking for libgettextlib.so instead of > gettextlib.so > > > In Debian it worked fine previously, and now it doesn't. It makes > gb.so.0.0.0 links against libgettextsrc-0.17.so which has not public > symbols. gambas2 compiles, but checks against the packages make impossible > get the right dependencies for gambas2-runtime. > > According to gettext Debian Maintainer: "Packages should not use > libgettextlib to begin with, as it's an internal > library which is not to be used by other packages." > > So, I would like to know if that's only a problem in Debian, then I would > patch Debian packages or its more general, so it would be your turn. How > did you detect that using gettextlib was a bug? > > Regards. > Jos? L. I don't know. this comes from a patch from FreeBSD or OpenBSD, I don't remember. I thought that on systems where this library is not needed, it does not exist. Actually I was wrong, but I didn't notice as I wrote 'gettextlib' instead of 'libgettextlib'. I will replace this false test by a system-dependent test macro. Regards, -- Benoit Minisini From sourceforge-raindog2 at ...19... Wed Feb 13 22:40:09 2008 From: sourceforge-raindog2 at ...19... (Rob) Date: Wed, 13 Feb 2008 16:40:09 -0500 Subject: [Gambas-devel] [Gambas-user] Highlight Editor - Capslock Key State In-Reply-To: <200802132108.04945.gambas@...1...> References: <15456466.post@...565...> <6ddfd02f0802131112l70197acfx94f7045025066eeb@...178...> <200802132108.04945.gambas@...1...> Message-ID: <200802131640.09543.sourceforge-raindog2@...19...> On Wednesday 13 February 2008 15:08, Benoit Minisini wrote: > Interesting problem. I don't know if there is a way to know the > status of CAPS LOCK, or other modifier keys. I think there is. At the end of this post is the output of xev when I press "a" three times, turning caps lock on and off in between. Looking at the source of xev, the current status of the caps lock key seems to be bit 1 (value of 2) in XKeyEvent->state, which seems to correspond to the macro LockMask in X.h: /* from xev.c */ const char *Yes = "YES"; const char *No = "NO"; /* ... */ static void do_KeyPress (XEvent *eventp) { XKeyEvent *e = (XKeyEvent *) eventp; KeySym ks; char *ksname; /* ... */ printf (" state 0x%x, keycode %u (keysym 0x%lx, %s), same_screen %s,\n", e->state, e->keycode, (unsigned long) ks, ksname, e->same_screen ? Yes : No); } /* the above outputs "state 0x2" when caps lock is on */ /* from X.h */ #define LockMask (1<<1) /* i.e., 0x2 */ So someone using gb.api could probably detect the caps lock key the first time a key is pressed, after a little bit of painful libX11 manipulation. While this would only work when the user presses a key, the state flag is also passed with XMotionEvent, and appears to work the same way, so whenever the user moved the mouse you'd have your caps lock state as well. This doesn't seem to work for Scroll Lock, and I don't have a Num Lock key on my laptop so I don't know whether that would work too. Rob KeyPress event, serial 31, synthetic NO, window 0x3c00001, root 0x5d, subw 0x0, time 1286280441, (486,459), root:(489,543), state 0x0, keycode 38 (keysym 0x61, a), same_screen YES, XLookupString gives 1 bytes: (61) "a" XmbLookupString gives 1 bytes: (61) "a" XFilterEvent returns: False KeyRelease event, serial 31, synthetic NO, window 0x3c00001, root 0x5d, subw 0x0, time 1286280497, (486,459), root:(489,543), state 0x0, keycode 38 (keysym 0x61, a), same_screen YES, XLookupString gives 1 bytes: (61) "a" XFilterEvent returns: False KeyPress event, serial 31, synthetic NO, window 0x3c00001, root 0x5d, subw 0x0, time 1286281927, (486,459), root:(489,543), state 0x0, keycode 66 (keysym 0xffe5, Caps_Lock), same_screen YES, XLookupString gives 0 bytes: XmbLookupString gives 0 bytes: XFilterEvent returns: False KeyRelease event, serial 31, synthetic NO, window 0x3c00001, root 0x5d, subw 0x0, time 1286282007, (486,459), root:(489,543), state 0x2, keycode 66 (keysym 0xffe5, Caps_Lock), same_screen YES, XLookupString gives 0 bytes: XFilterEvent returns: False KeyPress event, serial 31, synthetic NO, window 0x3c00001, root 0x5d, subw 0x0, time 1286282869, (486,459), root:(489,543), state 0x2, keycode 38 (keysym 0x41, A), same_screen YES, XLookupString gives 1 bytes: (41) "A" XmbLookupString gives 1 bytes: (41) "A" XFilterEvent returns: False KeyRelease event, serial 31, synthetic NO, window 0x3c00001, root 0x5d, subw 0x0, time 1286282933, (486,459), root:(489,543), state 0x2, keycode 38 (keysym 0x41, A), same_screen YES, XLookupString gives 1 bytes: (41) "A" XFilterEvent returns: False KeyPress event, serial 31, synthetic NO, window 0x3c00001, root 0x5d, subw 0x0, time 1286283508, (486,459), root:(489,543), state 0x2, keycode 66 (keysym 0xffe5, Caps_Lock), same_screen YES, XLookupString gives 0 bytes: XmbLookupString gives 0 bytes: XFilterEvent returns: False KeyRelease event, serial 31, synthetic NO, window 0x3c00001, root 0x5d, subw 0x0, time 1286283587, (486,459), root:(489,543), state 0x2, keycode 66 (keysym 0xffe5, Caps_Lock), same_screen YES, XLookupString gives 0 bytes: XFilterEvent returns: False KeyPress event, serial 31, synthetic NO, window 0x3c00001, root 0x5d, subw 0x0, time 1286284033, (486,459), root:(489,543), state 0x0, keycode 38 (keysym 0x61, a), same_screen YES, XLookupString gives 1 bytes: (61) "a" XmbLookupString gives 1 bytes: (61) "a" XFilterEvent returns: False KeyRelease event, serial 31, synthetic NO, window 0x3c00001, root 0x5d, subw 0x0, time 1286284097, (486,459), root:(489,543), state 0x0, keycode 38 (keysym 0x61, a), same_screen YES, XLookupString gives 1 bytes: (61) "a" XFilterEvent returns: False From gambas at ...1... Wed Feb 13 22:49:17 2008 From: gambas at ...1... (Benoit Minisini) Date: Wed, 13 Feb 2008 22:49:17 +0100 Subject: [Gambas-devel] [Gambas-user] Highlight Editor - Capslock Key State In-Reply-To: <200802131640.09543.sourceforge-raindog2@...19...> References: <15456466.post@...565...> <200802132108.04945.gambas@...1...> <200802131640.09543.sourceforge-raindog2@...19...> Message-ID: <200802132249.17681.gambas@...1...> On mercredi 13 f?vrier 2008, Rob wrote: > On Wednesday 13 February 2008 15:08, Benoit Minisini wrote: > > Interesting problem. I don't know if there is a way to know the > > status of CAPS LOCK, or other modifier keys. > > I think there is. At the end of this post is the output of xev when I > press "a" three times, turning caps lock on and off in between. > Looking at the source of xev, the current status of the caps lock key > seems to be bit 1 (value of 2) in XKeyEvent->state, which seems to > correspond to the macro LockMask in X.h: > > /* from xev.c */ > const char *Yes = "YES"; > const char *No = "NO"; > /* ... */ > static void do_KeyPress (XEvent *eventp) > { > XKeyEvent *e = (XKeyEvent *) eventp; > KeySym ks; > char *ksname; > /* ... */ > printf (" state 0x%x, keycode %u (keysym 0x%lx, %s), > same_screen %s,\n", > e->state, e->keycode, (unsigned long) ks, ksname, > e->same_screen ? Yes : No); > } > /* the above outputs "state 0x2" when caps lock is on */ > > /* from X.h */ > #define LockMask (1<<1) /* i.e., 0x2 */ > > So someone using gb.api could probably detect the caps lock key the > first time a key is pressed, after a little bit of painful libX11 > manipulation. While this would only work when the user presses a > key, the state flag is also passed with XMotionEvent, and appears to > work the same way, so whenever the user moved the mouse you'd have > your caps lock state as well. > > This doesn't seem to work for Scroll Lock, and I don't have a Num Lock > key on my laptop so I don't know whether that would work too. > > Rob > > KeyPress event, serial 31, synthetic NO, window 0x3c00001, > root 0x5d, subw 0x0, time 1286280441, (486,459), root:(489,543), > state 0x0, keycode 38 (keysym 0x61, a), same_screen YES, > XLookupString gives 1 bytes: (61) "a" > XmbLookupString gives 1 bytes: (61) "a" > XFilterEvent returns: False > > KeyRelease event, serial 31, synthetic NO, window 0x3c00001, > root 0x5d, subw 0x0, time 1286280497, (486,459), root:(489,543), > state 0x0, keycode 38 (keysym 0x61, a), same_screen YES, > XLookupString gives 1 bytes: (61) "a" > XFilterEvent returns: False > > KeyPress event, serial 31, synthetic NO, window 0x3c00001, > root 0x5d, subw 0x0, time 1286281927, (486,459), root:(489,543), > state 0x0, keycode 66 (keysym 0xffe5, Caps_Lock), same_screen YES, > XLookupString gives 0 bytes: > XmbLookupString gives 0 bytes: > XFilterEvent returns: False > > KeyRelease event, serial 31, synthetic NO, window 0x3c00001, > root 0x5d, subw 0x0, time 1286282007, (486,459), root:(489,543), > state 0x2, keycode 66 (keysym 0xffe5, Caps_Lock), same_screen YES, > XLookupString gives 0 bytes: > XFilterEvent returns: False > > KeyPress event, serial 31, synthetic NO, window 0x3c00001, > root 0x5d, subw 0x0, time 1286282869, (486,459), root:(489,543), > state 0x2, keycode 38 (keysym 0x41, A), same_screen YES, > XLookupString gives 1 bytes: (41) "A" > XmbLookupString gives 1 bytes: (41) "A" > XFilterEvent returns: False > > KeyRelease event, serial 31, synthetic NO, window 0x3c00001, > root 0x5d, subw 0x0, time 1286282933, (486,459), root:(489,543), > state 0x2, keycode 38 (keysym 0x41, A), same_screen YES, > XLookupString gives 1 bytes: (41) "A" > XFilterEvent returns: False > > KeyPress event, serial 31, synthetic NO, window 0x3c00001, > root 0x5d, subw 0x0, time 1286283508, (486,459), root:(489,543), > state 0x2, keycode 66 (keysym 0xffe5, Caps_Lock), same_screen YES, > XLookupString gives 0 bytes: > XmbLookupString gives 0 bytes: > XFilterEvent returns: False > > KeyRelease event, serial 31, synthetic NO, window 0x3c00001, > root 0x5d, subw 0x0, time 1286283587, (486,459), root:(489,543), > state 0x2, keycode 66 (keysym 0xffe5, Caps_Lock), same_screen YES, > XLookupString gives 0 bytes: > XFilterEvent returns: False > > KeyPress event, serial 31, synthetic NO, window 0x3c00001, > root 0x5d, subw 0x0, time 1286284033, (486,459), root:(489,543), > state 0x0, keycode 38 (keysym 0x61, a), same_screen YES, > XLookupString gives 1 bytes: (61) "a" > XmbLookupString gives 1 bytes: (61) "a" > XFilterEvent returns: False > > KeyRelease event, serial 31, synthetic NO, window 0x3c00001, > root 0x5d, subw 0x0, time 1286284097, (486,459), root:(489,543), > state 0x0, keycode 38 (keysym 0x61, a), same_screen YES, > XLookupString gives 1 bytes: (61) "a" > XFilterEvent returns: False > There is better apaprently: XkbGetIndicatorState() and XkbGetNamedIndicator(). -- Benoit Minisini From henrique.andreassy at ...241... Wed Feb 13 23:52:47 2008 From: henrique.andreassy at ...241... (=?utf-8?B?RWRpc29uIEhlbnJpcXVlIEFuZHJlYXNzeSAoQ2V0aWwgLSBTdXBvcnRlIFTDqWNuaWNvKQ==?=) Date: Wed, 13 Feb 2008 20:52:47 -0200 Subject: [Gambas-devel] [Gambas-user] Highlight Editor - Capslock Key State Message-ID: <944613015@...241...> Esse funcion?rio temporariamente n?o estar? acessando seus e-mails, os quais entretanto est?o sendo recebidos e armazenados em sua caixa postal. Posteriormente, quando de seu retorno ? empresa, o destinat?rio ir? acess?-los. Caso haja necessidade urgente, entre em contato com outro colaborador da mesma equipe. From henrique.andreassy at ...241... Wed Feb 13 23:52:47 2008 From: henrique.andreassy at ...241... (=?utf-8?B?RWRpc29uIEhlbnJpcXVlIEFuZHJlYXNzeSAoQ2V0aWwgLSBTdXBvcnRlIFTDqWNuaWNvKQ==?=) Date: Wed, 13 Feb 2008 20:52:47 -0200 Subject: [Gambas-devel] [Gambas-user] Highlight Editor - Capslock Key State Message-ID: <944613015@...241...> Esse funcion?rio temporariamente n?o estar? acessando seus e-mails, os quais entretanto est?o sendo recebidos e armazenados em sua caixa postal. Posteriormente, quando de seu retorno ? empresa, o destinat?rio ir? acess?-los. Caso haja necessidade urgente, entre em contato com outro colaborador da mesma equipe. From lparedi at ...579... Thu Feb 14 14:59:05 2008 From: lparedi at ...579... (Luca Paredi) Date: Thu, 14 Feb 2008 14:59:05 +0100 Subject: [Gambas-devel] PPC machine Message-ID: <47B44929.4030105@...579...> Dear Gambas developers, First of all thanks for yours works. If you need a MacOSX PPC machine to develop gambas I can give you one on my university ( I'm the syadm). Luca -- <<>><<>><<>><<>><<>><<>><<<>><<>><<>><<>><<>><<>><<>><<>><<<>><<<>> Luca Paredi Computing technical support tel: +39 338 4732670 Universita' degli Studi dell'Insubria tel: +39 031 2386130 Via Valleggio 11 Como (it) e-mail:lparedi at ...579... <<>><<>><<>><<>><<>><<>><<<>><<>><<>><<>><<>><<>><<>><<>><<<>><<<>> From gbv at ...580... Thu Feb 21 19:38:39 2008 From: gbv at ...580... (Guillermo Ballester Valor) Date: Thu, 21 Feb 2008 18:38:39 +0000 Subject: [Gambas-devel] Problem making gambas2-2.1.0 rpms Message-ID: <200802211838.40125.gbv@...580...> Hello all, I've been trying to build rpm packages for openSUSE 10.3 x86_64. All gone well till the install phase. It looks like the libs are installed in /usr/lib64 and components and other files are then searched at /usr/lib These are the latest lines of 'rpmbuild -ba gambas2.spec ' task before the error: make[4]: Entering directory `/usr/src/packages/BUILD/gambas2-2.1.0/gb.desktop/src' Compiling the gb.desktop project... gb.desktop gbi2: warning: component gb.desktop not found /usr/src/packages/BUILD/gambas2-2.1.0/gb.desktop/src/gb.desktop/Desktop.class:13: Unknown identifier: String[] Creating the information files for gb.desktop component... gb.desktop gbi2: warning: component gb.desktop not found make[4]: Leaving directory `/usr/src/packages/BUILD/gambas2-2.1.0/gb.desktop/src' make[3]: Leaving directory `/usr/src/packages/BUILD/gambas2-2.1.0/gb.desktop/src' make[2]: Leaving directory `/usr/src/packages/BUILD/gambas2-2.1.0/gb.desktop/src' make[2]: Entering directory `/usr/src/packages/BUILD/gambas2-2.1.0/gb.desktop' make[3]: Entering directory `/usr/src/packages/BUILD/gambas2-2.1.0/gb.desktop' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/usr/src/packages/BUILD/gambas2-2.1.0/gb.desktop' make[2]: Leaving directory `/usr/src/packages/BUILD/gambas2-2.1.0/gb.desktop' make[1]: Leaving directory `/usr/src/packages/BUILD/gambas2-2.1.0/gb.desktop' Making install in comp make[1]: Entering directory `/usr/src/packages/BUILD/gambas2-2.1.0/comp' make[2]: Entering directory `/usr/src/packages/BUILD/gambas2-2.1.0/comp' Installing with ROOT=/var/tmp/gambas2-2.1.0-build Installing with DESTDIR=/var/tmp/gambas2-2.1.0-build Running the informer again because of dependencies between information files gbi2: ERROR: Cannot read directory: /var/tmp/gambas2-2.1.0-build/usr/lib/gambas2 make[2]: *** [install-exec-local] Error 1 make[2]: Leaving directory `/usr/src/packages/BUILD/gambas2-2.1.0/comp' make[1]: *** [install-am] Error 2 make[1]: Leaving directory `/usr/src/packages/BUILD/gambas2-2.1.0/comp' make: *** [install-recursive] Error 1 error: Bad exit status from /var/tmp/rpm-tmp.64169 (%install) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.64169 (%install) Any trick? Guillermo -- Guillermo Ballester Valor gbv at ...580... http://www.oxixares.com/~gbv Ogijares, Granada - SPAIN From gambas at ...1... Thu Feb 21 20:12:16 2008 From: gambas at ...1... (Benoit Minisini) Date: Thu, 21 Feb 2008 20:12:16 +0100 Subject: [Gambas-devel] Problem making gambas2-2.1.0 rpms In-Reply-To: <200802211838.40125.gbv@...580...> References: <200802211838.40125.gbv@...580...> Message-ID: <200802212012.16151.gambas@...1...> On jeudi 21 f?vrier 2008, Guillermo Ballester Valor wrote: > Hello all, > > I've been trying to build rpm packages for openSUSE 10.3 x86_64. > > All gone well till the install phase. It looks like the libs are installed > in /usr/lib64 and components and other files are then searched at /usr/lib > That is exactly the problem. But it should work, as normally 'lib64' should be a symbolic link to 'lib'. On Ubuntu, /lib64 is a link to /lib, /usr/lib64' is a link to /usr/lib, but there is no /usr/local/lib6' link. How is it on SuSE? -- Benoit Minisini From gambas at ...1... Thu Feb 21 20:15:47 2008 From: gambas at ...1... (Benoit Minisini) Date: Thu, 21 Feb 2008 20:15:47 +0100 Subject: [Gambas-devel] Problem making gambas2-2.1.0 rpms In-Reply-To: <200802212012.16151.gambas@...1...> References: <200802211838.40125.gbv@...580...> <200802212012.16151.gambas@...1...> Message-ID: <200802212015.47174.gambas@...1...> On jeudi 21 f?vrier 2008, Benoit Minisini wrote: > On jeudi 21 f?vrier 2008, Guillermo Ballester Valor wrote: > > Hello all, > > > > I've been trying to build rpm packages for openSUSE 10.3 x86_64. > > > > All gone well till the install phase. It looks like the libs are > > installed in /usr/lib64 and components and other files are then searched > > at /usr/lib > > That is exactly the problem. But it should work, as normally 'lib64' should > be a symbolic link to 'lib'. On Ubuntu, /lib64 is a link to /lib, > /usr/lib64' is a link to /usr/lib, but there is no /usr/local/lib6' link. > > How is it on SuSE? I will make a 2.1.1 that will search components in lib64 on 64 bits OS, and then in lib otherwise. Regards, -- Benoit Minisini From gbv at ...580... Thu Feb 21 20:17:38 2008 From: gbv at ...580... (Guillermo Ballester Valor) Date: Thu, 21 Feb 2008 19:17:38 +0000 Subject: [Gambas-devel] Problem making gambas2-2.1.0 rpms In-Reply-To: <200802212012.16151.gambas@...1...> References: <200802211838.40125.gbv@...580...> <200802212012.16151.gambas@...1...> Message-ID: <200802211917.38805.gbv@...580...> Hello Benoit, El Thursday 21 February 2008 19:12:16 Benoit Minisini escribi?: > On jeudi 21 f?vrier 2008, Guillermo Ballester Valor wrote: > > Hello all, > > > > I've been trying to build rpm packages for openSUSE 10.3 x86_64. > > > > All gone well till the install phase. It looks like the libs are > > installed in /usr/lib64 and components and other files are then searched > > at /usr/lib > > That is exactly the problem. But it should work, as normally 'lib64' should > be a symbolic link to 'lib'. On Ubuntu, /lib64 is a link to /lib, > /usr/lib64' is a link to /usr/lib, but there is no /usr/local/lib6' link. > > How is it on SuSE? They are different directories, no symbolic links. SuSE stores the 32-bit libraries in '/usr/lib' and x86_64 libaries in '/usr/lib64'. It is a mess. Guillermo -- Guillermo Ballester Valor gbv at ...580... http://www.oxixares.com/~gbv Ogijares, Granada - SPAIN From gbv at ...580... Thu Feb 21 20:20:53 2008 From: gbv at ...580... (Guillermo Ballester Valor) Date: Thu, 21 Feb 2008 19:20:53 +0000 Subject: [Gambas-devel] Problem making gambas2-2.1.0 rpms In-Reply-To: <200802212015.47174.gambas@...1...> References: <200802211838.40125.gbv@...580...> <200802212012.16151.gambas@...1...> <200802212015.47174.gambas@...1...> Message-ID: <200802211920.53452.gbv@...580...> El Thursday 21 February 2008 19:15:47 Benoit Minisini escribi?: > On jeudi 21 f?vrier 2008, Benoit Minisini wrote: > > On jeudi 21 f?vrier 2008, Guillermo Ballester Valor wrote: > > > Hello all, > > > > > > I've been trying to build rpm packages for openSUSE 10.3 x86_64. > > > > > > All gone well till the install phase. It looks like the libs are > > > installed in /usr/lib64 and components and other files are then > > > searched at /usr/lib > > > > That is exactly the problem. But it should work, as normally 'lib64' > > should be a symbolic link to 'lib'. On Ubuntu, /lib64 is a link to /lib, > > /usr/lib64' is a link to /usr/lib, but there is no /usr/local/lib6' link. > > > > How is it on SuSE? > > I will make a 2.1.1 that will search components in lib64 on 64 bits OS, and > then in lib otherwise. > I think it is the right fix. It is a same we don't realize it before 2.1.0 release. Regards, Guillermo > Regards, -- Guillermo Ballester Valor gbv at ...580... http://www.oxixares.com/~gbv Ogijares, Granada - SPAIN From gambas at ...1... Thu Feb 21 20:25:23 2008 From: gambas at ...1... (Benoit Minisini) Date: Thu, 21 Feb 2008 20:25:23 +0100 Subject: [Gambas-devel] Problem making gambas2-2.1.0 rpms In-Reply-To: <200802211917.38805.gbv@...580...> References: <200802211838.40125.gbv@...580...> <200802212012.16151.gambas@...1...> <200802211917.38805.gbv@...580...> Message-ID: <200802212025.23458.gambas@...1...> On jeudi 21 f?vrier 2008, Guillermo Ballester Valor wrote: > Hello Benoit, > > El Thursday 21 February 2008 19:12:16 Benoit Minisini escribi?: > > On jeudi 21 f?vrier 2008, Guillermo Ballester Valor wrote: > > > Hello all, > > > > > > I've been trying to build rpm packages for openSUSE 10.3 x86_64. > > > > > > All gone well till the install phase. It looks like the libs are > > > installed in /usr/lib64 and components and other files are then > > > searched at /usr/lib > > > > That is exactly the problem. But it should work, as normally 'lib64' > > should be a symbolic link to 'lib'. On Ubuntu, /lib64 is a link to /lib, > > /usr/lib64' is a link to /usr/lib, but there is no /usr/local/lib6' link. > > > > How is it on SuSE? > > They are different directories, no symbolic links. SuSE stores the 32-bit > libraries in '/usr/lib' and x86_64 libaries in '/usr/lib64'. It is a mess. > > Guillermo Apparently Ubuntu stores 32 bits libraries in /usr/lib32 and 64 bits libraries in /usr/lib, with a /lib64 symbolic link on it. The contrary... -- Benoit Minisini From gambas at ...1... Thu Feb 21 20:46:19 2008 From: gambas at ...1... (Benoit Minisini) Date: Thu, 21 Feb 2008 20:46:19 +0100 Subject: [Gambas-devel] Problem making gambas2-2.1.0 rpms In-Reply-To: <200802211917.38805.gbv@...580...> References: <200802211838.40125.gbv@...580...> <200802212012.16151.gambas@...1...> <200802211917.38805.gbv@...580...> Message-ID: <200802212046.19831.gambas@...1...> On jeudi 21 f?vrier 2008, Guillermo Ballester Valor wrote: > Hello Benoit, > > El Thursday 21 February 2008 19:12:16 Benoit Minisini escribi?: > > On jeudi 21 f?vrier 2008, Guillermo Ballester Valor wrote: > > > Hello all, > > > > > > I've been trying to build rpm packages for openSUSE 10.3 x86_64. > > > > > > All gone well till the install phase. It looks like the libs are > > > installed in /usr/lib64 and components and other files are then > > > searched at /usr/lib > > > > That is exactly the problem. But it should work, as normally 'lib64' > > should be a symbolic link to 'lib'. On Ubuntu, /lib64 is a link to /lib, > > /usr/lib64' is a link to /usr/lib, but there is no /usr/local/lib6' link. > > > > How is it on SuSE? > > They are different directories, no symbolic links. SuSE stores the 32-bit > libraries in '/usr/lib' and x86_64 libaries in '/usr/lib64'. It is a mess. > > Guillermo You can try the revision #1093. I'm currently testing it on Ubuntu 64 bits. I hope Mandriva 64 bits didn't find a third way for storing 64 bits libraries with 32 bits ones :-). I must reboot to check, so I will do that later... -- Benoit Minisini From gbv at ...580... Thu Feb 21 21:46:29 2008 From: gbv at ...580... (Guillermo Ballester Valor) Date: Thu, 21 Feb 2008 20:46:29 +0000 Subject: [Gambas-devel] Problem making gambas2-2.1.0 rpms In-Reply-To: <200802212046.19831.gambas@...1...> References: <200802211838.40125.gbv@...580...> <200802211917.38805.gbv@...580...> <200802212046.19831.gambas@...1...> Message-ID: <200802212046.30880.gbv@...580...> Benoit, I'm just reconfiguring revision #1093 . It will take a while to build and (happily) install. Guillermo El Thursday 21 February 2008 19:46:19 Benoit Minisini escribi?: > > You can try the revision #1093. I'm currently testing it on Ubuntu 64 bits. > > I hope Mandriva 64 bits didn't find a third way for storing 64 bits > libraries with 32 bits ones :-). I must reboot to check, so I will do that > later... -- Guillermo Ballester Valor gbv at ...580... http://www.oxixares.com/~gbv Ogijares, Granada - SPAIN From gbv at ...580... Thu Feb 21 23:07:13 2008 From: gbv at ...580... (Guillermo Ballester Valor) Date: Thu, 21 Feb 2008 22:07:13 +0000 Subject: [Gambas-devel] Problem making gambas2-2.1.0 rpms In-Reply-To: <200802212046.19831.gambas@...1...> References: <200802211838.40125.gbv@...580...> <200802211917.38805.gbv@...580...> <200802212046.19831.gambas@...1...> Message-ID: <200802212207.13608.gbv@...580...> Hi Benoit, After configuring, it seems that there are some libs that configure scripts can't find, as libbz2 (actually in /usr/lib64 directory) I had no time till now to verify, but I'm almost sure most of the file needed to compile are there, but may be in other dir. The list of disabled packages is too large. : ************************************************************ THESE COMPONENTS ARE DISABLED: - gb.compress.bzlib2 - gb.corba - gb.db.firebird - gb.db.mysql - gb.db.postgresql - gb.db.sqlite2 - gb.db.sqlite3 - gb.net.curl - gb.opengl - gb.pcre - gb.qt.kde - gb.qte - gb.sdl - gb.v4l ************************************************************ Guillermo El Thursday 21 February 2008 19:46:19 Benoit Minisini escribi?: > You can try the revision #1093. I'm currently testing it on Ubuntu 64 bits. > > I hope Mandriva 64 bits didn't find a third way for storing 64 bits > libraries with 32 bits ones :-). I must reboot to check, so I will do that > later... -- Guillermo Ballester Valor gbv at ...580... http://www.oxixares.com/~gbv Ogijares, Granada - SPAIN From gambas at ...1... Thu Feb 21 23:13:21 2008 From: gambas at ...1... (Benoit Minisini) Date: Thu, 21 Feb 2008 23:13:21 +0100 Subject: [Gambas-devel] Problem making gambas2-2.1.0 rpms In-Reply-To: <200802212207.13608.gbv@...580...> References: <200802211838.40125.gbv@...580...> <200802212046.19831.gambas@...1...> <200802212207.13608.gbv@...580...> Message-ID: <200802212313.21423.gambas@...1...> On jeudi 21 f?vrier 2008, Guillermo Ballester Valor wrote: > Hi Benoit, > > After configuring, it seems that there are some libs that configure scripts > can't find, as libbz2 (actually in /usr/lib64 directory) > > I had no time till now to verify, but I'm almost sure most of the file > needed to compile are there, but may be in other dir. The list of disabled > packages is too large. : > > > ************************************************************ > > THESE COMPONENTS ARE DISABLED: > > - gb.compress.bzlib2 > - gb.corba > - gb.db.firebird > - gb.db.mysql > - gb.db.postgresql > - gb.db.sqlite2 > - gb.db.sqlite3 > - gb.net.curl > - gb.opengl > - gb.pcre > - gb.qt.kde > - gb.qte > - gb.sdl > - gb.v4l > > ************************************************************ > > Guillermo > It is always the same problem: these components are looking in lib, not in lib64... I will add lib64 before lib everywhere, but what a mess... Couldn't SuSE just do like Ubuntu? After all, 32 bits library are exception on a 64 bits 0S, and 64 bits library the normal case. Regards, -- Benoit Minisini From gambas at ...1... Thu Feb 21 23:14:34 2008 From: gambas at ...1... (Benoit Minisini) Date: Thu, 21 Feb 2008 23:14:34 +0100 Subject: [Gambas-devel] Problem making gambas2-2.1.0 rpms In-Reply-To: <200802212207.13608.gbv@...580...> References: <200802211838.40125.gbv@...580...> <200802212046.19831.gambas@...1...> <200802212207.13608.gbv@...580...> Message-ID: <200802212314.34244.gambas@...1...> On jeudi 21 f?vrier 2008, Guillermo Ballester Valor wrote: > Hi Benoit, > > After configuring, it seems that there are some libs that configure scripts > can't find, as libbz2 (actually in /usr/lib64 directory) > > I had no time till now to verify, but I'm almost sure most of the file > needed to compile are there, but may be in other dir. The list of disabled > packages is too large. : > > > ************************************************************ > > THESE COMPONENTS ARE DISABLED: > > - gb.compress.bzlib2 > - gb.corba > - gb.db.firebird > - gb.db.mysql > - gb.db.postgresql > - gb.db.sqlite2 > - gb.db.sqlite3 > - gb.net.curl > - gb.opengl > - gb.pcre > - gb.qt.kde > - gb.qte > - gb.sdl > - gb.v4l > > ************************************************************ > > Guillermo > It is strange that gb.compress.zlib is enabled, and not gb.compress.bzlib2. Where does SuSE put the zlib library? -- Benoit Minisini From gbv at ...580... Thu Feb 21 23:34:05 2008 From: gbv at ...580... (Guillermo Ballester Valor) Date: Thu, 21 Feb 2008 22:34:05 +0000 Subject: [Gambas-devel] Problem making gambas2-2.1.0 rpms In-Reply-To: <200802212314.34244.gambas@...1...> References: <200802211838.40125.gbv@...580...> <200802212207.13608.gbv@...580...> <200802212314.34244.gambas@...1...> Message-ID: <200802212234.05240.gbv@...580...> Benoit, El Thursday 21 February 2008 22:14:34 Benoit Minisini escribi?: > On jeudi 21 f?vrier 2008, Guillermo Ballester Valor wrote: > > Hi Benoit, > > > > After configuring, it seems that there are some libs that configure > > scripts can't find, as libbz2 (actually in /usr/lib64 directory) > > > > I had no time till now to verify, but I'm almost sure most of the file > > needed to compile are there, but may be in other dir. The list of > > disabled packages is too large. : > > > > > > ************************************************************ > > > > THESE COMPONENTS ARE DISABLED: > > > > - gb.compress.bzlib2 > > - gb.corba > > - gb.db.firebird > > - gb.db.mysql > > - gb.db.postgresql > > - gb.db.sqlite2 > > - gb.db.sqlite3 > > - gb.net.curl > > - gb.opengl > > - gb.pcre > > - gb.qt.kde > > - gb.qte > > - gb.sdl > > - gb.v4l > > > > ************************************************************ > > > > Guillermo > > It is strange that gb.compress.zlib is enabled, and not gb.compress.bzlib2. > Where does SuSE put the zlib library? I have installed the packages zlib zlib-devel zlib-32bit zlib-32bit-devel so I have libz.so files in both lib and lib64 dirs. This is why the zlib component is enabled. Have a rest, you need it for sure. ;-) Regards, Guillermo -- Guillermo Ballester Valor gbv at ...580... http://www.oxixares.com/~gbv Ogijares, Granada - SPAIN From gambas at ...1... Fri Feb 22 01:35:09 2008 From: gambas at ...1... (Benoit Minisini) Date: Fri, 22 Feb 2008 01:35:09 +0100 Subject: [Gambas-devel] Problem making gambas2-2.1.0 rpms In-Reply-To: <200802212234.05240.gbv@...580...> References: <200802211838.40125.gbv@...580...> <200802212314.34244.gambas@...1...> <200802212234.05240.gbv@...580...> Message-ID: <200802220135.09186.gambas@...1...> On jeudi 21 f?vrier 2008, Guillermo Ballester Valor wrote: > Benoit, > > El Thursday 21 February 2008 22:14:34 Benoit Minisini escribi?: > > On jeudi 21 f?vrier 2008, Guillermo Ballester Valor wrote: > > > Hi Benoit, > > > > > > After configuring, it seems that there are some libs that configure > > > scripts can't find, as libbz2 (actually in /usr/lib64 directory) > > > > > > I had no time till now to verify, but I'm almost sure most of the file > > > needed to compile are there, but may be in other dir. The list of > > > disabled packages is too large. : > > > > > > > > > ************************************************************ > > > > > > THESE COMPONENTS ARE DISABLED: > > > > > > - gb.compress.bzlib2 > > > - gb.corba > > > - gb.db.firebird > > > - gb.db.mysql > > > - gb.db.postgresql > > > - gb.db.sqlite2 > > > - gb.db.sqlite3 > > > - gb.net.curl > > > - gb.opengl > > > - gb.pcre > > > - gb.qt.kde > > > - gb.qte > > > - gb.sdl > > > - gb.v4l > > > > > > ************************************************************ > > > > > > Guillermo > > > > It is strange that gb.compress.zlib is enabled, and not > > gb.compress.bzlib2. Where does SuSE put the zlib library? > > I have installed the packages > > zlib > zlib-devel > zlib-32bit > zlib-32bit-devel > > so I have libz.so files in both lib and lib64 dirs. > > This is why the zlib component is enabled. > > Have a rest, you need it for sure. ;-) > > Regards, > > Guillermo Please test the revision 1095, and tell me if things works. If it is ok, I will make a new version. Regards, -- Benoit Minisini From tcahya at ...7... Fri Feb 22 04:24:53 2008 From: tcahya at ...7... (Taufiq Cahyadi) Date: Thu, 21 Feb 2008 19:24:53 -0800 (PST) Subject: [Gambas-devel] Problem making gambas2-2.1.0 rpms In-Reply-To: <200802211838.40125.gbv@...580...> Message-ID: <912135.87218.qm@...581...> --- Guillermo Ballester Valor wrote: > Hello all, > > I've been trying to build rpm packages for openSUSE > 10.3 x86_64. > I ever same case like this when building application rpm ...and i ever try with anything distro like suse, mandriva until fedora core and result it's same when build application rpm it's error ... and then i 'tried ubuntu distro 7.10 and i install gambas 2.0 .. when i compiled the application to make not rpm but deb.... after that i try compile the application from to deb with alien, program pakcage from ubuntu and suprise application it's done in rpm .. and can install from any distro like in suse.... mandriva ..or fedora Best Regrad ---- Taufiq Cahyadi ---------- ____________________________________________________________________________________ Looking for last minute shopping deals? Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping From gbv at ...580... Fri Feb 22 07:31:44 2008 From: gbv at ...580... (Guillermo Ballester Valor) Date: Fri, 22 Feb 2008 06:31:44 +0000 Subject: [Gambas-devel] Problem making gambas2-2.1.0 rpms In-Reply-To: <200802220135.09186.gambas@...1...> References: <200802211838.40125.gbv@...580...> <200802212234.05240.gbv@...580...> <200802220135.09186.gambas@...1...> Message-ID: <200802220631.44312.gbv@...580...> El Friday 22 February 2008 00:35:09 Benoit Minisini escribi?: > On jeudi 21 f?vrier 2008, Guillermo Ballester Valor wrote: > > Please test the revision 1095, and tell me if things works. If it is ok, I > will make a new version. > I'm going to work now. It is reconfiguring, at the moment it ENABLES bzlib component :). Till this afternoon. Guillermo > Regards, -- Guillermo Ballester Valor gbv at ...580... http://www.oxixares.com/~gbv Ogijares, Granada - SPAIN From gbv at ...580... Fri Feb 22 15:12:16 2008 From: gbv at ...580... (Guillermo Ballester Valor) Date: Fri, 22 Feb 2008 14:12:16 +0000 Subject: [Gambas-devel] Problem making gambas2-2.1.0 rpms In-Reply-To: <200802220135.09186.gambas@...1...> References: <200802211838.40125.gbv@...580...> <200802212234.05240.gbv@...580...> <200802220135.09186.gambas@...1...> Message-ID: <200802221412.17268.gbv@...580...> Benoit, This time all configured, made and installed without problems. Just these components were not installed ************************************************************ THESE COMPONENTS ARE DISABLED: - gb.db.firebird - gb.qte ************************************************************ I've not tried to run gambas2 because I installed it in a temporal directory (to test the compilation/install proccess) and there were some problems in the env vars. If no more problems in other distributions/processors I think you now can release the package. Regards, Guillermo El Friday 22 February 2008 00:35:09 Benoit Minisini escribi?: > On jeudi 21 f?vrier 2008, Guillermo Ballester Valor wrote: > > Benoit, > > > > El Thursday 21 February 2008 22:14:34 Benoit Minisini escribi?: > > > On jeudi 21 f?vrier 2008, Guillermo Ballester Valor wrote: > > > > Hi Benoit, > > > > > > > > After configuring, it seems that there are some libs that configure > > > > scripts can't find, as libbz2 (actually in /usr/lib64 directory) > > > > > > > > I had no time till now to verify, but I'm almost sure most of the > > > > file needed to compile are there, but may be in other dir. The list > > > > of disabled packages is too large. : > > > > > > > > > > > > ************************************************************ > > > > > > > > THESE COMPONENTS ARE DISABLED: > > > > > > > > - gb.compress.bzlib2 > > > > - gb.corba > > > > - gb.db.firebird > > > > - gb.db.mysql > > > > - gb.db.postgresql > > > > - gb.db.sqlite2 > > > > - gb.db.sqlite3 > > > > - gb.net.curl > > > > - gb.opengl > > > > - gb.pcre > > > > - gb.qt.kde > > > > - gb.qte > > > > - gb.sdl > > > > - gb.v4l > > > > > > > > ************************************************************ > > > > > > > > Guillermo > > > > > > It is strange that gb.compress.zlib is enabled, and not > > > gb.compress.bzlib2. Where does SuSE put the zlib library? > > > > I have installed the packages > > > > zlib > > zlib-devel > > zlib-32bit > > zlib-32bit-devel > > > > so I have libz.so files in both lib and lib64 dirs. > > > > This is why the zlib component is enabled. > > > > Have a rest, you need it for sure. ;-) > > > > Regards, > > > > Guillermo > > Please test the revision 1095, and tell me if things works. If it is ok, I > will make a new version. > > Regards, -- Guillermo Ballester Valor gbv at ...580... http://www.oxixares.com/~gbv Ogijares, Granada - SPAIN From gambas at ...1... Fri Feb 22 15:39:35 2008 From: gambas at ...1... (Benoit Minisini) Date: Fri, 22 Feb 2008 15:39:35 +0100 Subject: [Gambas-devel] Problem making gambas2-2.1.0 rpms In-Reply-To: <200802221412.17268.gbv@...580...> References: <200802211838.40125.gbv@...580...> <200802220135.09186.gambas@...1...> <200802221412.17268.gbv@...580...> Message-ID: <200802221539.35680.gambas@...1...> On vendredi 22 f?vrier 2008, Guillermo Ballester Valor wrote: > Benoit, > > This time all configured, made and installed without problems. Just these > components were not installed > > ************************************************************ > > THESE COMPONENTS ARE DISABLED: > > - gb.db.firebird > - gb.qte > > ************************************************************ > > I've not tried to run gambas2 because I installed it in a temporal > directory (to test the compilation/install proccess) and there were some > problems in the env vars. > > If no more problems in other distributions/processors I think you now can > release the package. > > Regards, > > Guillermo > What don't you install libfbclient? -- Benoit Minisini From gbv at ...580... Fri Feb 22 17:32:00 2008 From: gbv at ...580... (Guillermo Ballester Valor) Date: Fri, 22 Feb 2008 16:32:00 +0000 Subject: [Gambas-devel] Problem making gambas2-2.1.0 rpms In-Reply-To: <200802221539.35680.gambas@...1...> References: <200802211838.40125.gbv@...580...> <200802221412.17268.gbv@...580...> <200802221539.35680.gambas@...1...> Message-ID: <200802221632.01696.gbv@...580...> El Friday 22 February 2008 14:39:35 Benoit Minisini escribi?: > > What don't you install libfbclient? First, because I did not even try Now I can't find any firebird client rpm for SUSE. Any sugestion? Guillermo -- Guillermo Ballester Valor gbv at ...580... http://www.oxixares.com/~gbv Ogijares, Granada - SPAIN From scatman at ...571... Sat Feb 23 12:48:23 2008 From: scatman at ...571... (scatman) Date: Sat, 23 Feb 2008 12:48:23 +0100 Subject: [Gambas-devel] font probs In-Reply-To: <200801182243.28058.scatman@...571...> References: <200801182243.28058.scatman@...571...> (sfid-20080118_224622_253778_DA5D1F3B477C5991) Message-ID: <200802231248.23468.scatman@...571...> Am Freitag, 18. Januar 2008 schrieb scatman: > Revision 1011 > > picture says more as any words :) > > UTF-8 @ X11 here. > > Warning: Use the 64 bits version of Gambas at your own risk! > Fontconfig warning: no elements found. Check configuration. > Fontconfig warning: adding /var/cache/fontconfig > Fontconfig warning: adding ~/.fontconfig > > please look in attachment... a workaround for gentoo-user to fix this issue are emerge fontconfig without xml. I found this Bugreport http://bugs.gentoo.org/show_bug.cgi?id=199414 and it Helps with Gambas too;) From gambas at ...1... Sat Feb 23 15:15:11 2008 From: gambas at ...1... (Benoit Minisini) Date: Sat, 23 Feb 2008 15:15:11 +0100 Subject: [Gambas-devel] Problem making gambas2-2.1.0 rpms In-Reply-To: <200802221412.17268.gbv@...580...> References: <200802211838.40125.gbv@...580...> <200802220135.09186.gambas@...1...> <200802221412.17268.gbv@...580...> Message-ID: <200802231515.11284.gambas@...1...> On vendredi 22 f?vrier 2008, Guillermo Ballester Valor wrote: > Benoit, > > This time all configured, made and installed without problems. Just these > components were not installed > > ************************************************************ > > THESE COMPONENTS ARE DISABLED: > > - gb.db.firebird > - gb.qte > > ************************************************************ > > I've not tried to run gambas2 because I installed it in a temporal > directory (to test the compilation/install proccess) and there were some > problems in the env vars. > > If no more problems in other distributions/processors I think you now can > release the package. > > Regards, > > Guillermo > Can you try the following source archive before I release it? http://gambas.sf.net/gambas2-2.2.0.tar.bz2 Regards, -- Benoit Minisini From lordheavym at ...176... Sat Feb 23 16:23:40 2008 From: lordheavym at ...176... (Laurent Carlier) Date: Sat, 23 Feb 2008 16:23:40 +0100 Subject: [Gambas-devel] Problem making gambas2-2.1.0 rpms In-Reply-To: <200802231515.11284.gambas@...1...> References: <200802211838.40125.gbv@...580...> <200802221412.17268.gbv@...580...> <200802231515.11284.gambas@...1...> Message-ID: <200802231623.41074.lordheavym@...176...> Le Saturday 23 February 2008 15:15:11 Benoit Minisini, vous avez ?crit?: > On vendredi 22 f?vrier 2008, Guillermo Ballester Valor wrote: > > Benoit, > > > > This time all configured, made and installed without problems. Just these > > components were not installed > > > > ************************************************************ > > > > THESE COMPONENTS ARE DISABLED: > > > > - gb.db.firebird > > - gb.qte > > > > ************************************************************ > > > > I've not tried to run gambas2 because I installed it in a temporal > > directory (to test the compilation/install proccess) and there were some > > problems in the env vars. > > > > If no more problems in other distributions/processors I think you now can > > release the package. > > > > Regards, > > > > Guillermo > > Can you try the following source archive before I release it? > > http://gambas.sf.net/gambas2-2.2.0.tar.bz2 > > Regards, got a small problem here (debian64/sid) configure: This library must be located inside the C library checking for foreign function interface headers... /usr/include/ checking for foreign function interface libraries... /usr/lib64/ ./configure: line 21618: test: -L/usr/lib64/: binary operator expected ++ From lordheavym at ...176... Sat Feb 23 16:26:27 2008 From: lordheavym at ...176... (Laurent Carlier) Date: Sat, 23 Feb 2008 16:26:27 +0100 Subject: [Gambas-devel] Problem making gambas2-2.1.0 rpms In-Reply-To: <200802231623.41074.lordheavym@...176...> References: <200802211838.40125.gbv@...580...> <200802231515.11284.gambas@...1...> <200802231623.41074.lordheavym@...176...> Message-ID: <200802231626.27772.lordheavym@...176...> Le Saturday 23 February 2008 16:23:40 Laurent Carlier, vous avez ?crit?: > Le Saturday 23 February 2008 15:15:11 Benoit Minisini, vous avez ?crit?: > > On vendredi 22 f?vrier 2008, Guillermo Ballester Valor wrote: > > > Benoit, > > > > > > This time all configured, made and installed without problems. Just > > > these components were not installed > > > > > > ************************************************************ > > > > > > THESE COMPONENTS ARE DISABLED: > > > > > > - gb.db.firebird > > > - gb.qte > > > > > > ************************************************************ > > > > > > I've not tried to run gambas2 because I installed it in a temporal > > > directory (to test the compilation/install proccess) and there were > > > some problems in the env vars. > > > > > > If no more problems in other distributions/processors I think you now > > > can release the package. > > > > > > Regards, > > > > > > Guillermo > > > > Can you try the following source archive before I release it? > > > > http://gambas.sf.net/gambas2-2.2.0.tar.bz2 > > > > Regards, > > got a small problem here (debian64/sid) > configure: This library must be located inside the C library > checking for foreign function interface headers... /usr/include/ > checking for foreign function interface libraries... /usr/lib64/ > ./configure: line 21618: test: -L/usr/lib64/: binary operator expected > > ++ > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Gambas-devel mailing list > Gambas-devel at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-devel if test -z "$FFI_LIB"; then AC_MSG_ERROR([libffi library and headers are required]) fi Should fix the problem .... when svn will be back :-/ ++ From gbv at ...580... Sat Feb 23 18:32:57 2008 From: gbv at ...580... (Guillermo Ballester Valor) Date: Sat, 23 Feb 2008 17:32:57 +0000 Subject: [Gambas-devel] Problem making gambas2-2.1.0 rpms In-Reply-To: <200802231515.11284.gambas@...1...> References: <200802211838.40125.gbv@...580...> <200802221412.17268.gbv@...580...> <200802231515.11284.gambas@...1...> Message-ID: <200802231732.58123.gbv@...580...> Hi Benoit, El Saturday 23 February 2008 14:15:11 Benoit Minisini escribi?: > Can you try the following source archive before I release it? > > http://gambas.sf.net/gambas2-2.2.0.tar.bz2 > > Regards, No problems here, Go ahead! Guillermo -- Guillermo Ballester Valor gbv at ...580... http://www.oxixares.com/~gbv Ogijares, Granada - SPAIN From david_villalobos_c at ...7... Wed Feb 27 13:22:20 2008 From: david_villalobos_c at ...7... (David Villalobos Cambronero) Date: Wed, 27 Feb 2008 04:22:20 -0800 (PST) Subject: [Gambas-devel] Language file for Gambas 2.2.1 Message-ID: <545837.57340.qm@...557...> Hi all, Found some new strings in Gambas, attached is the translation file for Spanish, can someone upload it? Best regards.. David ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ -------------- next part -------------- An HTML attachment was scrubbed... URL: From david_villalobos_c at ...7... Wed Feb 27 13:32:04 2008 From: david_villalobos_c at ...7... (David Villalobos Cambronero) Date: Wed, 27 Feb 2008 04:32:04 -0800 (PST) Subject: [Gambas-devel] Language file for Gambas 2.2.1 Message-ID: <68636.61940.qm@...557...> Sorry, it is so early in the morning :-) here is the file ----- Original Message ---- From: David Villalobos Cambronero To: Gambas-devel Sent: Wednesday, February 27, 2008 6:22:20 AM Subject: [Gambas-devel] Language file for Gambas 2.2.1 Hi all, Found some new strings in Gambas, attached is the translation file for Spanish, can someone upload it? Best regards.. David Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. -----Inline Attachment Follows----- ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ -----Inline Attachment Follows----- _______________________________________________ Gambas-devel mailing list Gambas-devel at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-devel ____________________________________________________________________________________ Looking for last minute shopping deals? Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: gambas2-es-2.1.92.po Type: application/octet-stream Size: 69164 bytes Desc: not available URL: