Re: AnyOne got Rekall working on Debian

2004-07-31 Thread John Foster
On Friday 30 July 2004 06:20 am, Stephen Cormier wrote:
 On July 29, 2004 03:06 pm, John Foster wrote:
  I am trying to get Rekall 2.0 to compile on Debian sid. It seems to
  crap out saying that there are no headers or libs installed. I have
  qt3-mt  installed,  am wondering if the 'mt' is the problem. I ran
  into a similar issue a while ago with perl-mt on another application.
  The non 'mt' version of qt3 is currently broken in sid as well as
  kdelibs4 which is also needed to compile this application. Any
  thoughts or experiences. BTW 'Rekall is a KDE database frontend
  similar to ms Access in function, but it currently has no Debian
  developer--anyone interested???
  --
  John Foster

 Not that it matters now I see you have it installed from the mentors
 site but of anyone else who wants to try it here is what I have when I
 built it a couple of days ago from my notes.


 Downloaded and extract in my archive directory had to export
 QTDIR=/usr/share/qt3 in the console for it to find qt and
 use ./configure --prefix=/usr.

 [HappyTux:/home/stephen]# agi python2.3-dev
 Reading Package Lists... Done
 Building Dependency Tree... Done
 The following NEW packages will be installed:
python2.3-dev (2.3.4-5)
 0 upgraded, 1 newly installed, 0 to remove and 7 not upgraded.
 Inst python2.3-dev (2.3.4-5 Debian:testing)
 Conf python2.3-dev (2.3.4-5 Debian:testing)


 To get the python developement files that were missing. Then for MySQL
 as well.
 [HappyTux:/home/stephen]# agi libmysqlclient-dev
 Reading Package Lists... Done
 Building Dependency Tree... Done
 The following NEW packages will be installed:
libmysqlclient-dev (4.0.18-5)
 0 upgraded, 1 newly installed, 0 to remove and 7 not upgraded.
 Inst libmysqlclient-dev (4.0.18-5 Debian:testing)
 Conf libmysqlclient-dev (4.0.18-5 Debian:testing)



 *** build log ***

 Building with MySQL Driver
 PgSQL driver will not build
 XBase driver will not build

 Good - your configure finished. Start make now



 It compiled fine and used checkinstall to build a .deb the docs and
 icons/desktop link end up in a non-standard debian directories so you
 have to start with it rekall in a console or using the run command
 dialog in KDE.



 Stephen
__
Thanks for all the tips. I now have it all working well. I really appreciate 
you posting these  compiling pointers, even though I have now got a working 
product, I may try compiling the beta from cvs so these will certainly come 
in handy.
There is no substitute for experience!!
-- 
John Foster


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: AnyOne got Rekall working on Debian

2004-07-30 Thread Miernik
John Foster [EMAIL PROTECTED] wrote:
 
 So the next question is how do you start it?

I am using the Ion window manager http://iki.fi/tuomov/ion/
So I just press F3, type rekall and presss Enter
I don't use KDE or any other bloat. 

But perhaps you also have a Run command, so you can type the name of 
the program to start it.

-- 
Miernik _  xmpp:[EMAIL PROTECTED]
___/__ tel: +427 __/  mailto:[EMAIL PROTECTED]
http://www.miernik.ctnet.pl/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: AnyOne got Rekall working on Debian

2004-07-30 Thread Stephen Cormier
On July 29, 2004 03:06 pm, John Foster wrote:
 I am trying to get Rekall 2.0 to compile on Debian sid. It seems to
 crap out saying that there are no headers or libs installed. I have
 qt3-mt  installed,  am wondering if the 'mt' is the problem. I ran
 into a similar issue a while ago with perl-mt on another application.
 The non 'mt' version of qt3 is currently broken in sid as well as
 kdelibs4 which is also needed to compile this application. Any
 thoughts or experiences. BTW 'Rekall is a KDE database frontend
 similar to ms Access in function, but it currently has no Debian
 developer--anyone interested???
 --
 John Foster

Not that it matters now I see you have it installed from the mentors 
site but of anyone else who wants to try it here is what I have when I 
built it a couple of days ago from my notes.


Downloaded and extract in my archive directory had to export 
QTDIR=/usr/share/qt3 in the console for it to find qt and 
use ./configure --prefix=/usr.

[HappyTux:/home/stephen]# agi python2.3-dev
Reading Package Lists... Done
Building Dependency Tree... Done
The following NEW packages will be installed:
   python2.3-dev (2.3.4-5)
0 upgraded, 1 newly installed, 0 to remove and 7 not upgraded.
Inst python2.3-dev (2.3.4-5 Debian:testing)
Conf python2.3-dev (2.3.4-5 Debian:testing)


To get the python developement files that were missing. Then for MySQL 
as well.
[HappyTux:/home/stephen]# agi libmysqlclient-dev
Reading Package Lists... Done
Building Dependency Tree... Done
The following NEW packages will be installed:
   libmysqlclient-dev (4.0.18-5)
0 upgraded, 1 newly installed, 0 to remove and 7 not upgraded.
Inst libmysqlclient-dev (4.0.18-5 Debian:testing)
Conf libmysqlclient-dev (4.0.18-5 Debian:testing)



*** build log ***

Building with MySQL Driver
PgSQL driver will not build
XBase driver will not build

Good - your configure finished. Start make now



It compiled fine and used checkinstall to build a .deb the docs and 
icons/desktop link end up in a non-standard debian directories so you 
have to start with it rekall in a console or using the run command 
dialog in KDE.



Stephen


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



AnyOne got Rekall working on Debian

2004-07-29 Thread John Foster
I am trying to get Rekall 2.0 to compile on Debian sid. It seems to crap out 
saying that there are no headers or libs installed. I have qt3-mt  installed, 
 am wondering if the 'mt' is the problem. I ran into a similar issue a while 
ago with perl-mt on another application. The non 'mt' version of qt3 is 
currently broken in sid as well as kdelibs4 which is also needed to compile 
this application. Any thoughts or experiences. BTW 'Rekall is a KDE database 
frontend similar to ms Access in function, but it currently has no Debian 
developer--anyone interested???
-- 
John Foster


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: AnyOne got Rekall working on Debian

2004-07-29 Thread Florian Ernst
Hello!

On Thu, Jul 29, 2004 at 01:06:05PM -0500, John Foster wrote:
 [...]
 this application. Any thoughts or experiences. BTW 'Rekall is a KDE database 
 frontend similar to ms Access in function, but it currently has no Debian 
 developer--anyone interested???

Some people are already working on this, please see
http://bugs.debian.org/221820 for details and packages.

Cheers,
Flo


signature.asc
Description: Digital signature


Re: AnyOne got Rekall working on Debian

2004-07-29 Thread Miernik
John Foster [EMAIL PROTECTED] wrote:
 I am trying to get Rekall 2.0 to compile on Debian sid. It seems to crap out 
 saying that there are no headers or libs installed. I have qt3-mt  installed, 
  am wondering if the 'mt' is the problem. I ran into a similar issue a while 
 ago with perl-mt on another application. The non 'mt' version of qt3 is 
 currently broken in sid as well as kdelibs4 which is also needed to compile 
 this application. Any thoughts or experiences. BTW 'Rekall is a KDE database 
 frontend similar to ms Access in function, but it currently has no Debian 
 developer--anyone interested???

There is an unofficial Debian Rekall package. Just add
deb http://mentors.debian.net/debian unstable
to your /etc/apt/sources.list
and you will get it. 

Rekall is great, I use it. 

See also the rekall newsgroups at 
nntp://news.gmane.org/gmane.comp.db.rekall.general
nntp://news.gmane.org/gmane.comp.db.rekall.devel

-- 
Miernik _  xmpp:[EMAIL PROTECTED]
___/__ tel: +427 __/  mailto:[EMAIL PROTECTED]
http://www.miernik.ctnet.pl/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: AnyOne got Rekall working on Debian

2004-07-29 Thread csj
On 29. July 2004 at 1:06PM -0500,
John Foster [EMAIL PROTECTED] wrote:

 I am trying to get Rekall 2.0 to compile on Debian sid. It
 seems to crap out saying that there are no headers or libs
 installed. I have qt3-mt installed,  am wondering if the 'mt'
 is the problem. I ran into a similar issue a while ago with
 perl-mt on another application. The non 'mt' version of qt3 is
 currently broken in sid as well as kdelibs4 which is also
 needed to compile this application. Any thoughts or
 experiences. BTW 'Rekall is a KDE database frontend similar to
 ms Access in function, but it currently has no Debian
 developer--anyone interested???

I think it's necessary to specify the library path.  It seems
that to KDE developers Debian's qt is installed in a nonstandard
location.  Try something like:

./configure --with-qt-includes=/usr/include/qt3


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: AnyOne got Rekall working on Debian

2004-07-29 Thread John Foster
On Thursday 29 July 2004 02:17 pm, Miernik wrote:
Thanks for the pointer. I got them to install from the site you gave me, but 
apparantly there is not a menu section in the config files for debian yet. At 
any rate my KDE3 did not recognize it not even when I ran update-menus as 
root. So the next question is how do you start it?
BTW I also took a look at the mailing/news lists  there seems to be a lot of 
Debian folks interested.
Thanks.
-- 
John Foster


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]