http://llvm.org/bugs/show_bug.cgi?id=10479
Summary: Dragonegg is failing to build under Debian KFreebsd
Product: dragonegg
Version: 2.9
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: New Bugs
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
This bug could be reported to llvm since it seems to come from
<llvm/ADT/Triple.h>.
Under Kfreebsd, the line:
std::cout << T.getOSTypeName(T.getOS()) << "\n";
will returns unknown.
In the Makefile at the root directory, the following command:
-I$(SRC_DIR)/$(shell $(TARGET_UTIL) -o)
returns "unknown" causing the unknown/OS.h file (which fails on purpose).
It has been reported here:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=635288
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs