Problem : KDevelop kompiliert nicht

Sorry für doppelpost ... aber ich brauche noch kurz eure Hilfe.

@ marcelcedric :

Ich war vorhin blöd und hab vergessen "cd /home/Gackt/bin" einzugeben -.-
Jetzt sieht das schon besser aus, aber ich bekomme jetzt folgende fehlermeldung:

Code:
cd '/home/Gackt/win32app' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" gmake -f Makefile.cvs && cd '/home/Gackt/win32app' && CC="i586-mingw32msvc-c" CXX="i586-mingw32msvc-c++" LD="i586-mingw32msvc-ld" "/home/Gackt/win32app/configure" && cd '/home/Gackt/win32app' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" gmake -j1 
aclocal
/usr/share/aclocal/libaal.m4:14: warning: underquoted definition of AC_CHECK_LIBAAL
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
autoheader
automake
autoconf
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether i586-mingw32msvc-c++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of i586-mingw32msvc-c++... gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... i586-mingw32msvc-c
checking whether we are using the GNU C compiler... yes
checking whether i586-mingw32msvc-c accepts -g... yes
checking for i586-mingw32msvc-c option to accept ANSI C... none needed
checking dependency style of i586-mingw32msvc-c... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... grep -E
checking for ld used by i586-mingw32msvc-c... i586-mingw32msvc-ld
checking if the linker (i586-mingw32msvc-ld) is GNU ld... yes
checking for i586-mingw32msvc-ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... i586-mingw32msvc-c -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... i586-mingw32msvc-c++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from i586-mingw32msvc-c object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if i586-mingw32msvc-c static flag works... yes
checking if i586-mingw32msvc-c supports -fno-rtti -fno-exceptions... no
checking for i586-mingw32msvc-c option to produce PIC... -fPIC
checking if i586-mingw32msvc-c PIC flag -fPIC works... yes
checking if i586-mingw32msvc-c supports -c -o file.o... yes
checking whether the i586-mingw32msvc-c linker (i586-mingw32msvc-ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... 
cat: /etc/ld.so.conf.d/*.conf: No such file or directory
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by i586-mingw32msvc-c++... i586-mingw32msvc-ld
checking if the linker (i586-mingw32msvc-ld) is GNU ld... yes
checking whether the i586-mingw32msvc-c++ linker (i586-mingw32msvc-ld) supports shared libraries... yes
checking for i586-mingw32msvc-c++ option to produce PIC... -fPIC
checking if i586-mingw32msvc-c++ PIC flag -fPIC works... yes
checking if i586-mingw32msvc-c++ supports -c -o file.o... yes
checking whether the i586-mingw32msvc-c++ linker (i586-mingw32msvc-ld) supports shared libraries... yes
checking dynamic linker characteristics... 
cat: /etc/ld.so.conf.d/*.conf: No such file or directory
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: executing depfiles commands
gmake all-recursive
Making all in src
if i586-mingw32msvc-c++ -DHAVE_CONFIG_H -I. -I/home/Gackt/win32app/src -I.. -g -O2 -MT win32app.o -MD -MP -MF ".deps/win32app.Tpo" -c -o win32app.o win32app.cpp; then mv -f ".deps/win32app.Tpo" ".deps/win32app.Po"; else rm -f ".deps/win32app.Tpo"; exit 1; fi
win32app.cpp:3:19: conio.h: Datei oder Verzeichnis nicht gefunden
win32app.cpp: In function `int main()':
win32app.cpp:11: error: syntax error before `)' token
win32app.cpp:13:2: warning: no newline at end of file
gmake[2]: *** [win32app.o] Fehler 1
<br />
gmake[1]: *** [all-recursive] Fehler 1
gmake: *** [all] Fehler 2
*** Beendet mit Status: 2 ***



Mein config.log hab ich als Textdatei angehängt (siehe unten).


und mein Quellcode, mitdem ichs getestet habe:

Code:
#include <iostream>
#include <conio.h>

using namespace std;

int main(void)
{
   cout << "Win32 App" << endl;
 
   getch(void);
   return 0;
}


Ich wäre euch sehr dankbar, wenn ihr mir noch ein stück weiterhelfen könntet :)



MfG
Gackt
 

Anhänge

Zurück
Oben