Problems wit DDKBUILD version 3.5

Mark,

I just downloaded the latest version from the hollistech web site and my
build fail. Looking into this I noticed that the version comes up as 3.4 -
did you mess something up when you made it available on the web site?

So anyway, what happens is the I get the long list of files with “last line
incomplete” messages then errors when trying to invoke nmake.exe. Here’s a
snippet from teh log:

BUILD: d:\program files\microsoft platform sdk\include\mtxdm.h(27): last
line incomplete
BUILD: d:\program files\microsoft platform sdk\include\adodef.h(49): last
line incomplete
BUILD: d:\program files\microsoft platform sdk\include\msjetoledb.h(177):
last line incomplete
BUILD: Examining m:\dts_orion_win\iscsi\kernel\iscsiminiport\src directory
for files to compile.
m:\dts_orion_win\iscsi\kernel\iscsiminiport\src
m:\dts_orion_win\iscsi\kernel\iscsiminiport\src - 4 source files (20,903
lines)
BUILD: Saving F:\DDK\build.dat…
BUILD: Compiling m:\dts_orion_win\iscsi\kernel\iscsiminiport\src directory
BUILD: nmake.exe failed - rc = 2
BUILD: Linking m:\dts_orion_win\iscsi\kernel\iscsiminiport\src directory
BUILD: nmake.exe failed - rc = 2
BUILD: Done

Dan

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Mark Roddy
Sent: Monday, May 28, 2001 3:19 PM
To: NT Developers Interest List
Subject: [ntdev] DDKBUILD version 3.5 released

Given a three day weekend, I can even manage to update a lousy bat file!

DDKBUILD has been updated to support the XP (beta 2) DDK. New command
line options -XP and -XP64 now support building either XP x86 or XP IA64
projects.

DDKBUILD is as always available from the hollistech website resource
page.

Mark Roddy
Windows 2000/NT Consultant
Hollis Technology Solutions
xxxxx@hollistech.com
603 321 1032
www.hollistech.com


You are currently subscribed to ntdev as: xxxxx@emulex.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Argh.

Ok the version is fixed, version 3.5 is now actually available, rather
than 3.4.

I have no idea what your other problem is. The first bunch of errors are
normal, as in some of the microsoft supplied sdk include files are in
fact missing the cr-lf sequence that the dos-era build tools think just
have to be there. You can ignore this error case.

Your other problem looks like a misconfiguration of your project.

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Dan Sullivan
Sent: Tuesday, May 29, 2001 3:15 PM
To: NT Developers Interest List
Subject: [ntdev] Problems wit DDKBUILD version 3.5
Importance: High

Mark,

I just downloaded the latest version from the hollistech web
site and my build fail. Looking into this I noticed that the
version comes up as 3.4 - did you mess something up when you
made it available on the web site?

So anyway, what happens is the I get the long list of files
with “last line incomplete” messages then errors when trying
to invoke nmake.exe. Here’s a snippet from teh log:

BUILD: d:\program files\microsoft platform
sdk\include\mtxdm.h(27): last line incomplete
BUILD: d:\program files\microsoft platform
sdk\include\adodef.h(49): last line incomplete
BUILD: d:\program files\microsoft platform
sdk\include\msjetoledb.h(177): last line incomplete
BUILD: Examining
m:\dts_orion_win\iscsi\kernel\iscsiminiport\src directory for
files to compile.
m:\dts_orion_win\iscsi\kernel\iscsiminiport\src
m:\dts_orion_win\iscsi\kernel\iscsiminiport\src - 4
source files (20,903
lines)
BUILD: Saving F:\DDK\build.dat…
BUILD: Compiling
m:\dts_orion_win\iscsi\kernel\iscsiminiport\src directory
BUILD: nmake.exe failed - rc = 2
BUILD: Linking
m:\dts_orion_win\iscsi\kernel\iscsiminiport\src directory
BUILD: nmake.exe failed - rc = 2
BUILD: Done

Dan

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On > Behalf Of Mark
Roddy
Sent: Monday, May 28, 2001 3:19 PM
To: NT Developers Interest List
Subject: [ntdev] DDKBUILD version 3.5 released

Given a three day weekend, I can even manage to update a
lousy bat file!

DDKBUILD has been updated to support the XP (beta 2) DDK. New
command line options -XP and -XP64 now support building
either XP x86 or XP IA64 projects.

DDKBUILD is as always available from the hollistech website
resource page.

Mark Roddy
Windows 2000/NT Consultant
Hollis Technology Solutions
xxxxx@hollistech.com
603 321 1032
www.hollistech.com


You are currently subscribed to ntdev as:
xxxxx@emulex.com To unsubscribe send a blank email
to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: xxxxx@tellink.net
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

The previous version (before 3.4) worked just fine. I got a few “incomplete
line” messages. When I upgraded to the ill-fated 3.4 the number of the
messages increased dramatically.

As for misconfiguration in the project, I can build the project fine with
build and with ddkbuild prior to 3.4. I will try the new and improved 3.5
and see if that is any better.

Dan

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Mark Roddy
Sent: Wednesday, May 30, 2001 7:58 AM
To: NT Developers Interest List
Subject: [ntdev] RE: Problems wit DDKBUILD version 3.5

Argh.

Ok the version is fixed, version 3.5 is now actually available, rather
than 3.4.

I have no idea what your other problem is. The first bunch of errors are
normal, as in some of the microsoft supplied sdk include files are in
fact missing the cr-lf sequence that the dos-era build tools think just
have to be there. You can ignore this error case.

Your other problem looks like a misconfiguration of your project.

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Dan Sullivan
Sent: Tuesday, May 29, 2001 3:15 PM
To: NT Developers Interest List
Subject: [ntdev] Problems wit DDKBUILD version 3.5
Importance: High

Mark,

I just downloaded the latest version from the hollistech web
site and my build fail. Looking into this I noticed that the
version comes up as 3.4 - did you mess something up when you
made it available on the web site?

So anyway, what happens is the I get the long list of files
with “last line incomplete” messages then errors when trying
to invoke nmake.exe. Here’s a snippet from teh log:

BUILD: d:\program files\microsoft platform
sdk\include\mtxdm.h(27): last line incomplete
BUILD: d:\program files\microsoft platform
sdk\include\adodef.h(49): last line incomplete
BUILD: d:\program files\microsoft platform
sdk\include\msjetoledb.h(177): last line incomplete
BUILD: Examining
m:\dts_orion_win\iscsi\kernel\iscsiminiport\src directory for
files to compile.
m:\dts_orion_win\iscsi\kernel\iscsiminiport\src
m:\dts_orion_win\iscsi\kernel\iscsiminiport\src - 4
source files (20,903
lines)
BUILD: Saving F:\DDK\build.dat…
BUILD: Compiling
m:\dts_orion_win\iscsi\kernel\iscsiminiport\src directory
BUILD: nmake.exe failed - rc = 2
BUILD: Linking
m:\dts_orion_win\iscsi\kernel\iscsiminiport\src directory
BUILD: nmake.exe failed - rc = 2
BUILD: Done

Dan

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On > Behalf Of Mark
Roddy
Sent: Monday, May 28, 2001 3:19 PM
To: NT Developers Interest List
Subject: [ntdev] DDKBUILD version 3.5 released

Given a three day weekend, I can even manage to update a
lousy bat file!

DDKBUILD has been updated to support the XP (beta 2) DDK. New
command line options -XP and -XP64 now support building
either XP x86 or XP IA64 projects.

DDKBUILD is as always available from the hollistech website
resource page.

Mark Roddy
Windows 2000/NT Consultant
Hollis Technology Solutions
xxxxx@hollistech.com
603 321 1032
www.hollistech.com


You are currently subscribed to ntdev as:
xxxxx@emulex.com To unsubscribe send a blank email
to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: xxxxx@tellink.net
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: xxxxx@emulex.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Hi

I just downloaded the ddkbuild.bat file from www.hollistech.com . I followed
the instructions that are posted on the site . I am not able to see
compiling my files in that. Below is the information that is displayed in
the Debug window . I could see the browser information on the class view
window . Am I missing anything ?

Can anybody help me out ?

thanks in advance
srinvas

eleting intermediate files and output files for project ‘test1 - Win32
Debug’.
--------------------Configuration: test1 - Win32 Debug--------------------
DDBUILD VERSION 3.5.2 FREEWARE FROM HOLLIS TECHNOLOGY SOLUTIONS
Comments? Suggestions? xxxxx@hollistech.com
PATH: C:\NTDDK\bin;C:\Program Files\Microsoft Visual
Studio\Common\MSDev98\Bin;C:\Program Files\Microsoft Visual
Studio\VC98\BIN;C:\Program Files\Microsoft Visual
Studio\Common\TOOLS;C:\Program Files\Microsoft Visual
Studio\Common\TOOLS\WINNT;C:\WIN
NT\system32;C:\WINNT;C:\WINNT\System32\Wbem
New or updated MSVC detected. Updating DDK environment…
Setting environment for using Microsoft Visual C++ tools.
Starting dirs creation…Completed.
build in directory . with arguments /a (basedir C:\NTDDK)
run build -cfe for checked version in .
BUILD: Object root set to: ==> objchk
BUILD: /i switch ignored
BUILD: Compile and Link for i386
BUILD: Loading C:\NTDDK\build.dat…
BUILD: Computing Include file dependencies:
BUILD: c:\program files\microsoft visual studio\vc98\include\exdisp.odl(31):
c:\program files\microsoft visual studio\vc98\include\exdisp.odl - invalid
include statement: importlib(STDOLE_TLB);
BUILD: c:\program files\microsoft visual studio\vc98\include\vidsvr.odl(16):
c:\program files\microsoft visual studio\vc98\include\vidsvr.odl - invalid
include statement: importlib(STDOLE_TLB);
BUILD: c:\progra~1\micros~3\vc98\include\exdisp.odl(31):
c:\progra~1\micros~3\vc98\include\exdisp.odl - invalid include statement:
importlib(STDOLE_TLB);
BUILD: c:\progra~1\micros~3\vc98\include\vidsvr.odl(16):
c:\progra~1\micros~3\vc98\include\vidsvr.odl - invalid include statement:
importlib(STDOLE_TLB);
BUILD: Saving C:\NTDDK\build.dat…
BUILD: Done
=============== build warnings ======================

build complete
building browse information files
ddkbuild complete

test1.exe - 0 error(s), 0 warning(s)


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

What exactly is the problem? The output you provide is normal, except
that it appears that nothing was compiled. Try a clean build. Also, you
should have a build*.log file in the build target directory. Also, you
must have the usual stuff, like SOURCES file etc. If you can’t build the
driver using the ddk command shell window (build -cZ) it won’t build
using ddkbuild inside the ide either.

If you are concerned about the stuff like
“c:\progra~1\micros~3\vc98\include\exdisp.odl - invalid include
statement: importlib(STDOLE_TLB);” don’t be, that is the normal
incompatibility between visual studio supplied include files and ddk
expectations.

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of
Srinivasa Rao Deevi
Sent: Friday, June 01, 2001 9:13 PM
To: NT Developers Interest List
Subject: [ntdev] Problems wit DDKBUILD version 3.5

Hi

I just downloaded the ddkbuild.bat file from
www.hollistech.com . I followed the instructions that are
posted on the site . I am not able to see compiling my files
in that. Below is the information that is displayed in the
Debug window . I could see the browser information on the
class view window . Am I missing anything ?

Can anybody help me out ?

thanks in advance
srinvas

eleting intermediate files and output files for project
‘test1 - Win32 Debug’.
--------------------Configuration: test1 - Win32
Debug-------------------- DDBUILD VERSION 3.5.2 FREEWARE FROM
HOLLIS TECHNOLOGY SOLUTIONS Comments? Suggestions? xxxxx@hollistech.com
PATH: C:\NTDDK\bin;C:\Program Files\Microsoft Visual
Studio\Common\MSDev98\Bin;C:\Program Files\Microsoft Visual
Studio\VC98\BIN;C:\Program Files\Microsoft Visual
Studio\Common\TOOLS;C:\Program Files\Microsoft Visual
Studio\Common\TOOLS\WINNT;C:\WIN
NT\system32;C:\WINNT;C:\WINNT\System32\Wbem
New or updated MSVC detected. Updating DDK environment…
Setting environment for using Microsoft Visual C++ tools.
Starting dirs creation…Completed. build in directory . with
arguments /a (basedir C:\NTDDK)
run build -cfe for checked version in .
BUILD: Object root set to: ==> objchk
BUILD: /i switch ignored
BUILD: Compile and Link for i386
BUILD: Loading C:\NTDDK\build.dat…
BUILD: Computing Include file dependencies:
BUILD: c:\program files\microsoft visual
studio\vc98\include\exdisp.odl(31):
c:\program files\microsoft visual
studio\vc98\include\exdisp.odl - invalid include statement:
importlib(STDOLE_TLB);
BUILD: c:\program files\microsoft visual
studio\vc98\include\vidsvr.odl(16):
c:\program files\microsoft visual
studio\vc98\include\vidsvr.odl - invalid include statement:
importlib(STDOLE_TLB);
BUILD: c:\progra~1\micros~3\vc98\include\exdisp.odl(31):
c:\progra~1\micros~3\vc98\include\exdisp.odl - invalid
include statement: importlib(STDOLE_TLB);
BUILD: c:\progra~1\micros~3\vc98\include\vidsvr.odl(16):
c:\progra~1\micros~3\vc98\include\vidsvr.odl - invalid
include statement: importlib(STDOLE_TLB);
BUILD: Saving C:\NTDDK\build.dat…
BUILD: Done
=============== build warnings ======================

build complete
building browse information files
ddkbuild complete

test1.exe - 0 error(s), 0 warning(s)


You are currently subscribed to ntdev as: xxxxx@tellink.net
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Mark

I made a mistake of properly not including sources file in to the project .
The file I included was in different directory . So I could not get the
files compiled . Now I could see the compilation of all files .

Thanks for the reply
srinivas

-----Original Message-----
From: Mark Roddy [mailto:xxxxx@hollistech.com]
Sent: Friday, June 01, 2001 6:53 PM
To: NT Developers Interest List
Subject: [ntdev] RE: Problems wit DDKBUILD version 3.5

What exactly is the problem? The output you provide is normal, except
that it appears that nothing was compiled. Try a clean build. Also, you
should have a build*.log file in the build target directory. Also, you
must have the usual stuff, like SOURCES file etc. If you can’t build the
driver using the ddk command shell window (build -cZ) it won’t build
using ddkbuild inside the ide either.

If you are concerned about the stuff like
“c:\progra~1\micros~3\vc98\include\exdisp.odl - invalid include
statement: importlib(STDOLE_TLB);” don’t be, that is the normal
incompatibility between visual studio supplied include files and ddk
expectations.

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of
Srinivasa Rao Deevi
Sent: Friday, June 01, 2001 9:13 PM
To: NT Developers Interest List
Subject: [ntdev] Problems wit DDKBUILD version 3.5

Hi

I just downloaded the ddkbuild.bat file from
www.hollistech.com . I followed the instructions that are
posted on the site . I am not able to see compiling my files
in that. Below is the information that is displayed in the
Debug window . I could see the browser information on the
class view window . Am I missing anything ?

Can anybody help me out ?

thanks in advance
srinvas

eleting intermediate files and output files for project
‘test1 - Win32 Debug’.
--------------------Configuration: test1 - Win32
Debug-------------------- DDBUILD VERSION 3.5.2 FREEWARE FROM
HOLLIS TECHNOLOGY SOLUTIONS Comments? Suggestions? xxxxx@hollistech.com
PATH: C:\NTDDK\bin;C:\Program Files\Microsoft Visual
Studio\Common\MSDev98\Bin;C:\Program Files\Microsoft Visual
Studio\VC98\BIN;C:\Program Files\Microsoft Visual
Studio\Common\TOOLS;C:\Program Files\Microsoft Visual
Studio\Common\TOOLS\WINNT;C:\WIN
NT\system32;C:\WINNT;C:\WINNT\System32\Wbem
New or updated MSVC detected. Updating DDK environment…
Setting environment for using Microsoft Visual C++ tools.
Starting dirs creation…Completed. build in directory . with
arguments /a (basedir C:\NTDDK)
run build -cfe for checked version in .
BUILD: Object root set to: ==> objchk
BUILD: /i switch ignored
BUILD: Compile and Link for i386
BUILD: Loading C:\NTDDK\build.dat…
BUILD: Computing Include file dependencies:
BUILD: c:\program files\microsoft visual
studio\vc98\include\exdisp.odl(31):
c:\program files\microsoft visual
studio\vc98\include\exdisp.odl - invalid include statement:
importlib(STDOLE_TLB);
BUILD: c:\program files\microsoft visual
studio\vc98\include\vidsvr.odl(16):
c:\program files\microsoft visual
studio\vc98\include\vidsvr.odl - invalid include statement:
importlib(STDOLE_TLB);
BUILD: c:\progra~1\micros~3\vc98\include\exdisp.odl(31):
c:\progra~1\micros~3\vc98\include\exdisp.odl - invalid
include statement: importlib(STDOLE_TLB);
BUILD: c:\progra~1\micros~3\vc98\include\vidsvr.odl(16):
c:\progra~1\micros~3\vc98\include\vidsvr.odl - invalid
include statement: importlib(STDOLE_TLB);
BUILD: Saving C:\NTDDK\build.dat…
BUILD: Done
=============== build warnings ======================

build complete
building browse information files
ddkbuild complete

test1.exe - 0 error(s), 0 warning(s)


You are currently subscribed to ntdev as: xxxxx@tellink.net
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: xxxxx@transilica.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com