Re: Installing Licq

Narayanan Kannan <[email protected]> Mon, 23 Dec 2013 05:44:07 -0800 (PST)
Newsgroups gmane.network.licq.general
Message-ID <[email protected]>
------=_Part_27_20089206.1387806247214
Content-Type: text/plain; charset=windows-1252
Content-Transfer-Encoding: quoted-printable

Hey Anders,

Thanks for your email.=20

I am afraid that patch does not work either.=20
usercodec.h:29:3: error: =91Q_GADGET=92 does not name a type
usercodec.h:38:10: error: =91encoding_t=92 does not name a type
usercodec.cpp:27:1: error: =91encoding_t=92 in =91class LicqQtGui::UserCode=
c=92=20
does not name a type
usercodec.cpp: In static member function =91static QString=20
LicqQtGui::UserCodec::nameForEncoding(int)

Am i doing something wrong?=20


On Friday, December 20, 2013 6:42:58 PM UTC+1, Anders Olofsson wrote:
>
> On 2013-12-20 13:58, Narayanan Kannan wrote:=20
> > Hey,=20
> >=20
> > I am trying to install Licq in my virtualbox with Ubuntu.=20
> >=20
> > I have managed to install gloox, Licq and the jabber plugin and fixed=
=20
> > all the dependencies according the instructions. How do i run it now? I=
s=20
> > there a *GUI* where I can try to run it?=20
> >=20
> > I also tried to install the plugin called qt4-gui, but when I try the=
=20
> > "make" command I get a lot of errors like=20
> >=20
> > usercodec.h:29:3: error: =EF=BF=BDQ_OBJECT=EF=BF=BD does not name a typ=
e=20
> > usercodec.h:38:10: error: =EF=BF=BDencoding_t=EF=BF=BD does not name a =
type=20
> > usercodec.cpp:27:1: error: =EF=BF=BDencoding_t=EF=BF=BD in =EF=BF=BDcla=
ss=20
> LicqQtGui::UserCodec=EF=BF=BD=20
> > does not name a type=20
> >=20
> >=20
> > Can you please help me get this running?=20
>
> Sure!=20
>
> Yes, there is definitely a GUI plugin and it's qt4-gui that you've=20
> already tried to build.=20
>
> Unfortunately, there is a build error in Licq 1.8.1. If you apply the=20
> following patch you should be able to build it:=20
>
>
> https://github.com/licq-im/licq/commit/f288367c758de16fc013c6f4c9851ca858=
13eb59=20
>
>
> You can specify on the command line which plugin(s) to use, but if you=20
> don't specify anything it will find and start the GUI automatically if=20
> it is installed.=20
>
>
> I don't know the available Ubuntu versions, but I know that Licq 1.8.1=20
> is available in at least somewhere so depending on which version you are=
=20
> running you might be able to just install it without having to built it=
=20
> yourself. (Just remember to install the package licq-plugin-qt4 to get=20
> the GUI as well.)=20
>
> /Anders=20
>

--=20
You received this message because you are subscribed to the Google Groups L=
icq Users group. To post to this group, send email to licq-users@googlegrou=
ps.com. To unsubscribe from this group, send email to licq-users+unsubscrib=
[email protected]. For more options, visit this group at https://groups.go=
ogle.com/d/forum/licq-users?hl=3Den-US
---=20
You received this message because you are subscribed to the Google Groups "=
Licq Users" group.
To unsubscribe from this group and stop receiving emails from it, send an e=
mail to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

------=_Part_27_20089206.1387806247214
Content-Type: text/html; charset=windows-1252
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">Hey Anders,<br><br>Thanks for your email. <br><br>I am afr=
aid that patch does not work either. <br>usercodec.h:29:3: error: =91Q_GADG=
ET=92 does not name a type<br>usercodec.h:38:10: error: =91encoding_t=92 do=
es not name a type<br>usercodec.cpp:27:1: error: =91encoding_t=92 in =91cla=
ss LicqQtGui::UserCodec=92 does not name a type<br>usercodec.cpp: In static=
 member function =91static QString LicqQtGui::UserCodec::nameForEncoding(in=
t)<br><br>Am i doing something wrong? <br><br><br>On Friday, December 20, 2=
013 6:42:58 PM UTC+1, Anders Olofsson wrote:<blockquote class=3D"gmail_quot=
e" style=3D"margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;paddin=
g-left: 1ex;">On 2013-12-20 13:58, Narayanan Kannan wrote:
<br>&gt; Hey,
<br>&gt;
<br>&gt; I am trying to install Licq in my virtualbox with Ubuntu.
<br>&gt;
<br>&gt; I have managed to install gloox, Licq and the jabber plugin and fi=
xed
<br>&gt; all the dependencies according the instructions. How do i run it n=
ow? Is
<br>&gt; there a *GUI* where I can try to run it?
<br>&gt;
<br>&gt; I also tried to install the plugin called qt4-gui, but when I try =
the
<br>&gt; "make" command I get a lot of errors like
<br>&gt;
<br>&gt; usercodec.h:29:3: error: =EF=BF=BDQ_OBJECT=EF=BF=BD does not name =
a type
<br>&gt; usercodec.h:38:10: error: =EF=BF=BDencoding_t=EF=BF=BD does not na=
me a type
<br>&gt; usercodec.cpp:27:1: error: =EF=BF=BDencoding_t=EF=BF=BD in =EF=BF=
=BDclass LicqQtGui::UserCodec=EF=BF=BD
<br>&gt; does not name a type
<br>&gt;
<br>&gt;
<br>&gt; Can you please help me get this running?
<br>
<br>Sure!
<br>
<br>Yes, there is definitely a GUI plugin and it's qt4-gui that you've=20
<br>already tried to build.
<br>
<br>Unfortunately, there is a build error in Licq 1.8.1. If you apply the=
=20
<br>following patch you should be able to build it:
<br>
<br><a href=3D"https://github.com/licq-im/licq/commit/f288367c758de16fc013c=
6f4c9851ca85813eb59" target=3D"_blank" onmousedown=3D"this.href=3D'https://=
www.google.com/url?q\75https%3A%2F%2Fgithub.com%2Flicq-im%2Flicq%2Fcommit%2=
Ff288367c758de16fc013c6f4c9851ca85813eb59\46sa\75D\46sntz\0751\46usg\75AFQj=
CNHm6VAOYNeXksI3ZIdix56ELx84RA';return true;" onclick=3D"this.href=3D'https=
://www.google.com/url?q\75https%3A%2F%2Fgithub.com%2Flicq-im%2Flicq%2Fcommi=
t%2Ff288367c758de16fc013c6f4c9851ca85813eb59\46sa\75D\46sntz\0751\46usg\75A=
FQjCNHm6VAOYNeXksI3ZIdix56ELx84RA';return true;">https://github.com/licq-im=
/<wbr>licq/commit/<wbr>f288367c758de16fc013c6f4c9851c<wbr>a85813eb59</a>
<br>
<br>
<br>You can specify on the command line which plugin(s) to use, but if you=
=20
<br>don't specify anything it will find and start the GUI automatically if=
=20
<br>it is installed.
<br>
<br>
<br>I don't know the available Ubuntu versions, but I know that Licq 1.8.1=
=20
<br>is available in at least somewhere so depending on which version you ar=
e=20
<br>running you might be able to just install it without having to built it=
=20
<br>yourself. (Just remember to install the package licq-plugin-qt4 to get=
=20
<br>the GUI as well.)
<br>
<br>/Anders
<br></blockquote></div>

<p></p>

-- <br />
You received this message because you are subscribed to the Google Groups L=
icq Users group. To post to this group, send email to licq-users@googlegrou=
ps.com. To unsubscribe from this group, send email to licq-users+unsubscrib=
[email protected]. For more options, visit this group at <a href=3D"https:=
//groups.google.com/d/forum/licq-users?hl=3Den-US">https://groups.google.co=
m/d/forum/licq-users?hl=3Den-US</a><br />
--- <br />
You received this message because you are subscribed to the Google Groups &=
quot;Licq Users&quot; group.<br />
To unsubscribe from this group and stop receiving emails from it, send an e=
mail to [email protected].<br />
For more options, visit <a href=3D"https://groups.google.com/groups/opt_out=
">https://groups.google.com/groups/opt_out</a>.<br />

------=_Part_27_20089206.1387806247214--