Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
08-04-2014, 08:23 AM
|
#1
|
Member
Registered: Feb 2008
Location: Leghorn, Tuscany, Italy
Distribution: Slackware
Posts: 122
Rep:
|
filezilla build error
In my Slackware -current 64bit Filezilla not compile.
With only WXGTK3 or with WXGTK3 and WXGTK2 both, filezilla 3.9.0.2 (but also 3.9.0) do:
Code:
ControlSocket.cpp: In member function 'virtual int CControlSocket::Disconnect()':
ControlSocket.cpp:84:63: error: no matching function for call to 'CControlSocket::LogMessage(MessageType, const wxString&)'
LogMessage(MessageType::Status, _("Disconnected from server"));
^
ControlSocket.cpp:84:63: note: candidates are:
In file included from ControlSocket.h:5:0,
from ControlSocket.cpp:2:
logging_private.h:13:7: note: template<class ... Args> void CLogging::LogMessage(MessageType, const wxChar*, Args&& ...) const
void LogMessage(MessageType nMessageType, wxChar const* msgFormat, Args&& ...args) const
^
logging_private.h:13:7: note: template argument deduction/substitution failed:
ControlSocket.cpp:84:63: note: cannot convert 'wxGetTranslation((* & wxString(((const char*)("Disconnected from server")))), (*(const wxStr
ing*)(& wxString())))' (type 'const wxString') to type 'const wxChar* {aka const wchar_t*}'
LogMessage(MessageType::Status, _("Disconnected from server"));
[...]
logging_private.h:30:7: note: template argument deduction/substitution failed:
ControlSocket.cpp:1348:74: note: cannot convert 'Status' (type 'MessageType') to type 'wxString'
LogMessage(MessageType::Status, _("Skipping download of %s"), filename);
^
ControlSocket.cpp:1352:80: error: no matching function for call to 'CControlSocket::LogMessage(MessageType, const wxString&, wxString&)'
LogMessage(MessageType::Status, _("Skipping upload of %s"), pData->localFile);
^
ControlSocket.cpp:1352:80: note: candidates are:
In file included from ControlSocket.h:5:0,
from ControlSocket.cpp:2:
logging_private.h:13:7: note: template<class ... Args> void CLogging::LogMessage(MessageType, const wxChar*, Args&& ...) const
void LogMessage(MessageType nMessageType, wxChar const* msgFormat, Args&& ...args) const
^
logging_private.h:13:7: note: template argument deduction/substitution failed:
ControlSocket.cpp:1352:80: note: cannot convert 'wxGetTranslation((* & wxString(((const char*)("Skipping upload of %s")))), (*(const wxStri
ng*)(& wxString())))' (type 'const wxString') to type 'const wxChar* {aka const wchar_t*}'
LogMessage(MessageType::Status, _("Skipping upload of %s"), pData->localFile);
^
In file included from ControlSocket.h:5:0,
from ControlSocket.cpp:2:
logging_private.h:30:7: note: template<class ... Args> void CLogging::LogMessage(wxString, int, void*, MessageType, const wxChar*, Args&& ...
) const
void LogMessage(wxString sourceFile, int nSourceLine, void *pInstance, MessageType nMessageType
^
logging_private.h:30:7: note: template argument deduction/substitution failed:
ControlSocket.cpp:1352:80: note: cannot convert 'Status' (type 'MessageType') to type 'wxString'
LogMessage(MessageType::Status, _("Skipping upload of %s"), pData->localFile);
^
make[3]: *** [libengine_a-ControlSocket.o] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
this happens with my slackbuild and that of SBO.
Even wxgtk are in various versions (with my slackbuild and slackbuilds SBO)
always the same error.
What can it be?
Thanks
Last edited by conraid; 08-04-2014 at 08:25 AM.
Reason: Add slackware versione
|
|
|
08-04-2014, 08:45 AM
|
#2
|
Senior Member
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,793
|
Use wxGTK3 build 2
Or remove --enable-stl in your wxGTK3.SlackBuild
|
|
|
08-04-2014, 08:54 AM
|
#3
|
Member
Registered: Feb 2008
Location: Leghorn, Tuscany, Italy
Distribution: Slackware
Posts: 122
Original Poster
Rep:
|
Ops, I checked many things and I did not realize the change in slackbuild.
Thank you, now I try to compile.
|
|
|
All times are GMT -5. The time now is 10:54 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|