Re: [RDD] Changed to qt3 mysql

2018-07-10 Thread Rob Landry
Congratulations; you have QT3 properly installed. What package did you install to get M4A support? Rob -- Я там, где ребята толковые, Я там, где плакаты "Вперёд", Где песни рабочие новые Страна трудовая поёт. On Tue, 10 Jul 2018, Gary Hodder wrote: On Mon, 2018-07-09 at 14:23 -0400, Rob La

Re: [RDD] Changed to qt3 mysql

2018-07-09 Thread Gary Hodder
On Mon, 2018-07-09 at 14:23 -0400, Rob Landry wrote: > I don't think that's a real error. > > What happens when you try to run .configure on Rivendell? > > > Rob > > --  ./configure --libexecdir=/usr/local/libexec checking for a BSD-compatible install... /usr/bin/install -c checking whether bu

Re: [RDD] Changed to qt3 mysql

2018-07-09 Thread Rob Landry
I don't think that's a real error. What happens when you try to run .configure on Rivendell? Rob -- Я там, где ребята толковые, Я там, где плакаты "Вперёд", Где песни рабочие новые Страна трудовая поёт. On Tue, 10 Jul 2018, Gary Hodder wrote: On Mon, 2018-07-09 at 07:14 -0400, Rob Landry w

Re: [RDD] Changed to qt3 mysql

2018-07-09 Thread Gary Hodder
On Mon, 2018-07-09 at 07:14 -0400, Rob Landry wrote: > Yes; here's what you need to enter: > > sudo bash > cd /usr/include > ln -s mysql/mysql.h . > ln -s mysql/mysql_version.h . > ln -s mysql/mysql_com.h . > ln -s mysql/mysql_time.h . > ln -s mysql/my_list.h . > ln -s mysql/typelib.h . > ln -s my

Re: [RDD] Changed to qt3 mysql

2018-06-27 Thread Marius Wikstøl
I usually just add the path to mysql.h in configure-script on the I_FLAGS-line. Don't know if that's a good thing to do tho, but it works. Marius On 06/27/2018 06:43 PM, Rob Landry wrote: It's looking for mysql.h in the wrong place. If I remember right -- I can't find my notes -- you have t

Re: [RDD] Changed to qt3 mysql

2018-06-27 Thread Rob Landry
It's looking for mysql.h in the wrong place. If I remember right -- I can't find my notes -- you have to symlink it and two or three other files to /usr/include. I'll see if I can find my notes when I get home; I'm at a transmitter site on Cape Cod right now. Rob -- Я там, где ребята тол

[RDD] Changed to qt3 mysql

2018-06-26 Thread Gary Hodder
> Did you configure QT3 with -qt-sql-mysql ? Did this time and got I.moc/release-shared/ -o .obj/release-shared/qsqldatabase.o sql/qsqldatabase.cpp In file included from sql/drivers/mysql/qsql_mysql.h:53:0,  from sql/qsqldatabase.cpp:54: ./mysql.h:56:23: fatal error: mysql.h: No su