[Issue 6370] New: [RDMD] Cannot compile with etc.c.sqlite3
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Jul 23 08:08:10 PDT 2011
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: nobody at puremagic.com
ReportedBy: michal.minich at gmail.com
--- Comment #0 from Michal Minich <michal.minich at gmail.com> 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: -------
More information about the Digitalmars-d-bugs
mailing list