Google Code Exporter
Google Code Exporter
``` >>> #include :3: fatal error: 'stdio.h' file not found #include ^ Note: Last input ignored due to errors. >>> -------------------------------------------- Version: ccons-svn-236, clang 3.1, llvm 3.1 Platform: Archlinux 64bit...
``` What steps will reproduce the problem? 1. Follow the instructions in the README.txt file 2. Assume LLVM 2.9 and that -march isn't needed (creates problems) 3. make - or...
Blocks
``` Dear Alexei, First of all thank you very much for this project. Downloaded latest llvm and clang. As I compiled llvm and clang in Release mode I had to...
``` Can it be built in 32 bit machines? Could you provide the detail method to build it. ``` Original issue reported on code.google.com by `[email protected]` on 14 Nov 2010...
``` I noticed that you are using the first part of `llvm-config --host-target` to determine the desired -march to run clang with. On amd64 machines `llvm-config --host-target` will return "x86_64-pc-linux-gnu",...
``` What steps will reproduce the problem? 1. Try #include What is the expected output? What do you see instead? stdarg.h should be read and processed, but instead ccons tells...
``` What steps will reproduce the problem? 1. Create a list view on the left (Or the right, but for me its on the left) in a single pane. 2....
``` What steps will reproduce the problem? 1. add(mycomponent, "eg"); What is the expected output? What do you see instead? The white paper explains the expected behavior of the constraint...
``` For validation of long term signatures, xades4j needs to know when specific hash functions, algorithms and algorithm parameters are considered insecure. For example, signature based on a certificate with...
``` CA certificates may loose their validity before their "best before" date because of compromise, cease of operation, etc. To properly validate signatures using certificates issued by such CA we...