error: ‘rdpGdi {aka struct rdp_gdi}’ has no member named ‘bytesPerPixel’
Created by: svanschalkwyk
We support Remmina 1.2+ versions only. Please do not report bugs occurring on older versions!
Please give us some details about the systems you are using:
- Client (OS name and version): Linux Mint 18 Sarah
- Remmina version (remmina --version): 1.2 (next)
- Desktop environment (GNOME, Unity, KDE, ..): mate
- Connecting to (OS and version): Ubuntu 15.10
- Connecting via (RDP, VNC, ...): RDP
- RDP issues only, freerdp version (xfreerdp --version): freerdp, remmina make
/opt/remmina_devel/freerdp/include/freerdp2/freerdp/addin.h:59:17: note: expected ‘FREERDP_LOAD_CHANNEL_ADDIN_ENTRY_FN {aka Bool (* ()(const char *, char *, char *, unsigned int))(struct tagCHANNEL_ENTRY_POINTS *)}’ but argument is of type ‘void * (_)(const CHAR , CHAR *, CHAR *, DWORD) {aka void * ()(const char *, char *, char *, unsigned int)}’ FREERDP_API int freerdp_register_addin_provider( ^ /home/steph/Projects/FreeRDP/remmina_devel/Remmina/remmina-plugins/rdp/rdp_plugin.c: In function ‘remmina_rdp_close_connection’: /home/steph/Projects/FreeRDP/remmina_devel/Remmina/remmina-plugins/rdp/rdp_plugin.c:1163:5: warning: implicit declaration of function ‘freerdp_channels_close’ [-Wimplicit-function-declaration] freerdp_channels_close(instance->context->channels, instance); ^ /home/steph/Projects/FreeRDP/remmina_devel/Remmina/remmina-plugins/rdp/rdp_plugin.c:1186:3: warning: implicit declaration of function ‘freerdp_clrconv_free’ [-Wimplicit-function-declaration] freerdp_clrconv_free(rfi->clrconv); ^ /home/steph/Projects/FreeRDP/remmina_devel/Remmina/remmina-plugins/rdp/rdp_plugin.c:1187:16: warning: assignment makes integer from pointer without a cast [-Wint-conversion] rfi->clrconv = NULL; ^ /home/steph/Projects/FreeRDP/remmina_devel/Remmina/remmina-plugins/rdp/rdp_plugin.c:1189:4: warning: implicit declaration of function ‘freerdp_channels_free’ [-Wimplicit-function-declaration] freerdp_channels_free(instance->context->channels); ^ /home/steph/Projects/FreeRDP/remmina_devel/Remmina/remmina-plugins/rdp/rdp_plugin.c: In function ‘remmina_rdp_get_screenshot’: /home/steph/Projects/FreeRDP/remmina_devel/Remmina/remmina-plugins/rdp/rdp_plugin.c:1275:41: error: ‘rdpGdi {aka struct rdp_gdi}’ has no member named ‘bytesPerPixel’ szmem = gdi->width * gdi->height * gdi->bytesPerPixel; ^ /home/steph/Projects/FreeRDP/remmina_devel/Remmina/remmina-plugins/rdp/rdp_plugin.c:1286:32: error: ‘GDI_DC {aka struct _GDI_DC}’ has no member named ‘bitsPerPixel’ rpsd->bitsPerPixel = rfi->hdc->bitsPerPixel; ^ /home/steph/Projects/FreeRDP/remmina_devel/Remmina/remmina-plugins/rdp/rdp_plugin.c:1287:28: error: ‘rdpGdi {aka struct rdp_gdi}’ has no member named ‘bytesPerPixel’ rpsd->bytesPerPixel = gdi->bytesPerPixel; ^ remmina-plugins/rdp/CMakeFiles/remmina-plugin-rdp.dir/build.make:62: recipe for target 'remmina-plugins/rdp/CMakeFiles/remmina-plugin-rdp.dir/rdp_plugin.c.o' failed