I am using Kubuntu 12.04 and would like to also use Kasablanca for file transfers. I have downloaded kasablanca 0.4.0.2.tar.gz, opened it up and found the install instructions. These tell me to cd to the directory containing the source code and type ./configure, wait awhile, and then follow with make and make install. But after that ./configure command I am getting an error message 'C++ preprocessor "/lib/cpp" fails sanity check'. I tried going on to 'make' but then got 'No targets specified and no makefile found. Stop.' - but there are three makefiles in that directory : Makefile.am, Makefile.cvs and Makefile.in - I assume I am missing something, could anyone suggest what it might be, please?
Announcement
Collapse
No announcement yet.
Kasablanca
Collapse
This topic is closed.
X
X
-
Ok I just got the same message. Look at your config.log that is inside the Kasablanca folder.
Here is mine.checking whether g++ supports -Wno-long-long... no
checking whether g++ supports -Wnon-virtual-dtor... no
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
Code:This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = mobile uname -m = x86_64 uname -r = 3.5.0-17-generic uname -s = Linux uname -v = #28-Ubuntu SMP Tue Oct 9 19:31:23 UTC 2012 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/lib/lightdm/lightdm PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /usr/games PATH: /usr/local/games ## ----------- ## ## Core tests. ## ## ----------- ## configure:1558: checking build system type configure:1576: result: x86_64-unknown-linux-gnu configure:1584: checking host system type configure:1598: result: x86_64-unknown-linux-gnu configure:1606: checking target system type configure:1620: result: x86_64-unknown-linux-gnu configure:1667: checking for a BSD-compatible install configure:1722: result: /usr/bin/install -c configure:1737: checking for -p flag to install configure:1750: result: yes configure:1761: checking whether build environment is sane configure:1804: result: yes configure:1848: checking for gawk configure:1877: result: no configure:1848: checking for mawk configure:1864: found /usr/bin/mawk configure:1874: result: mawk configure:1884: checking whether make sets $(MAKE) configure:1904: result: yes configure:2117: checking for style of include used by make configure:2145: result: GNU configure:2293: checking for gcc configure:2309: found /usr/bin/gcc configure:2319: result: gcc configure:2563: checking for C compiler version configure:2566: gcc --version </dev/null >&5 gcc (Ubuntu/Linaro 4.7.2-2ubuntu1) 4.7.2 Copyright (C) 2012 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2569: $? = 0 configure:2571: gcc -v </dev/null >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.7.2-2ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 4.7.2 (Ubuntu/Linaro 4.7.2-2ubuntu1) configure:2574: $? = 0 configure:2576: gcc -V </dev/null >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:2579: $? = 4 configure:2602: checking for C compiler default output file name configure:2605: gcc conftest.c >&5 configure:2608: $? = 0 configure:2654: result: a.out configure:2659: checking whether the C compiler works configure:2665: ./a.out configure:2668: $? = 0 configure:2685: result: yes configure:2692: checking whether we are cross compiling configure:2694: result: no configure:2697: checking for suffix of executables configure:2699: gcc -o conftest conftest.c >&5 configure:2702: $? = 0 configure:2727: result: configure:2733: checking for suffix of object files configure:2754: gcc -c conftest.c >&5 configure:2757: $? = 0 configure:2779: result: o configure:2783: checking whether we are using the GNU C compiler configure:2807: gcc -c conftest.c >&5 configure:2813: $? = 0 configure:2817: test -z || test ! -s conftest.err configure:2820: $? = 0 configure:2823: test -s conftest.o configure:2826: $? = 0 configure:2839: result: yes configure:2845: checking whether gcc accepts -g configure:2866: gcc -c -g conftest.c >&5 configure:2872: $? = 0 configure:2876: test -z || test ! -s conftest.err configure:2879: $? = 0 configure:2882: test -s conftest.o configure:2885: $? = 0 configure:2896: result: yes configure:2913: checking for gcc option to accept ANSI C configure:2983: gcc -c conftest.c >&5 configure:2989: $? = 0 configure:2993: test -z || test ! -s conftest.err configure:2996: $? = 0 configure:2999: test -s conftest.o configure:3002: $? = 0 configure:3020: result: none needed configure:3038: gcc -c conftest.c >&5 conftest.c:2:3: error: unknown type name 'choke' conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input configure:3044: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:3179: checking dependency style of gcc configure:3264: result: gcc3 configure:3287: checking how to run the C preprocessor configure:3322: gcc -E conftest.c configure:3328: $? = 0 configure:3360: gcc -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:3366: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kasablanca" | #define VERSION "0.4.0.2" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3405: result: gcc -E configure:3429: gcc -E conftest.c configure:3435: $? = 0 configure:3467: gcc -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:3473: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kasablanca" | #define VERSION "0.4.0.2" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3597: checking for g++ configure:3626: result: no configure:3597: checking for c++ configure:3626: result: no configure:3597: checking for gpp configure:3626: result: no configure:3597: checking for aCC configure:3626: result: no configure:3597: checking for CC configure:3626: result: no configure:3597: checking for cxx configure:3626: result: no configure:3597: checking for cc++ configure:3626: result: no configure:3597: checking for cl configure:3626: result: no configure:3597: checking for FCC configure:3626: result: no configure:3597: checking for KCC configure:3626: result: no configure:3597: checking for RCC configure:3626: result: no configure:3597: checking for xlC_r configure:3626: result: no configure:3597: checking for xlC configure:3626: result: no configure:3639: checking for C++ compiler version configure:3642: g++ --version </dev/null >&5 ./configure: line 3643: g++: command not found configure:3645: $? = 127 configure:3647: g++ -v </dev/null >&5 ./configure: line 3648: g++: command not found configure:3650: $? = 127 configure:3652: g++ -V </dev/null >&5 ./configure: line 3653: g++: command not found configure:3655: $? = 127 configure:3658: checking whether we are using the GNU C++ compiler configure:3682: g++ -c conftest.cc >&5 ./configure: line 3683: g++: command not found configure:3688: $? = 127 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kasablanca" | #define VERSION "0.4.0.2" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:3714: result: no configure:3720: checking whether g++ accepts -g configure:3741: g++ -c -g conftest.cc >&5 ./configure: line 3742: g++: command not found configure:3747: $? = 127 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kasablanca" | #define VERSION "0.4.0.2" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3771: result: no configure:3813: g++ -c conftest.cc >&5 ./configure: line 3814: g++: command not found configure:3819: $? = 127 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kasablanca" | #define VERSION "0.4.0.2" | /* end confdefs.h. */ | | #include <stdlib.h> | int | main () | { | exit (42); | ; | return 0; | } configure:3813: g++ -c conftest.cc >&5 ./configure: line 3814: g++: command not found configure:3819: $? = 127 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kasablanca" | #define VERSION "0.4.0.2" | /* end confdefs.h. */ | extern "C" void std::exit (int) throw (); using std::exit; | #include <stdlib.h> | int | main () | { | exit (42); | ; | return 0; | } configure:3813: g++ -c conftest.cc >&5 ./configure: line 3814: g++: command not found configure:3819: $? = 127 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kasablanca" | #define VERSION "0.4.0.2" | /* end confdefs.h. */ | extern "C" void std::exit (int); using std::exit; | #include <stdlib.h> | int | main () | { | exit (42); | ; | return 0; | } configure:3813: g++ -c conftest.cc >&5 ./configure: line 3814: g++: command not found configure:3819: $? = 127 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kasablanca" | #define VERSION "0.4.0.2" | /* end confdefs.h. */ | extern "C" void exit (int) throw (); | #include <stdlib.h> | int | main () | { | exit (42); | ; | return 0; | } configure:3813: g++ -c conftest.cc >&5 ./configure: line 3814: g++: command not found configure:3819: $? = 127 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kasablanca" | #define VERSION "0.4.0.2" | /* end confdefs.h. */ | extern "C" void exit (int); | #include <stdlib.h> | int | main () | { | exit (42); | ; | return 0; | } configure:3813: g++ -c conftest.cc >&5 ./configure: line 3814: g++: command not found configure:3819: $? = 127 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kasablanca" | #define VERSION "0.4.0.2" | /* end confdefs.h. */ | void exit (int); | #include <stdlib.h> | int | main () | { | exit (42); | ; | return 0; | } configure:3902: checking dependency style of g++ configure:3987: result: none configure:4311: checking whether g++ supports -Wmissing-format-attribute configure:4347: rm -rf SunWS_cache; g++ -o conftest -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wmissing-format-attribute conftest.cc 1>&5 ./configure: line 4348: g++: command not found configure:4353: $? = 127 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kasablanca" | #define VERSION "0.4.0.2" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | | int | main () | { | return 0; | ; | return 0; | } configure:4392: result: no configure:4399: checking whether gcc supports -Wmissing-format-attribute configure:4432: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wmissing-format-attribute conftest.c >&5 configure:4438: $? = 0 configure:4442: test -z || test ! -s conftest.err configure:4445: $? = 0 configure:4448: test -s conftest configure:4451: $? = 0 configure:4472: result: yes configure:4486: checking whether g++ supports -Wundef configure:4522: rm -rf SunWS_cache; g++ -o conftest -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wundef conftest.cc 1>&5 ./configure: line 4523: g++: command not found configure:4528: $? = 127 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kasablanca" | #define VERSION "0.4.0.2" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | | int | main () | { | return 0; | ; | return 0; | } configure:4567: result: no configure:4574: checking whether g++ supports -Wno-long-long configure:4610: rm -rf SunWS_cache; g++ -o conftest -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wno-long-long conftest.cc 1>&5 ./configure: line 4611: g++: command not found configure:4616: $? = 127 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kasablanca" | #define VERSION "0.4.0.2" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | | int | main () | { | return 0; | ; | return 0; | } configure:4655: result: no configure:4662: checking whether g++ supports -Wnon-virtual-dtor configure:4698: rm -rf SunWS_cache; g++ -o conftest -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wnon-virtual-dtor conftest.cc 1>&5 ./configure: line 4699: g++: command not found configure:4704: $? = 127 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kasablanca" | #define VERSION "0.4.0.2" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | | int | main () | { | return 0; | ; | return 0; | } configure:4743: result: no configure:5759: checking how to run the C++ preprocessor configure:5790: g++ -E conftest.cc ./configure: line 5791: g++: command not found configure:5796: $? = 127 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kasablanca" | #define VERSION "0.4.0.2" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | Syntax error configure:5790: g++ -E conftest.cc ./configure: line 5791: g++: command not found configure:5796: $? = 127 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kasablanca" | #define VERSION "0.4.0.2" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | Syntax error configure:5790: /lib/cpp conftest.cc cpp: error trying to exec 'cc1plus': execvp: No such file or directory configure:5796: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kasablanca" | #define VERSION "0.4.0.2" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | Syntax error configure:5790: /lib/cpp conftest.cc cpp: error trying to exec 'cc1plus': execvp: No such file or directory configure:5796: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kasablanca" | #define VERSION "0.4.0.2" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | Syntax error configure:5873: result: /lib/cpp configure:5897: /lib/cpp conftest.cc cpp: error trying to exec 'cc1plus': execvp: No such file or directory configure:5903: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kasablanca" | #define VERSION "0.4.0.2" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | Syntax error configure:5897: /lib/cpp conftest.cc cpp: error trying to exec 'cc1plus': execvp: No such file or directory configure:5903: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kasablanca" | #define VERSION "0.4.0.2" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | Syntax error configure:5972: error: C++ preprocessor "/lib/cpp" fails sanity check See `config.log' for more details. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-unknown-linux-gnu ac_cv_build_alias=x86_64-unknown-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=no ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_F77_set= ac_cv_env_F77_value= ac_cv_env_FFLAGS_set= ac_cv_env_FFLAGS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext= ac_cv_host=x86_64-unknown-linux-gnu ac_cv_host_alias=x86_64-unknown-linux-gnu ac_cv_objext=o ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_AWK=mawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXXCPP=/lib/cpp ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_g=no ac_cv_prog_make_make_set=yes ac_cv_target=x86_64-unknown-linux-gnu ac_cv_target_alias=x86_64-unknown-linux-gnu am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=none kde_cv_prog_cc_Wmissing_format_attribute=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/rob/Downloads/kasablanca-0.4.0.2/admin/missing --run aclocal-1.8' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /home/rob/Downloads/kasablanca-0.4.0.2/admin/missing --run tar' AR='' ARTSCCONFIG='' AUTOCONF='${SHELL} /home/rob/Downloads/kasablanca-0.4.0.2/admin/missing --run autoconf' AUTODIRS='' AUTOHEADER='${SHELL} /home/rob/Downloads/kasablanca-0.4.0.2/admin/missing --run autoheader' AUTOMAKE='${SHELL} /home/rob/Downloads/kasablanca-0.4.0.2/admin/missing --run automake-1.8' AWK='mawk' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute' CONF_FILES=' $(top_srcdir)/./admin/configure.in.min $(top_srcdir)/configure.in.in' CPP='gcc -E' CPPFLAGS='' CXX='g++' CXXCPP='/lib/cpp' CXXDEPMODE='depmode=none' CXXFLAGS='-ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings' CYGPATH_W='echo' DCOPIDL2CPP='' DCOPIDL='' DCOPIDLNG='' DCOP_DEPENDENCIES='' DEFS='' DEPDIR='.deps' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='' EXEEXT='' F77='' FFLAGS='' FRAMEWORK_COREAUDIO='' GMSGFMT='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL} $(INSTALL_STRIP_FLAG)' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' KCFG_DEPENDENCIES='' KCONFIG_COMPILER='' KDECONFIG='' KDE_EXTRA_RPATH='' KDE_INCLUDES='' KDE_LDFLAGS='' KDE_MT_LDFLAGS='' KDE_MT_LIBS='' KDE_NO_UNDEFINED='' KDE_PLUGIN='' KDE_RPATH='' KDE_USE_CLOSURE_FALSE='' KDE_USE_CLOSURE_TRUE='' KDE_USE_FINAL_FALSE='' KDE_USE_FINAL_TRUE='' KDE_USE_NMCHECK_FALSE='' KDE_USE_NMCHECK_TRUE='' KDE_XSL_STYLESHEET='' LDFLAGS='' LIBCOMPAT='' LIBCRYPT='' LIBDL='' LIBJPEG='' LIBOBJS='' LIBPNG='' LIBPTHREAD='' LIBRESOLV='' LIBS='' LIBSM='' LIBSOCKET='' LIBTOOL='' LIBUCB='' LIBUTIL='' LIBZ='' LIB_KAB='' LIB_KABC='' LIB_KDECORE='' LIB_KDEPIM='' LIB_KDEPRINT='' LIB_KDEUI='' LIB_KFILE='' LIB_KFM='' LIB_KHTML='' LIB_KIO='' LIB_KPARTS='' LIB_KSPELL='' LIB_KSYCOCA='' LIB_KUTILS='' LIB_POLL='' LIB_QPE='' LIB_QT='' LIB_SMB='' LIB_X11='' LIB_XEXT='' LIB_XRENDER='' LN_S='' LTLIBOBJS='' MAKEINFO='${SHELL} /home/rob/Downloads/kasablanca-0.4.0.2/admin/missing --run makeinfo' MCOPIDL='' MEINPROC='' MOC='' MSGFMT='' NOOPT_CFLAGS='' NOOPT_CXXFLAGS='' OBJEXT='o' PACKAGE='kasablanca' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PERL='' QTE_NORTTI='' QT_INCLUDES='' QT_LDFLAGS='' RANLIB='' SET_MAKE='' SHELL='/bin/bash' STRIP='' TOPSUBDIRS='' UIC='' UIC_TR='' USER_INCLUDES='' USER_LDFLAGS='' USE_EXCEPTIONS='' USE_RTTI='' USE_THREADS='' VERSION='0.4.0.2' WOVERLOADED_VIRTUAL='' XGETTEXT='' XMLLINT='' X_EXTRA_LIBS='' X_INCLUDES='' X_LDFLAGS='' X_PRE_LIBS='' X_RPATH='' ac_ct_AR='' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_F77='' ac_ct_RANLIB='' ac_ct_STRIP='' all_includes='' all_libraries='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='' am__fastdepCXX_TRUE='#' am__include='include' am__leading_dot='.' am__quote='' bindir='${exec_prefix}/bin' build='x86_64-unknown-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='unknown' datadir='${prefix}/share' exec_prefix='NONE' host='x86_64-unknown-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='unknown' include_ARTS_FALSE='' include_ARTS_TRUE='' includedir='${prefix}/include' infodir='${prefix}/info' install_sh='/home/rob/Downloads/kasablanca-0.4.0.2/admin/install-sh' kde_appsdir='' kde_bindir='' kde_confdir='' kde_datadir='' kde_htmldir='' kde_icondir='' kde_includes='' kde_kcfgdir='' kde_libraries='' kde_libs_htmldir='' kde_libs_prefix='' kde_locale='' kde_mimedir='' kde_moduledir='' kde_qtver='' kde_servicesdir='' kde_servicetypesdir='' kde_sounddir='' kde_styledir='' kde_templatesdir='' kde_wallpaperdir='' kde_widgetdir='' kdeinitdir='' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' mkdir_p='mkdir -p -- .' oldincludedir='/usr/include' prefix='/usr/local/kde' program_transform_name='s,x,x,' qt_includes='' qt_libraries='' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target='x86_64-unknown-linux-gnu' target_alias='' target_cpu='x86_64' target_os='linux-gnu' target_vendor='unknown' x_includes='NONE' x_libraries='NONE' xdg_appsdir='' xdg_directorydir='' xdg_menudir='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE "kasablanca" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define VERSION "0.4.0.2" #endif #ifdef __cplusplus void exit (int); configure: exit 1Last edited by Robtygart; Oct 31, 2012, 12:26 PM.Rob
- Top
- Bottom
-
Whoa! I think a trimming is needed.:-)
One needs to install the dev libraries in order to compile software. First install the package "build-essential" as well as "kdelibs5-dev" and perhaps more, as you may find when running configure- the errors you see well help point out what is missing.
As this software is rather old do not be surprised if your can't compile it.
Sent from my SCH-I510 using Tapatalk 2
- Top
- Bottom
Comment
-
The usual: DolphinOriginally posted by Robtygart View PostThanks for the info clay I biggie for me I have no need for it.
Could you suggest something better for the OP?
it has been solid for me for many years, haven't used a dedicated ftp current since KDE 3, don't miss one, really.
Krusader might be a good choice as well.
Sent from my SCH-I510 using Tapatalk 2
- Top
- Bottom
Comment
-
Go to the network shortcut on dolphin's sidebar, and go from there. There is an "add network location" or similar button. From there you can add an ftp location, and you can even save a shortcut that will live in the main Network folder. Then using a dual pane setup you can just drag and drop between local and remote folders.Originally posted by Robtygart View PostHow do I get dolphin to do it?
Sent from my SCH-I510 using Tapatalk 2
- Top
- Bottom
Comment
-
Hey KeithOriginally posted by Keith Sayers View PostMy thanks to everyone who has responded (I have just got back to this after being distracted elsewhere). I had not known about the Dolphin facility nor FileZilla - I will try those and see how I get on.
I just started to use Dolphin, and I really like it, it is easier then filezilla.Rob
- Top
- Bottom
Comment
Users Viewing This Topic
Collapse
There are 0 users viewing this topic.





Comment