|
From: <wki...@gm...> - 2016-12-19 21:07:26
|
On 12/19/2016 03:55 PM, Clement de l'Hamaide wrote:
> Attached to this mail is a patch who will delight most of
> download_and_compile.sh users (including wkitty) by adding
> libqt5websockets5-dev and libglew-dev to the list of package to install by
> the script.
you had my hopes up for a moment, there... unfortunately, ubuntu 14.04.5 doesn't
offer said package and we're not looking to move from 14.04 until it is close to
being out of service which comes in 2019 if i can still count properly :(
$ sudo aptitude install libqt5websockets5-dev
Couldn't find any package whose name or description matched "libqt5websockets5-dev"
Couldn't find any package whose name or description matched "libqt5websockets5-dev"
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B of archives. After unpacking 0 B will be used.
$ sudo aptitude install libqt5websockets-dev
Couldn't find any package whose name or description matched "libqt5websockets-dev"
Couldn't find any package whose name or description matched "libqt5websockets-dev"
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B of archives. After unpacking 0 B will be used.
$ sudo aptitude install websockets
Couldn't find package "websockets". However, the following
packages contain "websockets" in their name:
libghc-wai-websockets-prof libghc-wai-websockets-prof:i386
libghc-wai-websockets-dev-1.3.2.1-109b8
libghc-wai-websockets-prof-1.3.2.1-fd407:i386 libghc-wai-websockets-dev
libghc-wai-websockets-dev:i386 libghc-websockets-dev
libghc-websockets-dev:i386 libwebsockets-test-server
libwebsockets-test-server:i386 libghc-wai-websockets-prof-1.3.2.1-109b8
libghc-wai-websockets-doc libghc-websockets-doc
libghc-websockets-dev-0.8.1.1-3e736 libwebsockets3-dbg libwebsockets3-dbg:i386
libghc-websockets-dev-0.8.1.1-e8028:i386 libwebsockets-dev
libwebsockets-dev:i386 libghc-websockets-prof-0.8.1.1-3e736
libghc-websockets-prof libghc-websockets-prof:i386 libwebsockets3
libwebsockets3:i386 libghc-websockets-prof-0.8.1.1-e8028:i386
libghc-wai-websockets-dev-1.3.2.1-fd407:i386
Couldn't find package "websockets". However, the following
packages contain "websockets" in their name:
libghc-wai-websockets-prof libghc-wai-websockets-prof:i386
libghc-wai-websockets-dev-1.3.2.1-109b8
libghc-wai-websockets-prof-1.3.2.1-fd407:i386 libghc-wai-websockets-dev
libghc-wai-websockets-dev:i386 libghc-websockets-dev
libghc-websockets-dev:i386 libwebsockets-test-server
libwebsockets-test-server:i386 libghc-wai-websockets-prof-1.3.2.1-109b8
libghc-wai-websockets-doc libghc-websockets-doc
libghc-websockets-dev-0.8.1.1-3e736 libwebsockets3-dbg libwebsockets3-dbg:i386
libghc-websockets-dev-0.8.1.1-e8028:i386 libwebsockets-dev
libwebsockets-dev:i386 libghc-websockets-prof-0.8.1.1-3e736
libghc-websockets-prof libghc-websockets-prof:i386 libwebsockets3
libwebsockets3:i386 libghc-websockets-prof-0.8.1.1-e8028:i386
libghc-wai-websockets-dev-1.3.2.1-fd407:i386
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B of archives. After unpacking 0 B will be used.
looks like i'm stuck with 5.2.1 from the official package repos... i'm not
comfortable trying to remove what is installed (5.2.1) and installing from the
PPA or from QT to get 5.3.1 installed... i don't want to break the machine and
this is just a touch too close to the bone :(
so i'll continue to do what i can to ensure that the make files are choosing and
setting things properly so that this websockets thing does not stop compilation...
--
NOTE: No off-list assistance is given without prior approval.
*Please keep mailing list traffic on the list* unless
private contact is specifically requested and granted.
|