You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
(11) |
Apr
(2) |
May
(5) |
Jun
(7) |
Jul
(6) |
Aug
(4) |
Sep
(5) |
Oct
(1) |
Nov
(17) |
Dec
(11) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(7) |
Feb
(9) |
Mar
(2) |
Apr
|
May
(4) |
Jun
(8) |
Jul
|
Aug
(1) |
Sep
(5) |
Oct
|
Nov
|
Dec
(2) |
2007 |
Jan
(3) |
Feb
(7) |
Mar
|
Apr
(14) |
May
(5) |
Jun
(1) |
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
(1) |
Mar
|
Apr
(2) |
May
(1) |
Jun
(3) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2010 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Jose <dae...@ly...> - 2006-06-25 00:14:19
|
Hi! I'm writting that because i've a problem with ntpv and i'd like to=20 get some help. My problem is that i can't install the program because libqt-mp has been=20 recently updated to a new versio which doesn't get support to earlier=20 ones, and when i try to install the older (libqt3c102-mt) I get a=20 message by saying that i can't install them; if i wanted install, i'd=20 have to unistall some important applications which i've already=20 installed because it depends of the newr version of libqt which as i=20 said, i've installed. I've attempted to install placing the program (ntpv.deb) in a local=20 repository, and using "apg-get install ntpv" but results are this: root@pc-jose:/home/daemonius226# apt-get install ntpv Leyendo lista de paquetes... Hecho Creando =E1rbol de dependencias... Hecho No se pudieron instalar algunos paquetes. Esto puede significar que usted pidi=F3 una situaci=F3n imposible o, si est=E1 usando la distribuci= =F3n inestable, que algunos paquetes necesarios no han sido creados o han sido movidos fuera de Incoming. Como s=F3lo solicito una =FAnica operaci=F3n, es extremadamente posible q= ue el paquete simplemente no sea instalable y deber=EDa de rellenar un informe = de error contra ese paquete. La siguiente informaci=F3n puede ayudar a resolver la situaci=F3n: Los siguientes paquetes tienen dependencias incumplidas: ntpv: Depende: kdelibs4 pero no es instalable Depende: libqt3c102-mt pero no va a instalarse Depende: libqt3c102-mt-psql pero no va a instalarse Depende: ntpvlibs (>=3D 0.1-2) pero no va a instalarse Depende: libbslxml pero no va a instalarse E: Paquetes rotos Sorry about posting it in spanish (and about my bad english) but... I'm=20 thinking... sure you speak spanish and I'm doing a idiot :). If you do=20 so, please tell me. (nos entenderemos, diria mejor, pero no se si=20 entendera algo de lo que he escrito). Thanks. (muchas gracias por=20 adelantado, si tiene solucion me seria de gran ayuda una respuesta, de=20 todas formas, gracias por su atencion (no se como se dice todo esto en=20 ingles)) Note: I've running ubuntu dapper =BFdrake? (last version) |
From: Aaron L. <aa...@lu...> - 2006-06-10 09:06:14
|
On Wed, 2006-06-07 at 18:22 -0600, Aaron Luchko wrote: > On Thu, 2006-06-08 at 02:01 +0200, inf...@wa... wrote: > > Hi Aaron, > > > > a quick suggestion.. you might like to check that the directories and files > > in /etc/ntpv and /etc/ntpv_backoffice all have their groups set to 'ntpv' and > > are readable and writeable for the group. The account running the programs > > also has to be a member of group 'ntpv' > > Thanks for the reply. > > All files belong to root and the ntpv group and have permissions such as > this one > > -rw-rw-r-- 1 root ntpv 296 Jun 7 16:16 /etc/ntpv/bar_database.xml > > During the first make install I had to create the ntpv group manually > since fedora doesn't have /usr/sbin/addgroup but since then I > uninstalled then reinstalled ntpv so I don't think that this is causing > any problems unless there's something wrong with how I created the > group. Ok, I got it working, or at least I think I have (I don't speak Spanish so it's kinda hard to tell!). For the lack of /usr/sbin/addgroup I wrote a small patch that will try /usr/sbin/groupadd if addgroup is missing, if groupadd is missing as well it will print out a warning. I attached the patch to this message as the only other place I could think to send it is the patches section of the sourceforge project (though I'm not sure if anyone looks at that) http://sourceforge.net/tracker/?group_id=131427&atid=721032 The second problem is that both for the installation of ntpv and ntpv_backoffice the postinstall script is run too early, before all the files have been added to the /etc/ntpv and /etc/ntpv_backoffice directories, and as a result many of the files don't belong to the ntpv group. I don't know enough about qmake to know why this is happening but as a work around one merely need run the ntpv{,bo}/postinst scripts after the install (typing make install a second time). The only other problem I get is a message " QSqlDatabase: QPSQL7 driver not loaded QSqlDatabase: available drivers: " popping up on the console though this is likely the result of not having the fedora equivalent of the libqt3c102-mt-psql libraries installed. thanks, Aaron |
From: Aaron L. <aa...@lu...> - 2006-06-08 00:22:30
|
On Thu, 2006-06-08 at 02:01 +0200, inf...@wa... wrote: > Hi Aaron, > > a quick suggestion.. you might like to check that the directories and files > in /etc/ntpv and /etc/ntpv_backoffice all have their groups set to 'ntpv' and > are readable and writeable for the group. The account running the programs > also has to be a member of group 'ntpv' Thanks for the reply. All files belong to root and the ntpv group and have permissions such as this one -rw-rw-r-- 1 root ntpv 296 Jun 7 16:16 /etc/ntpv/bar_database.xml During the first make install I had to create the ntpv group manually since fedora doesn't have /usr/sbin/addgroup but since then I uninstalled then reinstalled ntpv so I don't think that this is causing any problems unless there's something wrong with how I created the group. thanks, Aaron |
From: <inf...@wa...> - 2006-06-08 00:01:54
|
Hi Aaron, a quick suggestion.. you might like to check that the directories and files in /etc/ntpv and /etc/ntpv_backoffice all have their groups set to 'ntpv' and are readable and writeable for the group. The account running the programs also has to be a member of group 'ntpv' I hope this helps.. Clive On Thursday 08 June 2006 00:37, Aaron Luchko wrote: > I've built and installed ntpv-rc2bb (using both -O0 and -O2) on fedora > core 5 but have been unable to get it to run > > " > $ ntpv > unable to open the file /etc/ntpv/bar_database.xml in the mode specified > 3 > errors happened in the constructor, exiting without xml loaded > el xml que define la base de datos no es correcto > " > > And when I run ntpv_backoffice it crashes during the splash screen > during the stage "Modulo Productos: Unitarios" > > " > $ ntpv_backoffice > Application registered at DcopServer with name : ntpv_backoffice > unable to open the file /etc/ntpv/ntpv_buttons.xml in the mode specified > 3 > errors happened in the constructor, exiting without xml loaded > unable to open the file /etc/ntpv/bar_database.xml in the mode specified > 3 > errors happened in the constructor, exiting without xml loaded > KCrash: Application 'ntpv_backoffice' crashing... > " > > I've attached the backtrace generated by ntpv_backoffice (vie KDE crash > handler) after compiling with -O0 > > thank you > Aaron |
From: Aaron L. <aa...@lu...> - 2006-06-07 22:37:25
|
I've built and installed ntpv-rc2bb (using both -O0 and -O2) on fedora core 5 but have been unable to get it to run " $ ntpv unable to open the file /etc/ntpv/bar_database.xml in the mode specified 3 errors happened in the constructor, exiting without xml loaded el xml que define la base de datos no es correcto " And when I run ntpv_backoffice it crashes during the splash screen during the stage "Modulo Productos: Unitarios" " $ ntpv_backoffice Application registered at DcopServer with name : ntpv_backoffice unable to open the file /etc/ntpv/ntpv_buttons.xml in the mode specified 3 errors happened in the constructor, exiting without xml loaded unable to open the file /etc/ntpv/bar_database.xml in the mode specified 3 errors happened in the constructor, exiting without xml loaded KCrash: Application 'ntpv_backoffice' crashing... " I've attached the backtrace generated by ntpv_backoffice (vie KDE crash handler) after compiling with -O0 thank you Aaron |
From: antikies <ant...@gm...> - 2006-06-03 09:36:48
|
En dicha version he encontrado un error, q impide compilar, se encuentra en ./ntpv/customize/npopupkeyboard.h:21 , quedando como sigue: #include <qpopupmenu.h> Existe otro error, en bo, el cual no permite establecer la configuraci=F3n = del servidor de la base de datos. El fichero en cuesti=F3n es ntpvbo/etc/find_servers; hay una linea que est=E1 sin completar. Salu2 |
From: Carlos M. R. <c.m...@gm...> - 2006-05-09 09:12:00
|
RWwgU8OhYmFkbywgNiBkZSBNYXlvIGRlIDIwMDYgMjM6NDQsIFZhbGVudGluIEVzdHJhZGEgR2Fn byBlc2NyaWJpw7M6Cj4gSG9sYQo+Cj4gSGUgY29tcHJhZG8gYSBsYSBlbXByZXNhIEVMVkkgdW4g VFBWIG1vZGVsbyBQT1MgNjA1LCByZWNpYsOtIGxhIFRQViB5IHVuCj4gQ0QgcGFyYSBpbnN0YWxh ciBlcyBsYSB2ZXJzacOzbiAxLjAuIGxlIGhlIGluc3RhbGFkbwo+IHRlbmdvIHVuYSBpbmNpZGVu Y2lhIGVsIGNhasOzbiBxdWUgbm8gc2UgYWJyZS4KPgo+IEVsIHNvcG9ydGUgZGUgRUxWSSBtZSBj b21lbnRhZG8gcXVlIGVsIGZhbGxvIHZpZW5lIGVuIHF1ZSBsYSB2ZXJzacOzbiBxdWUKPiBtZSBl bnZpYXJvbiwgbGEgYXBlcnR1cmEgZGUgY2Fqw7NuIGVzdGFiYSBjb25maWd1cmFkYSBwYXJhIHB1 ZXJ0byBkZQo+IHNlcmllIHkgZWwgY2Fqw7NuIHF1ZSBkaXNwb25nbyBlcyB0aXBvIHRlbMOpZm9u byBSSgo+Cj4gTmVjZXNpdG8gaW5mb3JtYWNpw7NuIGRlIGNvbW8gcmVzb2x2ZXIgZXN0YSBpbmNp ZGVuY2lhLgoKSG9sYSBWYWxlbnRpbi4KCkVzdG95IGFsIHRhbnRvIHkgdHJhYmFqYW5kbyBzb2Jy ZSBlc3RlIHByb2JsZW1hIGNvbW8gZmF2b3IgcGVyc29uYWwgYQpsYSBnZW50ZSBkZSBFTFNJIC4g RWwgcHJvYmxlbWEgZGViZXLDrWEgc2VyIHLDoXBpZG8gZGUgcmVzb2x2ZXIgcGVybyBoYW4Kc3Vy Z2lkbyBhbGd1bmFzIGNvbXBsaWNhY2lvbmVzIHF1ZSB0ZSBjb21lbnRvIGFob3JhLi4uIEVuIGN1 YWxxdWllcgpjYXNvIGNyZW8gcXVlIHNlIHB1ZWRlIGVzdGFyIHNvbHVjaW9uYWRvIGVuIGVzdGEg c2VtYW5hLgoKVGUgY3VlbnRvOiBFbHNpIGluc3RhbGEgZW4gc3VzIHRlcm1pbmFsZXMgbGEgdmVy c2nDs24gIDEuMCBkZSBuVFBWLgpkaWNoYSB2ZXJzaW9uIG5vIHRpZW5lIHNvcG9ydGUgZGUgY2Fq b24gcG9ydGFtb25lZGFzIGNvbmVjdGFkbyBhCmltcHJlc29yYSB0w6lybWljYS4uLiBzb2xvIGxv IHRpZW5lIGRlIGltcHJlc29yYSBhIHRyYXZlcyBkZSBwdWVydG8gZGUKc2VyaWUgKHRlIHBvciBx dWUgc2kgdGllbmVzIHByaXNhIHBvZHLDrWEgc2VyIHVuYSBzb2x1Y2nDs24pLgoKTGEgdmVyc2nD s24gMS4ycmMyIHRpZW5lIGVsIHNvcG9ydGUgYSBjYWpvbmVzIHF1ZSBuZWNlc2l0YXMuIFNvYnJl IGxhCmltYWdlbiBhbnRlcmlvciBzZSBoYSByZWluc3RhbGFkbyB5IGFjdHVhbGl6YWRvIHRvZG9z IGxvcyBwYXF1ZXRlcyBkZWwKc2lzdGVtYSBwYXJhIHBvZGVyIGNvbXBpbGFyIGxhIHZlcnNpw7Nu IDEuMnJjMiAobG8gY3VhbCBjb21vIHNhYmVzCmxsZXZhIHVuIHRpZW1wbykuICBFbCBwcm9ibGVt YSBhaG9yYSBwYXJlY2Ugc2VyIHF1ZSB1YnVudHUgKGRhcHBlcikgbm8KdGllbmUgdW4gc29wb3J0 ZSBjb3JyZWN0byBwYXJhIGxhIHBhbnRhbGxhIHRhY3RpbCBkZSBlbG8uLi4gdGllbmUgbG9zCmRy aXZlcnMsIHBlcm8gZWwgZHJpdmVyIGRlIGVsb2dyYXBoaWMgcGFyZWNlIG5vIHJlY29ub2NlciBs YQpwYW50YWxsYS4uLgoKVGVuZ28gcXVlIHBsYXRhZm9ybWFyIGVzdGEgaW1hZ2VuIHBhcmEgdmVy IHNpIGxhIGdlbnRlIGRlIEVMU0kKY29uc2lndWUgY29uZmlndXJhcmxvLCBlc3RvIGRlYmVyw61h IGhhYmVybG8gaGVjaG8gZWwgdmllcm5lcyBwb3IgbGEKbm9jaGUsIHBlcm8gcG9yIHByb2JsZW1h cyBkZSBzYWx1ZCBkZSB1biBmYW1pbGlhciBubyBoZSBwb2RpZG8KdHJhYmFqYXIgZW4gZWxsby4K CkVzcGVybyBxdWUgZW50aWVuZGFzIHkgcGVyZG9uZXMgbWkgdGFyZGFuemEsIGVuIGN1YW50byBw dWVkYSB0cmFiYWphcsOpIGVuIGVsbG8uCgoKCgpVbiBTYWx1ZG8gQ2FybG9zLgoKPgo+Cj4KPiBT YWx1ZG9zIGNvcmRpYWxlcyB5Cj4gR1JBQ0lBUy4KPgo+Cj4gVmFsZW50aW4gRXN0cmFkYSBHYWdv Cj4KPgo+Cj4KPgo+Cj4KPiAtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tCj4gVXNpbmcgVG9tY2F0IGJ1dCBuZWVkIHRvIGRvIG1vcmU/IE5lZWQg dG8gc3VwcG9ydCB3ZWIgc2VydmljZXMsIHNlY3VyaXR5Pwo+IEdldCBzdHVmZiBkb25lIHF1aWNr bHkgd2l0aCBwcmUtaW50ZWdyYXRlZCB0ZWNobm9sb2d5IHRvIG1ha2UgeW91ciBqb2IKPiBlYXNp ZXIgRG93bmxvYWQgSUJNIFdlYlNwaGVyZSBBcHBsaWNhdGlvbiBTZXJ2ZXIgdi4xLjAuMSBiYXNl ZCBvbiBBcGFjaGUKPiBHZXJvbmltbyBodHRwOi8vc2VsLmFzLXVzLmZhbGthZy5uZXQvc2VsP2Nt ZD1sbmsma2lkIDA3MDkmYmlkJjMwNTcmZGF0IDE2NDIKPiBfX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fXwo+IG5UUFYtcHJvZ3JhbSBtYWlsaW5nIGxpc3QKPiBu VFBWLXByb2dyYW1AbGlzdHMuc291cmNlZm9yZ2UubmV0Cj4gaHR0cHM6Ly9saXN0cy5zb3VyY2Vm b3JnZS5uZXQvbGlzdHMvbGlzdGluZm8vbnRwdi1wcm9ncmFtCgotLQpDYXJsb3MgTWFuemFuZWRv Cmh0dHA6Ly93d3cubmFwc2lzLmNvbQoKLS0KLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0KQ2FybG9zIE1hbnphbmVkbyA8Yy5tYW5haGFAZ21haWwuY29tPgp3d3cubmFwc2lzLmNvbQo= |
From: <dan...@ya...> - 2006-05-09 01:07:32
|
______________________________________________ LLama Gratis a cualquier PC del Mundo. Llamadas a fijos y móviles desde 1 céntimo por minuto. http://es.voice.yahoo.com |
From: Valentin E. G. <ze...@te...> - 2006-05-08 23:32:33
|
Hola He comprado a la empresa ELVI un TPV modelo POS 605, recib=C3=AD la TPV y= un CD para instalar es la versi=C3=B3n 1.0. le he instalado tengo una incidencia el caj=C3=B3n que no se abre. El soporte de ELVI me comentado que el fallo viene en que la versi=C3=B3n= que me enviaron, la apertura de caj=C3=B3n estaba configurada para puerto de serie y el caj=C3=B3n que dispongo es tipo tel=C3=A9fono RJ Necesito informaci=C3=B3n de como resolver esta incidencia. Saludos cordiales y=20 GRACIAS. Valentin Estrada Gago |
From: Carlos M. R. <c.m...@gm...> - 2006-05-02 14:40:42
|
SSd2ZSBzdWJtaXR0ZWQgdGhlIG5UUFYgMS4ycmMyIHZlcnNpb24gdG8gc291cmNlZm9yZ2UuLi4g SSd2ZSBkb25lCnNvbWUgbWlub3IgY2hhbmdlcyByZWxhdGVkIHRvIHNxbCBjb25uZWN0aW9uIHBv cnQuLi4KCkknbSBhbHNvIHdvcmtpbmcgb24gc29tZSB0cmFuc2xhdGlvbiBwYXRjaGVzIENsaXZl IHNlbnQgdG8gbWUgbGFzdAptb250aC4gKHRoYW5rcyA6KSApCgpJJ3ZlIG5vdCB1cGRhdGVkIHRo ZSB3ZWIgcGFnZS4uLiBzbyB0aGVyZSBhcmUgbm8gbGlua3MgdG8gdGhpcwpwYWNrYWdlLi4uIGkn bSB0aGlua2luZyBhYm91dCBtb3ZpbmcgdG8gZHJ1cGFsIG9yIGp1bWxhIHRvIG1hbmFnZSB0aGUK d2ViIGluZm8gwr9hbnkgYWR2aXNlPyAoSSd2ZSBhbHJlYWR5IGNoZWNrZWQgbWFtYm8vam9vbWxh IGFuZCBub3cgaSdtCnRlc3RpbmcgZHJ1cGFsKS4KCkknYW0gc3VibWl0dGluZyB0aGUgblRQViBz b3VyY2VzIHRvIGEgc3VidmVyc2lvbiByZXBvc2l0b3J5IGF0CnNvdXJjZWZvcmdlLiBJdCB3aWxs IGhhdmUgYW5vbnltb3VzIGFjY2VzcywgYW5kIGkgd2lsbCBnaXZlIGFjY2VzcyB0bwpuVFBWIERl dmVsb3BlcnMgYW5kIHBlb3BsZSB3aG8gaGVscCB3aXRoIHRyYW5zbGF0aW9ucy4gWW91IGNhbgpj aGVja291dCB0aGUgbGFzdCByZWxlYXNlIHdpdGg6Cgpzdm4gY28gaHR0cHM6Ly9zdm4uc291cmNl Zm9yZ2UubmV0L3N2bnJvb3QvbnRwdiBudHB2CgpQZWRybyBpcyB3b3JraW5nIG9uIHVwZ3JhZGUg b2YgdGhlIERhdGFiYXNlIGZyb20gcG9zdGdyZXM3LjQgdG8KcG9zdGdyZXM4LjEuIEl0IHNlZW1z IHRvIGJlIHNvbWUgcHJvYmxlbXMgd2l0aCB0aGUgcmVwb3J0IG1vZHVsZS4uLgpBbnl3YXkgd2Ug YXJlIHBsYW5uaW5nIHRvIG1vdmUgZnJvbSByZXBvcnRtYW4gcGFja2FnZSB0byBwbGFpbiBodG1s CnJlcG9ydHMgdXNpbmcgZ2RjaGFydCBhbmQgcHJvYmFibHkgYSBweXRob24gbW9kdWxlLi4uIEl0 IHdpbGwgYWxzbyBiZQpiZXR0ZXIgdG8gdHJhbnNsYXRlLgoKUGVvcGxlIGludGVyZXN0ZWQgb24g YmVpbmcgYWJsZSB0byB3cml0ZSBhdCB0aGUgcmVwb3NpdG9yeSBwbGVhc2UKY29udGFjdCBtZSBh dCBjYXJsb3NAbmFwc2lzLmNvbS4KLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0KQ2Fy bG9zIE1hbnphbmVkbyA8Y2FybG9zQG5hcHNpcy5jb20+Cnd3dy5uYXBzaXMuY29tCg== |
From: Carlos M. R. <c.m...@gm...> - 2006-03-26 23:58:39
|
SGVsbG8gZXZlcnlib2R5IGF0IHRoZSBsaXN0IGFnYWluLgoKVGhpcyB3ZWVrIGhhcyBiZWVuIHZl cnkgcHJvZHVjdGl2ZS4uLiBMZXQgbWUgcHV0IGluIHNob3J0IHRoZSB3b3JrIGFuZApwZW9wbGUg aW52b2x2ZWQgYXJyb3VuZCB0aGUgbGFzdCBuVFBWIHBhY2thZ2UuCgotIENsaXZlIEFuZHJld3Mg PGNsaXZlLmFuZHJld3NAd2FuYWRvby5ubD46IEhhdmUgcG9zdGVkIGEgbG90IG9mIHFtYWtlIGFu ZApjb21waWxhdGlvbiBidWdmaXhlcywgYW5kIG5vdywgdGhhbmtzIHRvIGhpbSwgblRQViBtdXN0 IHdvcmsgb24gZmVkb3JhLgpDbGl2ZSBpcyBub3cgY2hla2luZyBhbmQgd29ya2luZyBvbiBuVFBW IHBvdCBmaWxlcy4uLiBTdGFydGluZyBwb2ludCBvbiB0aGlzCnBvdCBmaWxlcyBjYW5kIGJlIGZv dW5kIGF0IGxvb25pZXBvcyB3ZWJwYWdlLgoKLSAiQWxsYW4gUElWQVJBTCIgPGFsbGFuZ3RAZ21h aWwuY29tPiAgSXMgd29ya2luZyBvbiBNYW5kcml2YQpjb21waWxhdGlvbi4uLihBcyBjbGl2ZSBo YXMgZG9uZSB3aXRoIGZlZG9yYSkKCi0gIkNocmlzIFRyYXZlcnMiIDxjaHJpc0BtZXRhdHJvbnRl Y2guY29tPiBHb2luZyB0byB3b3JrIG9uIHRoZSBlbmdsaXNoCnRyYW5zbGF0aW9uIG9mIG5UUFYg bWFudWFscy4gVGhpcyBtYW51YWxzIGFyZSBnb2luZyB0byBiZSBwYWNrYWdlZCBhdCB0aGUKbmV3 IHJlbGVhc2Ugb2YgdGhlIGRldmVsb3BtZW50IHJlbGVhc2UuLi4KCi0gTmJlbml0ZXogPG5iZW5p dGV6QGdtYWlsLmNvbT4gT2ZmZXJzIHRvIGNvbXBsZXRlIHRoZSBTcGFuaXNoIGRvY3VtZW50YXRp b24KCi0gIlRvbWFzIEFudGVyIiA8ZGphbnRlcm1pbmF0b3JAaG90bWFpbC5jb20+IE9mZmVycyB0 byBkbyBTd2VkaXNoClRyYW5zbGF0aW9uLgoKLSBqa3ViaWsgPHNocmlrZUBoZWlub3VzLm9yZz4g YW5kIExlYWggQ3VubmluZ2hhbSA8bGVhaEBmcmF1ZXJwb3dlci5jb20+ClByZXZpb3VzIHdvcmsg YXJyb3VuZCBuVFBWLiBwb3QgZnJvbSBlbl9DQSwgYW5kIGFsc28gYXJlIGdvaW5nIHRvIGhlbHAg YXQKbmV3IHdlYi4KCkZpcnN0IGkgd2FudCB0byB0aGFua3MgdG8gYWxsIG9mIHlvdS4gIEkgYW0g dG9ucyBoYXBwaWVyIHdpdGggdGhlIHByb2plY3QKbm93IGFuZCBJIGd1ZXNzIENocmlzIGlzIGdv aW5nIHRvIGJlIGEgbGl0dGxlIG1vcmUgaGFwcGllciB3aXRoIHRoZSBzdXBwb3J0Cm9mIGFsbCBv ZiB5b3UgdG8gdGhlIG5UUFYgcHJvamVjdCA7KS4KClRoZXJlIGlzIGEgbmV3IHBhY2thZ2UgYXQg dGhlIHNhbWUgd2ViIHBhZ2UuLi4gVGhpcyBwYWNrYWdlIGhhcyBhbGwgdGhlCmJ1Z2ZpeGVkIHN1 Ym1pdHRlZCBieSBDbGl2ZSBhbmQgYSBsb3QgbW9yZSByZWxhdGVkIHRvIGluY2x1ZGUgcGF0aHMu IFRoZXJlCmlzIGFsc28gYSB0YXIuYnoyIHdpdGggdGhlIGx5eCBkb2N1bWVudHMgYW5kIGltYWdl cyB1c2VkIGF0IHRoZSBzcGFuaXNoCmRvY3VtZW50YXRpb24uLi4gcGVvcGxlIGludGVyZXN0ZWQg b24gd29ya2luZyBhdCB0aGUgZG9jdW1lbnRhdGlvbiBvcgp0cmFuc2xhdGluZyBpdCBjYW4gZG93 bmxvYWQgZnJvbToKCm5ldyBQYWNrYWdlOiBodHRwOi8vbWFuYWhhLmhvbWVsaW51eC5jb20vbnRw di9udHB2LXJjMmItMS4yLnRhci5negpkb2N1bWVudGF0aW9uOiBodHRwOi8vbWFuYWhhLmhvbWVs aW51eC5jb20vbnRwdi9uVFBWX0RPQy50YXIuYnoyCgpBcyBJIHdyaXRlIGluIG15IGxhc3QgZW1h aWwsIHRoaXMgcGFja2FnZSBpcyBub3QgZ29pbmcgdG8gYmUgIm9mZmljaWFsbHkiCnJlbGVhc2Vk IHVudGlsIHNvbWUgd29yayBhdCB0cmFuc2xhdGlvbiBhbmQgaW5zdGFsbGF0aW9uIGhhc24gYmVl bgpmaW5pc2hlZC4uLiBwZW9wbGUgaW50ZXJlc3RlZCBvbiBoZWxwaW5nIHVzIGNhbiBhc2sgbWUg Zm9yIHVzZXIgYW5kIHBhc3N3b3JkCnRvIGRvd25sb2FkIHRoaXMgcGFja2FnZS4KCkNsaXZlIEkn dmUgbm90IHN1Ym1pdHRlZCB5b3VyIHBhdGNoIHRvIHRoZSBmZWRvcmEgaW5zdGFsbGF0aW9uLi4u IEkgbmVlZCBhCndheSB0byBrbm93IG9uIHdoaWNoIGRpc3RybyB0aGUgInBvc3RpbnN0YWxsYXRp b24iIHNjcmlwdCBpcyBnb2luZyB0byB3b3JrLAphbmQgdXNlIGVzcGVjaWZpYyBtZXRob2RzIHRv IGNoYW5nZSBmaWxlIHBlcm1pc3Npb25zIGZvciBlYWNoIGRpZmZlcmVudApkaXN0cmlidXRpb25z Li4uIGNhbiBzb21lb25lIGdpdmUgaGVscCBoZXJlLi4uCgpPbmUgbGFzdCB0aGluZy4gVGhpcyB3 ZWVrIGknbSBnb2luZyB0byBiZSBvdXQgb2YgTWFkcmlkL1NwYWluIChMb25kb24gVS5LLikKc28g aXQncyBnb2luZyB0byB0YWtlIG1lIG1vcmUgdGhhbiB1c3N1YWwgdG8gYW5zd2VyIG1haWxzLi4u IGJ1dCB5b3UgY2FuCnN0aWxsIHdvcmsgYXQgdGhlIG5UUFYgbGlzdC4KClRoYW5rcyBldmVyeWJv ZHkuCgpVbiBTYWx1ZG8gYSB0b2RvcyBDYXJsb3MgTWFuemFuZWRvLgoKLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0KQ2FybG9zIE1hbnphbmVkbyA8Yy5tYW5haGFAZ21haWwuY29tPgp3 d3cubmFwc2lzLmNvbQo= |
From: Carlos M. R. <c.m...@gm...> - 2006-03-21 23:19:10
|
SGkgYWxsLi4uCgpBZnRlciBhIG1vbnRoIG9mIHN1bmRheXMsIGkndmUgYmVlbiB3b3JraW5nIGF0 IG5UUFYgbmV3IHNvdXJjZSBwYWNrYWdlLi4uIEkKaGF2ZSBjaGFuZ2UgZnJvbSBhdXRvKiAoYXV0 b2NvbmYvYXV0b21ha2UpIHN5c3RlbSB0byBRTWFrZSwgYW5kIGknbSBzdGlsbAp0aGlua2luZyBh Ym91dCBtb3ZpbmcgdG8gc2NvbnMgYmVjb3VzZSBvZiBRTWFrZSBhbmQgZGNvcGlkbCBwcm9ibGVt cy4gQW55b25lCnRoYXQgaGFzIHdvcmtlZCB3aXRoIHNjb25zIGhhcyBzdWdnZXN0aW9ucy4gVGhl IHNvdXJjZSBwYWNrYWdlIGlzIGJlZWluZwpjb21waWxlZCB3aXRoIGdjYyA0LjAuMyB3aXRoIFFU MyBpbiBhIERlYmlhbiBzaWQgZGlzdHJvLgoKVGhlcmUgaGFzIGJlZW4gcGVvcGxlIHdobyBoYXMg d29ya2VkIG9uIG5UUFYgIm5vbi1vZmZpY2lhbCIgcGFja2FnZXMsIGkgbXVzdAp0aGFuayB0aGVt IGZvciB0aGUgc3VwcG9ydCwgSSByZWFsbHkgYXBwcmVjaWF0ZSB0aGUgd29yayBhbmQgZWZmb3J0 cyAodGhhbmtzCkxlYWgpLiAgTm93IEknbSB0cnlpbmcgdG8gY29sbGVjdCBhbGwgb2YgdGhhdCBp bmRpdmlkdWFsIGVmZm9ydHMgYW5kIG1lcmdpbmcKdGhlbSBpbnRvIHRoaXMgbmV3IHBhY2thZ2Uu CgpJIGhhdmUgbm90IGZpbmlzaGVkIHdvcmtpbmcgb24gdGhlIHNvdXJjZSBwYWNrYWdlLCBjdXJy ZW50bHkgbXkgVE9ETyBpczoKCiAgICAgICAgLSBGaW5pc2ggdGhlIGF1dG9tYXRpYyBkYXRhYmFz ZSBpbnN0YWxsYXRpb24uCiAgICAgICAgLSBNb3ZlIE5hcHNpcyBMb2dvcyB0byBuVFBWIExvZ29z IChOYXBzaXMgaGF2ZSBub3RoaW5nIHRvIGRvCndpdGggblRQViBub3cpCiAgICAgICAgLSBQcmVw YXJlIG5UUFYgdG8gcnVuIG1vZHVsZXMgKGRjb3ByZWNlaXB0LCBkY29wcHJpbnRlciwgZGNvcHJl cG9ydHMpCmF1dG9tYXRpY2FsbHkuIEF0IHRoaXMgbW9tZW50IHRoZSB1c2VyIG11c3QgdHlwZSBh bmQgcnVuIGVhY2ggb2YgdGhpcyBtb2R1bGVzCnNlcGFyYXRlbHkuCiAgICAgICAgLSBGaXggYSBE Y29wc3RpY2sgU2VnbWVudGF0aW9uIGZhdWx0LgogICAgICAgIC0gSW50ZWdyYXRlIFBPIGZpbGVz LCBhbmQgaW5zdGFsbCB0aGVtLgogICAgICAgIC0gUHJlcGFyZSB0aGUgc3lzdGVtIHRvIHJlYWQg a2RlIGxvY2FsZXMgKGNoYW5nZSDigqwgdG8gJCwgYW5kCnRoaXMga2luZCBvZgp0aGluZ3MpCiAg ICAgICAgLSBQcmVwYXJlIGRpc3RybyBwYWNrYWdlcyAoRGVicywgUnBtcykKICAgICAgICAtIENo YW5nZSB0aGUgbmFwc2lzIHdlYiBwYWdlIHRvIERydXBhbCAoaXQgd2lsbCBoZWxwIHdpdGggbmV3 CmRvY3VtZW50YXRpb24pCiAgICAgICAgLSBUcnkgdG8gY3JlYXRlIGN5Z3dpbiBwYWNrYWdlcyB3 aXRoIG5UUFYgKHRoZXJlIGFyZSBhIGxvdCBvZiBwZXBvcGxlCmludGVyZXN0ZWQgb24gcnVubmlu ZyBuVFBWIGluIFdpbmRvd3MpLgogICAgICAgIC0gTWlncmF0ZSBRVDMgQ29kZSB0byBRVDQKICAg ICAgICAtIEFkZCBuZXcgZmVhdHVyZXMuCgoKV2hhdCBjYW4geW91IGRvIHRvIGhlbHA/CiAgICAg ICAgLSB0cnkgdGhlIG5ldyBwYWNrYWdlIGF0IHlvdXIgZGlzdHJvIGFuZCBoZWxwIHRvIG1ha2Ug dGhlIG5ldyBwYWNrYWdlIHRvCmNvbXBpbGUgYW5kIGluc3RhbGwuCiAgICAgICAgLSB0cmFuc2xh dGUgZG9jdW1lbnRhdGlvbi4KICAgICAgICAtIFNlbmQgbWUgdGhlIHBvIGZpbGVzIHRvIGluY2x1 ZGUgYXQgdGhlIHBhY2thZ2UgKGFuZCBleHBsYWluCmhvdyBpIG11c3QgbWFrZQp0aGUgaW5zdGFs bGF0aW9uKS4KICAgICAgICAtIFByZXBhcmUgYSBuZXcgblRQViBMaXZlQ0Qgd2l0aCB0aGUgY3Vy cmVudCBrbm9wcGl4IHZlcnNpb24KICAgICAgICAtIE1pcnJvcnMgb2YgblRQViBMaXZlQ0QuIChN eSBob21lIGNvbm5lY3Rpb24gaXMgYWxsd2F5cyBmbG9vZGVkKQogICAgICAgIC0gQ3JlYXRlIFJw bSwgRGViIGFuZCBnZW50b28gZW1lcmdlIGZpbGVzIGZvciBhbGwgZGlzdHJvcy4KCkkgdGhpbmsg dGhlIGJlc3Qgd2F5IHRvIG9yZ2FuaXplIGFsbCB0aGlzIHdvcmsgaXMgc2VuZGluZyBtYWlsIGFu ZCBub3QgbWFraW5nCmVmZm9ydHMgdHdpY2UuIEkgJ2hhdmUgIHVwbG9hZCB0aGUgcGFja2FnZSBh dCBteSBwZXJzb25hbCB3ZWIgcGFnZS4gSWYKc29tZW9uZSBpcyBpbnRlcmVzdGVkIG9uIHdvcmtp bmcgb24gaXQsIHNlbmQgYSBtYWlsIHRvIDxjYXJsb3NAbmFwc2lzLmNvbT4KYW5kIGkgd2lsbCBz ZW5kIHRoZSBsaW5rIHdpdGggdXNlciBhbmQgcGFzc3dvcmQgdG8gZG93bmxvYWQgdGhlIG5ldyBz b3VyY2VzLgoKSSBzdGlsbCBkbyBub3Qgd2FudCB0byB1cGxvYWQgdGhlIG5UUFYgcGFja2FnZSB0 byBzb3VyY2Vmb3JnZSB1bnRpbCBzb21lIG9mCnRoaXMgcG9pbnRzIGF0IHRoZSBUT0RPIGxpc3Qg YXJlIGRvbmUuIEFmdGVyIGFsbCB0aGUgd29yayBpcyBkb25lIGkgd2lsbCB1c2UKdGhlIHNvdXJj ZWZvcmdlIENWUyB0byB1cGxvYWQgbmV3IGZlYXR1cmVzIGFuZCBwYXRjaGVzLgoKSSd2ZSByZWFk ZWQgcGVvcGxlIGF0IHRoaXMgbGlzdCBibGFtaW5nIGFib3V0IG5UUFYgZGV2ZWxvcG1lbnQgc3Rh dGUuIE9wZW4Kc291cmNlIHByb2plY3RzIGhhdmUgdGhlIGZvbGxvd2luZyBwcm9ibGVtOiBwZW9w bGUgb25seSB3b3JrIGF0IHRoZW0gaWYgdGhleQphcmUgaW50ZWxlY3R1YWxseSBpbnRlcmVzdGVk IG9yIGlmIHRoZXkgYXJlIGVjb25vbWljYWxseSBpbnRlcmVzdGVkLiBJZiBub25lCm9mIHRob3Nl IGNvbmRpdGlvbnMgYXJlIHNhdGlzZmllZCB0aGUgcHJvamVjdCBkaWVzLiAgSXQncyBub3QgcmVh bGx5IGEKcHJvYmxlbSwgaXQncyBhIGZhY3QgdGhhdCBrZWVwIHRoZSBiZXN0IHByb2plY3Qgd29y a2luZyB3aGlsZSBwcm9qZWN0cwp3aXRob3V0IGludGVyZXN0ZWQgZGV2ZWxvcGVycyBvciB3aXRo b3V0IGZ1bmRpbmdzIGRpZS4uLiBJIGRvIG5vdCBrbm93IGEgbG90Cm9mIGRldmVsb3BlcnMgaW50 ZWxsZWN0dWFseSBpbnRlcmVzdGVkIG9uIGRldmVsb3BpbmcgUG9pbnQgb2Ygc2FsZSBzeXN0ZW1z LAppdCdzIGEgcGl0eSBidXQgaXQncyBhIGZhY3QuCgpXZSBhbGwga25vdyBuVFBWIGlzIG5vdCBm aW5pc2hlZCBhbmQgcHJvYmFibHkgaXQncyBhIHBhaW4gaW4gdGhlIGFzcyB0bwppbnN0YWxsIG5U UFYgYXQgdGhpcyBtb21lbnQuLi4gQnV0IGJsYW1pbmcgaXMgbm90IHRoZSBhbnN3ZXIuIExldCdz IGJlCnBvc3NpdGl2ZSBhbmQgd29yayB0b2doZXRoZXIgaW50byBhIGJldHRlciBuVFBWIHN5c3Rl bS4gSSBrbm93IHByaXZhdGl2ZQpwcm9ncmFtcyBsaWtlIG5UUFYgYXJlIHZlcnkgZXhwZW5zaXZl IG91dHNpZGUgc3BhaW4sIHNvIHdlIGhhdmUgYSBjaGFuY2Ugd2l0aAp0aGF0Li4uCgpCZXN0IFJl Z2FyZHMKICAgQ2FybG9zIE1hbnphbmVkbwotLQpDYXJsb3MgTWFuemFuZWRvCmh0dHA6Ly93d3cu bmFwc2lzLmNvbQo= |
From: Chris T. <ch...@me...> - 2006-02-24 06:34:46
|
Hilton Gibson wrote: >On Friday 24 February 2006 07:55, you wrote: > > >>Hilton Gibson wrote: >> >> >>>On Thursday 23 February 2006 20:36, Chris Travers wrote: >>> >>> >>>>Hi, >>>> >>>>I have become rather discouraged at the a) lack of functionality in >>>>ntpv-1.2, b) apparent lack of ongoing development, and c) large number >>>>of bugs that seem to plague the software. >>>> >>>> >>>Hi. >>> >>>Is nTPV GPL'ed ? >>> >>> >>Yes, however, community is the essence of open source software. Also >>many of the modules were not and although Napsis indicated that they >>were going to release them open source, they have not done so. >> >> > >Sorry to harp on this. But did they give reasons for not releasing the modules >open source ? > > Go look at the Napsis web site and you will see that they announced that they were going to release the modules open source. This never happened, nor did the promised rc2 release ever make it. No reason given. No contact from the developers. I see that there is an opportunity for a company with the skills and resources to take nTPV and help it reach its full potential. But I don't have either the skills or resources to do this. Best Wishes, Chris Trav |
From: Chris T. <ch...@me...> - 2006-02-24 05:55:12
|
Hilton Gibson wrote: >On Thursday 23 February 2006 20:36, Chris Travers wrote: > > >>Hi, >> >>I have become rather discouraged at the a) lack of functionality in >>ntpv-1.2, b) apparent lack of ongoing development, and c) large number >>of bugs that seem to plague the software. >> >> > >Hi. > >Is nTPV GPL'ed ? > > > Yes, however, community is the essence of open source software. Also many of the modules were not and although Napsis indicated that they were going to release them open source, they have not done so. Personally I think there is a great opportunity for someone to take nTPV and use it to viable product. nTPV isn't a bad program in terms of concept of design. There are a bunch of problems with it, and I would be happy to help where I can. I just wish there was more community involvement. Otherwise, I might as well be extending SQL-Ledger to handle hospitality markets. >>I am wondering if there is any attempt to build a community of >>developers behind the current program, whether anyone has taken the lead >>in doing this, or whether I should move on to other programs like L'ane >>and abandon this one for now. >> >>Best Wishes, >>Chris Travers >> >> > > >------------------------------------------------------- >This SF.Net email is sponsored by xPML, a groundbreaking scripting language >that extends applications into web and mobile media. Attend the live webcast >and join the prime developer group breaking into this new coding territory! >http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 >_______________________________________________ >nTPV-program mailing list >nTP...@li... >https://lists.sourceforge.net/lists/listinfo/ntpv-program > > > > |
From: Hilton G. <hg...@su...> - 2006-02-24 05:44:35
|
On Thursday 23 February 2006 20:36, Chris Travers wrote: > Hi, > > I have become rather discouraged at the a) lack of functionality in > ntpv-1.2, b) apparent lack of ongoing development, and c) large number > of bugs that seem to plague the software. Hi. Is nTPV GPL'ed ? > > I am wondering if there is any attempt to build a community of > developers behind the current program, whether anyone has taken the lead > in doing this, or whether I should move on to other programs like L'ane > and abandon this one for now. > > Best Wishes, > Chris Travers |
From: Chris T. <ch...@me...> - 2006-02-23 18:36:15
|
Hi, I have become rather discouraged at the a) lack of functionality in ntpv-1.2, b) apparent lack of ongoing development, and c) large number of bugs that seem to plague the software. I am wondering if there is any attempt to build a community of developers behind the current program, whether anyone has taken the lead in doing this, or whether I should move on to other programs like L'ane and abandon this one for now. Best Wishes, Chris Travers |
From: Chris T. <ch...@me...> - 2006-02-22 16:27:24
|
Also any idea what the timeline is likely to be for nTPV 1.2 rc2? Best Wishes, Chris Travers Metatron Technology Consulting |
From: Chris T. <ch...@me...> - 2006-02-22 16:25:10
|
1) I noted on the napsis web site that all previously closed modules will be open sourced. I am looking at the order and table management management module. Any timeline on its integration or does it ship with ntpv-1.2? 2) I would be willing to help translate some of the documentation. Are there LaTeX source files I can get to help get started? Best Wishes, Chris Travers Metatron Technology Consulting |
From: Chris T. <ch...@me...> - 2006-02-22 00:59:55
|
I installed nTPV with the caja_basica.sql and then deleted the product table, cleaned up the XML and added new products. I am unable to reach the administrative screen within linuxbar. It asks for my password (clave) and I don't know what the default one is supposed to be. Any ideas? Best Wishes, Chris Travers |
From: Chris T. <ch...@me...> - 2006-02-21 22:50:36
|
I figured out the issue saving the screens. Basically, the linuxbarbackoffice seems to have difficulty notifying linuxbar that the xml files have changed, so they never get reloaded. The solution I found was to send the dcop signal to reread the config files as per a message in the archive and then touch the ntpv_buttons.xml file. BTW, I *really* do not like the way the XML files are handled and stored. It makes it extremely difficult to do any bulk data import. I think at very least, the product list should be moved to the database directly. Then if you want to hide work until it goes live, you can either use flags in the db record or conceal it within a transaction. If this is not adequate, *at least* move the products to a new xml file and provide a utility to generate it from the products table in the database... This will save everyone a lot of headache and help nTPV live up to its promise as the premier POS for the hospitality industry. I have lost way too much sleep over this :-P Time to move on to other things.... Maybe when I get a chance I will try strace and see if that reveals anything helpful (like maybe an incorrect dcop signal being sent) or maybe that certain steps are omitted. BTW, for those interested, I have contributed some notes on building nTPV on FC3 to the looniepos wiki. Best Wishes, Chris Travers Metatron Technology Consulting jkubik wrote: >On Tue, 2006-02-21 at 12:13 -0800, Chris Travers wrote: > > >>Hi all; >> >>I have finally gotten nTPV 1.2 rc1 to build on Fedora Core 3. It was >>difficult to say the least. >> >>I am having one problem at the moment. When I go into >>linuxbarbackoffice and try to save a screen, it appears to save but this >>does not display when I go back to linuxbar. >> >>I am also having trouble getting the po files to work as advertised, but >>I will send another message to the list about that once I get this more >>serious issue taken care of. >> >>Any ideas? >>Chris Travers >> >> >Can you give us the exact steps you are following? > >Are you starting with the example caja.sql database, or are you starting >from scratch? > >WRT .po files, look at >http://looniepos.com/wiki/NTPV_Generic_Notes#How_to_use_the_.po_files_as_translations > >-Joseph- > > > > > |
From: Chris T. <ch...@me...> - 2006-02-21 20:13:39
|
Hi all; I have finally gotten nTPV 1.2 rc1 to build on Fedora Core 3. It was difficult to say the least. I am having one problem at the moment. When I go into linuxbarbackoffice and try to save a screen, it appears to save but this does not display when I go back to linuxbar. I am also having trouble getting the po files to work as advertised, but I will send another message to the list about that once I get this more serious issue taken care of. Any ideas? Chris Travers |
From: Leah C. <le...@fr...> - 2006-01-27 15:31:07
|
By the way, the patch that we have posted up on looniepos.com has all of these fixes applied to it already. Leah On Fri, 2006-01-27 at 09:05 +0100, Rob van Dam wrote: > Hello joseph, >=20 > Thanks for the answer. I already had some mail contact with Jordi Cat=C3= =A0=20 > Castillo, which I forgot to cc to the mailing list. I will give a short= =20 > summary of the problems I encountered, building ntpv with gcc-3.4.3: >=20 > * Jordi advised me to add #include <math.h> in floatkeyboardbox.cpp tha= t=20 > solved the problem with make[1]: *** [floatkeyboardbox.o] Error 1 >=20 > * I had a problem with ntpvlibs looking for qt-mt, I had to relink this= =20 > to /opt/qt/lib/libqt.so >=20 > * I had to manually change the include-dir, lib-dir, kde_widgetdir, uic= =20 > and moc in the ntpvlibs makefiles >=20 > * In the ntpv-1.2 dir I had to remove the semi colum in this part:=20 > namespace std{}; in almost every cpp file. >=20 > * Make was looking for the libgd libs in /usr/lib, but they where=20 > installed in /usr/local/lib so I copied these libs over. Configure was=20 > guessing wrong I think. >=20 > I have ntpv up and running now :-) >=20 >=20 > Rob >=20 >=20 > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log = files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D103432&bid=3D230486&dat= =3D121642 > _______________________________________________ > nTPV-program mailing list > nTP...@li... > https://lists.sourceforge.net/lists/listinfo/ntpv-program >=20 --=20 This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. |
From: Rob v. D. <r_v...@ho...> - 2006-01-27 08:03:32
|
Hello joseph, Thanks for the answer. I already had some mail contact with Jordi Catà Castillo, which I forgot to cc to the mailing list. I will give a short summary of the problems I encountered, building ntpv with gcc-3.4.3: * Jordi advised me to add #include <math.h> in floatkeyboardbox.cpp that solved the problem with make[1]: *** [floatkeyboardbox.o] Error 1 * I had a problem with ntpvlibs looking for qt-mt, I had to relink this to /opt/qt/lib/libqt.so * I had to manually change the include-dir, lib-dir, kde_widgetdir, uic and moc in the ntpvlibs makefiles * In the ntpv-1.2 dir I had to remove the semi colum in this part: namespace std{}; in almost every cpp file. * Make was looking for the libgd libs in /usr/lib, but they where installed in /usr/local/lib so I copied these libs over. Configure was guessing wrong I think. I have ntpv up and running now :-) Rob |
From: Joseph K. <jos...@gm...> - 2006-01-27 04:26:23
|
here is a diff that I had to use to get things to build on Suse 9.2: jkubik@linux:~/napsis> diff ntpv_bundle-1.2rc1.fixed/ntpvlibs/Makefile-widgets=20 ntpv_bundle-1.2rc1.broken/ntpvlibs/Makefile-widgets 14c14 < gcc -g -shared -Wl,-soname,liblinuxbarwidgets.so.0 -o $(LIBRARY) $(OBJECTS) $(MOC_OBJECTS) $(LIBS) $(LDFLAGS) -lc --- > gcc -g -shared -Wl,-soname,liblinuxbarwidgets.so.0 -o $(LIBRARY) $(= OBJECTS) $(MOC_OBJECTS) $(LIBS) -lc jkubik@linux:~/napsis> Let me know if that helps. -Joseph- On 1/22/06, Rob van Dam <r_v...@ho...> wrote: > Hello, > > I am trying to build ntpv on an Lfs system. (3.4.3). I had to edit some > Makefiles because I have installed Kde and Qt in /opt. > > The build fails here: > > make[1]: Entering directory `/usr/src/blfs/ntpv_bundle-1.2rc1/ntpvlibs' > gcc -c -g -O2 -Wall -fPIC -I/opt/qt/include -I/opt/kde/include > -I/usr/X11R6/include -I/usr/include/libbslxml -I/usr/lib/qt3/include > -I/opt/kde3/include numkeyboard.cpp -o numkeyboard.o > gcc -c -g -O2 -Wall -fPIC -I/opt/qt/include -I/opt/kde/include > -I/usr/X11R6/include -I/usr/include/libbslxml -I/usr/lib/qt3/include > -I/opt/kde3/include basickeyboardbox.cpp -o basickeyboardbox.o > gcc -c -g -O2 -Wall -fPIC -I/opt/qt/include -I/opt/kde/include > -I/usr/X11R6/include -I/usr/include/libbslxml -I/usr/lib/qt3/include > -I/opt/kde3/include floatkeyboardbox.cpp -o floatkeyboardbox.o > floatkeyboardbox.cpp: In member function `void > FloatKeyboardBox::receivedNum(int)': > floatkeyboardbox.cpp:83: error: `pow' undeclared (first use this function= ) > floatkeyboardbox.cpp:83: error: (Each undeclared identifier is reported > only once for each function it appears in.) > make[1]: *** [floatkeyboardbox.o] Fout 1 > make[1]: Leaving directory `/usr/src/blfs/ntpv_bundle-1.2rc1/ntpvlibs' > make: *** [ntpvlib_widgets] Fout 2 > > Any idea? > > > Thanks, > > > Rob > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log fi= les > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D103432&bid=3D230486&dat= =3D121642 > _______________________________________________ > nTPV-program mailing list > nTP...@li... > https://lists.sourceforge.net/lists/listinfo/ntpv-program > |
From: Rob v. D. <r_v...@ho...> - 2006-01-22 20:58:32
|
Hello, I am trying to build ntpv on an Lfs system. (3.4.3). I had to edit some Makefiles because I have installed Kde and Qt in /opt. The build fails here: make[1]: Entering directory `/usr/src/blfs/ntpv_bundle-1.2rc1/ntpvlibs' gcc -c -g -O2 -Wall -fPIC -I/opt/qt/include -I/opt/kde/include -I/usr/X11R6/include -I/usr/include/libbslxml -I/usr/lib/qt3/include -I/opt/kde3/include numkeyboard.cpp -o numkeyboard.o gcc -c -g -O2 -Wall -fPIC -I/opt/qt/include -I/opt/kde/include -I/usr/X11R6/include -I/usr/include/libbslxml -I/usr/lib/qt3/include -I/opt/kde3/include basickeyboardbox.cpp -o basickeyboardbox.o gcc -c -g -O2 -Wall -fPIC -I/opt/qt/include -I/opt/kde/include -I/usr/X11R6/include -I/usr/include/libbslxml -I/usr/lib/qt3/include -I/opt/kde3/include floatkeyboardbox.cpp -o floatkeyboardbox.o floatkeyboardbox.cpp: In member function `void FloatKeyboardBox::receivedNum(int)': floatkeyboardbox.cpp:83: error: `pow' undeclared (first use this function) floatkeyboardbox.cpp:83: error: (Each undeclared identifier is reported only once for each function it appears in.) make[1]: *** [floatkeyboardbox.o] Fout 1 make[1]: Leaving directory `/usr/src/blfs/ntpv_bundle-1.2rc1/ntpvlibs' make: *** [ntpvlib_widgets] Fout 2 Any idea? Thanks, Rob |