Add ldc and clang as fallback compilers
Bug #1225141 reported by
Matt Jones
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Raise |
Fix Released
|
Medium
|
Unassigned |
Bug Description
When doing this to get a compiler:
cc = c_get_default_
dc = d_get_default_
On start it should look for supported compilers and return one:
cc = gcc or clang
dc = dmd or ldc or gdc
Do this:
1. In config the rscript needs to say require_c()
2. Raise will then look for the c compilers and requite that at least one is found.
3. Then when the user calls c_get_default_
4. Calling any other c_ methods will error if the c compiler and linker has not been set
Changed in raise: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fixed in: bazaar. launchpad. net/~workhorsy/ raise/main/ revision/ 102
http://