http://d.puremagic.com/issues/show_bug.cgi?id=6370
Summary: [RDMD] Cannot compile with etc.c.sqlite3
Product: D
Version: D2
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Michal Minich <[email protected]> 2011-07-23 08:08:08
PDT ---
rdmd will not compile program that imports etc.c.sqlite3 while dmd with the
same command line will.
test.d
import etc.c.sqlite3;
void main () {};
cmdline
rdmd test.d -c
Error:
module sqlite3_bindings from file
dmd2/linux/bin64/../../src/phobos/etc/c/sqlite3.d conflicts with another module
sqlite3_bindings from file dmd2/linux/bin64/../../src/phobos/etc/c/sqlite3.d
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------