User forums > General (but related to Code::Blocks)

LLVM Clang 3.8.0 on CodeBlocks - Strange errors

<< < (3/5) > >>

devhobby:

--- Quote from: stahta01 on July 02, 2016, 10:48:12 pm ---Post the full re-build log.

--- End quote ---

Nothing special, just

stahta01:
Please read and follow the directions on the link.
http://wiki.codeblocks.org/index.php/FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F

And, then post the full rebuild log as requested.

Tim S.

devhobby:

--- Quote from: stahta01 on July 02, 2016, 11:23:20 pm ---Please read and follow the directions on the link.
http://wiki.codeblocks.org/index.php/FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F

And, then post the full rebuild log as requested.

--- End quote ---


--- Code: ----------------- Clean: Debug in testclang (compiler: LLVM Clang Compiler)---------------

Cleaned "testclang - Debug"

-------------- Build: Debug in testclang (compiler: LLVM Clang Compiler)---------------

clang++.exe -Weverything -fexceptions  -g  -Wall -std=c++11    -c C:\Users\Micky\Desktop\testclang\main.cpp -o obj\Debug\main.o
C:\Users\Micky\Desktop\testclang\main.cpp:1:10: fatal error: 'iostream' file not found
#include <iostream>
         ^
1 error generated.
Process terminated with status 1 (0 minute(s), 0 second(s))
1 error(s), 0 warning(s) (0 minute(s), 0 second(s))
 


--- End code ---

BlueHazzard:
http://stackoverflow.com/questions/26333823/clang-doesnt-see-basic-headers

stahta01:
Please give more information on your Windows OS and Compiler.

I am trying to download LLVM 3.7.1 to test on Windows 7 SP1 (32 bit); but, I expect to NOT see the issue.
From here http://llvm.org/releases/download.html
Since, LLVM 3.8.0 64 bit; worked on Windows 7 SP1 (64 bit) to do a hello world program earlier in the day.

NOTE: I have never gotten LLVM to do a complex C++ program on Windows; but, I have only tried "hello world", the Code::Blocks IDE as things to build.

Do you know how to install and uninstall software on a Windows computer?
Because, I am starting to believe you have no idea on the correct way to install software.
What options are you picking during the installation of the software?
Did you uninstall the old software using the Windows Control panel?

Tim S.
 

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version