|
From: Johan N. <joh...@gm...> - 2011-04-15 07:08:26
|
ok, so I installed all the dev-tools and now remmina builds fine, but I only
have ssh and sftp
But when I try to build the remmina-plugin I encounter a problem that I
don't know how to solve.
I also did a git pull to make sure I was on the latest source
The error message appears when I try to "make" the remmina-plugin
"
remminapluginrdp.c: In function ‘remmina_plugin_rdp_main’:
remminapluginrdp.c:237: error: ‘rdpSet’ has no member named ‘rdp_security’
remminapluginrdp.c:238: error: ‘rdpSet’ has no member named ‘tls_security’
remminapluginrdp.c:239: error: ‘rdpSet’ has no member named ‘nla_security’
remminapluginrdp.c:243: error: ‘rdpSet’ has no member named ‘rdp_security’
remminapluginrdp.c:244: error: ‘rdpSet’ has no member named ‘tls_security’
remminapluginrdp.c:245: error: ‘rdpSet’ has no member named ‘nla_security’
remminapluginrdp.c:249: error: ‘rdpSet’ has no member named ‘rdp_security’
remminapluginrdp.c:250: error: ‘rdpSet’ has no member named ‘tls_security’
remminapluginrdp.c:251: error: ‘rdpSet’ has no member named ‘nla_security’
remminapluginrdp.c: In function ‘remmina_plugin_rdp_init’:
remminapluginrdp.c:408: error: ‘rdpSet’ has no member named ‘rdp_security’
remminapluginrdp.c:409: error: ‘rdpSet’ has no member named ‘tls_security’
remminapluginrdp.c:410: error: ‘rdpSet’ has no member named ‘nla_security’
make[2]: *** [remmina_plugin_rdp_la-remminapluginrdp.lo] Error 1
make[2]: Leaving directory
`/home/nidelius/svndoc/remmina/remmina-plugins/rdp'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/nidelius/svndoc/remmina/remmina-plugins'
make: *** [all] Error 2
"
--
☆ Johan "Jo" Nidelius
♥ +46 (0) 730-459949
= http://www.nidelius.com
--
On Wed, Apr 13, 2011 at 6:06 PM, Vic Lee <ll...@16...> wrote:
> Hi Johan,
>
> Please make sure you've installed all necessary development tool. This
> error means you've missing intltool.
>
> Vic
>
>
> On 04/13/2011 08:48 PM, Johan Nidelius wrote:
>
>> I tried to build from git but get error at ./configure:
>>
>> ./configure: line 4446: syntax error near unexpected token `0.35.0'
>> ./configure: line 4446: `IT_PROG_INTLTOOL(0.35.0)'
>>
>> What am I missing, build tool?
>>
>> --
>> ☆ Johan "Jo" Nidelius
>> ♥ +46 (0) 730-459949
>> = http://www.nidelius.com
>> --
>>
>
>
|