﻿id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc
102	Problem installing BNC V2.12	apaulson@…	stuerze	"Hello,

I am trying to install v2.12 of BNC and am getting the following error after performing ''qmake bnc.pro'' then ''make'':

{{{

bncsslconfig.h:8:29: error: invalid use of incomplete type ‘class QSslConfiguration’
 class bncSslConfig : public QSslConfiguration {
                             ^
In file included from /usr/local/Trolltech/Qt-4.8.5/include/QtNetwork/qabstractnetworkcache.h:48:0,
                 from /usr/local/Trolltech/Qt-4.8.5/include/QtNetwork/QtNetwork:7,
                 from bncgetthread.h:29,
                 from bncwindow.h:32,
                 from bncwindow.cpp:64:
/usr/local/Trolltech/Qt-4.8.5/include/QtNetwork/qnetworkrequest.h:56:7: note: forward declaration of ‘class QSslConfiguration’
 class QSslConfiguration;
       ^
Makefile:940: recipe for target '.obj/release/bncwindow.o' failed
make[1]: *** [.obj/release/bncwindow.o] Error 1
make[1]: Leaving directory '/home/pg_user/Desktop/bnc-2.12.2-ubuntu14-64bit-shared/BNC/BNC/src'
Makefile:150: recipe for target 'sub-src-make_default-ordered' failed
make: *** [sub-src-make_default-ordered] Error 2
}}}


I am following the directions given in the BNC Help PDF on page 21 (Linux Systems), using Qt v4.8.5 on Ubuntu 16.04 LTS. Please let me know what I need to do to install and/or use this application on my platform."	defect	closed	blocker	BNC		fixed		
