digitalmars.D - Building DFL errors.
- Zz (55/55) Oct 25 2013 Hi,
- Jacob Carlborg (4/8) Oct 25 2013 It might not be update to date with the latest compiler.
- Zz (4/13) Oct 25 2013 Which version of DMD should I use?
- Jesse Phillips (7/12) Oct 25 2013 I can't give you a definitive answer, but I've been using DFL and
- FrankLike (3/3) Mar 28 2014 it's work good with the dmd 2.065 on win
Hi, Tried building DFL from github.com/Rayerd/dfl and I get the following errors when trying to build. Any ideas on how to build it. Error: module dfl.all package name 'dfl' in file all.d conflicts with usage as a module name in file package.d Error: module dfl.base package name 'dfl' in file base.d conflicts with usage as a module name in file package.d Error: module dfl.application package name 'dfl' in file application.d conflicts with usage as a module name in file package.d Error: module dfl.dlib package name 'dfl' in file internal\dlib.d conflicts with usage as a module name in file package.d Error: module dfl.clib package name 'dfl' in file internal\clib.d conflicts with usage as a module name in file package.d Error: module dfl.utf package name 'dfl' in file internal\utf.d conflicts with usage as a module name in file package.d Error: module dfl.com package name 'dfl' in file internal\com.d conflicts with usage as a module name in file package.d Error: module dfl.control package name 'dfl' in file control.d conflicts with usage as a module name in file package.d Error: module dfl.clippingform package name 'dfl' in file clippingform.d conflicts with usage as a module name in file package.d Error: module dfl.form package name 'dfl' in file form.d conflicts with usage as a module name in file package.d Error: module dfl.registry package name 'dfl' in file registry.d conflicts with usage as a module name in file package.d Error: module dfl.drawing package name 'dfl' in file drawing.d conflicts with usage as a module name in file package.d Error: module dfl.menu package name 'dfl' in file menu.d conflicts with usage as a module name in file package.d Error: module dfl.notifyicon package name 'dfl' in file notifyicon.d conflicts with usage as a module name in file package.d Error: module dfl.commondialog package name 'dfl' in file commondialog.d conflicts with usage as a module name in file package.d Error: module dfl.filedialog package name 'dfl' in file filedialog.d conflicts with usage as a module name in file package.d Error: module dfl.folderdialog package name 'dfl' in file folderdialog.d conflicts with usage as a module name in file package.d Error: module dfl.panel package name 'dfl' in file panel.d conflicts with usage as a module name in file package.d Error: module dfl.textbox package name 'dfl' in file textbox.d conflicts with usage as a module name in file package.d Error: module dfl.richtextbox package name 'dfl' in file richtextbox.d conflicts with usage as a module name in file package.d Error: module dfl.picturebox package name 'dfl' in file picturebox.d conflicts with usage as a module name in file package.d Zz
Oct 25 2013
On 2013-10-25 14:30, Zz wrote:Hi, Tried building DFL from github.com/Rayerd/dfl and I get the following errors when trying to build. Any ideas on how to build it.It might not be update to date with the latest compiler. -- /Jacob Carlborg
Oct 25 2013
Which version of DMD should I use? I'm currently using 2.063.2. Zz On Friday, 25 October 2013 at 12:53:42 UTC, Jacob Carlborg wrote:On 2013-10-25 14:30, Zz wrote:Hi, Tried building DFL from github.com/Rayerd/dfl and I get the following errors when trying to build. Any ideas on how to build it.It might not be update to date with the latest compiler.
Oct 25 2013
On Friday, 25 October 2013 at 12:30:29 UTC, Zz wrote:Hi, Tried building DFL from github.com/Rayerd/dfl and I get the following errors when trying to build. Any ideas on how to build it. ZzI can't give you a definitive answer, but I've been using DFL and here is what I know. I've used Git HEAD with the dmd 2.064 beta. I believe my clone works with 2.063.2, but I don't actually remember the last time I pushed to it. https://github.com/JesseKPhillips/dfl
Oct 25 2013
it's work good with the dmd 2.065 on win look here :https://github.com/FrankLIKE/dfl Christopher E. Miller, thank you.
Mar 28 2014