I'm trying to get DoT dawn1.69s.beta6 up and when I get to here:
21 Press <ctrl>+F5 and click on yes to compile the code if required
MSVC++ will compile the Dawn code then attempt to run the code
we need to create the missing directories using the 'dawn --createdirs' command.
22 open a command prompt
23 c: (change into c:)
24 cd \dawn (change into the dawn directory)
25 debug\dawn --createdirs (run the dawn binary you just compiled in directory create mode)
I can't get debug\dawn --createdirs to work. I've tried every variation I can think of and I get 1 of 2 errors:
The system cannot find the path specified.
or
'dawn\debug\--createdirs' is not recognized as an internal or external command, operable program or batch file.
I'm using MS Visual Studio Community 2013 (free) and the source code compiles. I had to add:
#pragma warning(disable: 4996) to comm.cpp
#define _WINSOCK_DEPRECATED_NO_WARNINGS to comm.cpp
#define _WINSOCK_DEPRECATED_NO_WARNINGS to dawnstat.cpp
#define _WINSOCK_DEPRECATED_NO_WARNINGS to netio.cpp
#define _WINSOCK_DEPRECATED_NO_WARNINGS to resolve.cpp
I don't see a way to attach files but I'm using:
dawn1.69s.beta6-src.tgz
dawn1.69s.beta4-support.tgz
I can certainly send these if they would help you trouble shoot. Again, everything compiles fine I just can't get the --createdirs command to work. Any help would be appreciated.
Bishop
21 Press <ctrl>+F5 and click on yes to compile the code if required
MSVC++ will compile the Dawn code then attempt to run the code
we need to create the missing directories using the 'dawn --createdirs' command.
22 open a command prompt
23 c: (change into c:)
24 cd \dawn (change into the dawn directory)
25 debug\dawn --createdirs (run the dawn binary you just compiled in directory create mode)
I can't get debug\dawn --createdirs to work. I've tried every variation I can think of and I get 1 of 2 errors:
The system cannot find the path specified.
or
'dawn\debug\--createdirs' is not recognized as an internal or external command, operable program or batch file.
I'm using MS Visual Studio Community 2013 (free) and the source code compiles. I had to add:
#pragma warning(disable: 4996) to comm.cpp
#define _WINSOCK_DEPRECATED_NO_WARNINGS to comm.cpp
#define _WINSOCK_DEPRECATED_NO_WARNINGS to dawnstat.cpp
#define _WINSOCK_DEPRECATED_NO_WARNINGS to netio.cpp
#define _WINSOCK_DEPRECATED_NO_WARNINGS to resolve.cpp
I don't see a way to attach files but I'm using:
dawn1.69s.beta6-src.tgz
dawn1.69s.beta4-support.tgz
I can certainly send these if they would help you trouble shoot. Again, everything compiles fine I just can't get the --createdirs command to work. Any help would be appreciated.
Bishop