Ubuntu 14.0.4 client make error

Hi to all.
I have a big problem when compiling urbackup client 1.4.1.
When i have followed this guide http://www.urbackup.org/client_debian_ubuntu_install.html
When i launch the make command, i recive some error:

/usr/include/wx-2.8/wx/cpp.h:17:37: note: in definition of macro ‘wxCONCAT_HELPER’
#define wxCONCAT_HELPER(text, line) text ## line
^
main.cpp:370:24: note: in expansion of macro ‘wxT’
ret+=(“Indexing.”)+wxT(" ");
^
main.cpp: In member function ‘virtual void MyTimer::Notify()’:
/usr/include/wx-2.8/wx/wxchar.h:235:36: error: invalid operands of types ‘const wxChar* {aka const wchar_t*}’ and ‘const wchar_t [2]’ to binary ‘operator+’
#define wxT(x) wxCONCAT_HELPER(L, x)
^
/usr/include/wx-2.8/wx/cpp.h:17:37: note: in definition of macro ‘wxCONCAT_HELPER’
#define wxCONCAT_HELPER(text, line) text ## line
^
main.cpp:506:42: note: in expansion of macro ‘wxT’
status_text+=
(“No current backup.”) + wxT(" ");
^
make[3]: *** [main.o] Error 1
make[3]: Leaving directory `/home/luca/Scaricati/urbackup-client-1.4/client’
make[2]: *** [all] Error 2

Can you help me?

Sorry, the configure doesn’t check if the wxWidgets version is greater or equal than 2.9 and the installation instructions are wrong too. Corrected the second one. The first one will be corrected with the next release.

You should install and use libwxgtk2.9-dev or libwxgtk3.0-dev.

Thank you! I tray tomorrow in a office :frowning:

I could not wait. Now I can build and install it, but when I do I urbackup_client_gui message is returned: “urbackup could not load password file”
Not a problem for me, the backend works and I can configure the backup from the server, but I wanted to understand why.

However, I know this software for a short time, but it is wonderful.