Hola, ando con problemas. Bajé el tar.bz2 de kftpgrabber 0.6 pero no logro hacerlo funcionar... hasta el ./configure va bien, ya que dice "Good - your configure finished. Start make now"... pero al hacer make, va todo bien hasta que me tira algunos errores:
Código:
kftpfilepropsplugin.h:72: error: ‘KFTPSession’ no se puede declarar
kftpfilepropsplugin.h:78: error: ISO C++ prohíbe la declaración de ‘KFTPSession’
sin tipo
kftpfilepropsplugin.h:78: error: expected ‘;’ before ‘*’ token
kftpfilepropsplugin.cpp:161: error: el prototipo para ‘KFTPFilePermissionsPropsP
lugin::KFTPFilePermissionsPropsPlugin(KPropertiesDialog*, FTPDirectoryItem, KFTP
Session*, KURL)’ no coincide con ningún otro en la clase ‘KFTPFilePermissionsPro
psPlugin’
kftpfilepropsplugin.h:69: error: candidates are: KFTPFilePermissionsPropsPlugin:
:KFTPFilePermissionsPropsPlugin(const KFTPFilePermissionsPropsPlugin&)
kftpfilepropsplugin.h:72: error: KFTPFilePermissionsPropsPlugin: :KFTPFilePermissionsPropsPlugin(KPropertiesDialog*, FTPDirectoryItem, int*, KURL )
kftpfilepropsplugin.cpp: In constructor ‘KFTPFilePermissionsPropsPlugin::KFTPFil ePermissionsPropsPlugin(KPropertiesDialog*, FTPDirectoryItem, KFTPSession*, KURL )’:
kftpfilepropsplugin.cpp:162: error: la clase ‘KFTPFilePermissionsPropsPlugin’ no tiene ningún campo llamado ‘m_session’
kftpfilepropsplugin.cpp: In member function ‘virtual void KFTPFilePermissionsPro psPlugin::applyChanges()’:
kftpfilepropsplugin.cpp:307: error: ‘m_session’ no se declaró en este ámbito
make[5]: *** [kftpfilepropsplugin.o] Error 1
make[5]: Leaving directory `/usr/src/kftpgrabber-0.6.0/kftpgrabber/src/widgets/f iledirview'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/usr/src/kftpgrabber-0.6.0/kftpgrabber/src/widgets'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/src/kftpgrabber-0.6.0/kftpgrabber/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/kftpgrabber-0.6.0/kftpgrabber'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/kftpgrabber-0.6.0'
make: *** [all] Error 2
busque en google pero sin resultados... y mis conocimeintos de comandos son muy básicos como para intentar "adivinar" una solución (es la primera vez que instalo un tarball). Seguí de largo y le di a make install... pero evidentemente no quedó instalado, pues no reconoce como comando ni a kftp ni a kftpgrabber, etc..
Los repositorios que se indican en la web oficial no funcionan, por eso estoy intentando con un tarball y no con apt. ¿Alguien puede darme alguna idea de como seguir? Gracias.
PD: es probable que en definitiva instale otro ftp (estoy viendo algunas otras opciones como kbear o konqueror), pero igual me gustaría saber, en lo posible, como solucionar esto (para aprender)