On Sat, 2018-06-23 at 20:59 -0400, Rob Landry wrote:
> On Sat, 23 Jun 2018, Gary Hodder wrote:
> 
> > I'm having no luck compiling qt3 on the latest debian.
> 
> Here are my notes on compiling QT3 under Debian 9:
> 
> Fix QT3 C errors
> 
> You need to add the following line to two separate files
> 
> #include <stddef.h>
> 
> Inside /usr/local/qt3/include/qvaluelist.h on line 52 you'll see this
> 
> #include <list>
> #endif
> 
> Underneath this add the stddef line and it will look like this
> #include <list>
> #endif
> #include <stddef.h>
> 
> Inside /usr/local/qt3/include/qmap.h on line 54 you have this
> #include <map>
> #endif
> 
> Add the same stddef line underneath the end if like you did before.
> Compiling QT3
> Now you can compile QT3 without any issues
> 
> 
> Rob
> 
Sorry Rob you get 2 copies, didn't check the reply to.

Done that and qt3 compiles ok.
Got through to running rdadmin and it says cannot connect to mysql
server.
In /usr/local/qt3/plugins/sqldriver/libqsqlmysql.so
Is this the correct name and location for the mysql driver that rd
looks for?

Thanks
Gary.

_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Reply via email to