Re: Error: conflicting Ddoc and obj generation options

2015-05-05 Thread zhmt via Digitalmars-d-learn
Finally,I got the dmd command line as below: dmd -c -of.dub/build/application-debug-linux.posix-x86_64-dmd_2067-3E65324D543ED19695028F22620736D3/ezsock.o -debug -g -w -version=Have_ezsock -version=Have_gamelibd -Isource/ -I../gamelibd/source/ -Jviews source/app.d .. And try to remove

Error: conflicting Ddoc and obj generation options

2015-05-04 Thread zhmt via Digitalmars-d-learn
, authors: [zhmt], lflags:[-L../bin], workingDirectory:../bin, targetPath:../bin, } The compilation complains that: Compiling using dmd... Error: conflicting Ddoc and obj generation options FAIL .dub/build/application-debug-linux.posix-x86_64-dmd_2067

Error: conflicting Ddoc and obj generation options

2013-12-25 Thread anarcher
I'm newbie for D. I have tried build with custom library but the build is failed. ubuntu@9ffb916910cd:~/dshttpd$ dub Building configuration application, build type debug Compiling... Error: conflicting Ddoc and obj generation options Error: DMD compile run failed with exit code 1 What's means