search for: mcandr

Displaying 2 results from an estimated 2 matches for "mcandr".

Did you mean: mandr
2013 Nov 20
2
[LLVMdev] clang.exe: fatal error: 'stdio.h' file not found
I'm trying to compile hello.c with clang.exe, but I'm getting an error about missing cstdlib headers. Source: https://github.com/mcandre/mcandre/tree/master/c/hello/ Trace: C:\Users\andrew\Desktop\src\mcandre\c\hello>gmake clang -O2 -Wall -Wextra -Wmost -Weverything -o hello hello.c hello.c:1:10: fatal error: 'stdio.h' file not found #include <stdio.h> ^ 1 error generated. gmake: *** [hello] Error 1 Do...
2013 Feb 27
1
facter vs specs
A friend pointed out that I may have been reinventing the wheel: My specs project is very similar to Puppet Labs'' facter. What do you think? https://github.com/mcandre/specs#readme -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-user...