GNU Compiler, kein Include Pfad?
-
Hallo Leute, ich bin's mal wieder
mit neuen Lustigen Problemen.
Also wenn ich ein Programm Compilieren möchte, bekomme ich den Fehler:error: no include path in which to search for stdio.h error: no include path in which to search for stdlib.h
also das heißt für mich so viel wie gcc hat keinen Includepfad, aber kann ich den irgendwo manuell setzen?
Zu meinem System:
Betriebssystem: Windows Vista Ultimate 32-Bit
Compiler: Gcc Version 4.2.1
IDE: CodeBlocks SVN 4596
-
Du musst ihn über -IPfad/zu/den/Dateien mitangeben.
-
hmm weisst du auch wie man das in CodeBlocks mit reinbringt?
-
Also die standard-header sollte jeder Compiler automatisch finden.
Lad dir mal bitte diese Version runter:
http://prdownloads.sourceforge.net/codeblocks/codeblocks-1.0rc2_mingw.exe?download
Dann sollte das richtig aufgesetzt sein.
rya.
-
das CodeBlocks Compiliert garnicht mehr:
Switching to target: Debug
Linking console executable: bin\Debug\ImprovedConsole
mingw32-g++.exe: no input files
Process terminated with status 1 (0 minutes, 0 seconds)
0 errors, 0 warnings
-
http://wiki.codeblocks.org Suchbegriff Vista erster Treffer:
http://wiki.codeblocks.org/index.php?title=Installing_MinGW_with_Vista
-
Danke, werde ich Testen.