After modifying build.xml to ensure “vc” is the compiler while “d3d” is used to render, I obtained the following error messages during “ant” compilation. What else should I revise to compile j3d-core with d3d rendering support?
Rgds
JIA
compile:
[echo] Executing 32 bit native renderer build [debug]
[mkdir] Created dir: C:\jiapei\MyPrograms\Eclipse\j3d-core\build\windows-i58
6-vc\debug\native\d3d\objs
[exec] DrawingSurfaceObjectAWT.c
[exec] MasterControl.c
[exec] D3dVertexBuffer.cpp
[exec] c:\jiapei\myprograms\eclipse\j3d-core\src\native\d3d\StdAfx.h(75) :
fatal error C1083: Cannot open include file: 'dxerr9.h': No such file or directo
ry
[exec] D3dDisplayList.cpp
[exec] c:\jiapei\myprograms\eclipse\j3d-core\src\native\d3d\StdAfx.h(75) :
fatal error C1083: Cannot open include file: 'dxerr9.h': No such file or directo
ry
[exec] D3dDriverInfo.cpp
[exec] c:\jiapei\myprograms\eclipse\j3d-core\src\native\d3d\Stdafx.h(75) :
fatal error C1083: Cannot open include file: 'dxerr9.h': No such file or directo
ry
[exec] D3dDeviceInfo.cpp
[exec] c:\jiapei\myprograms\eclipse\j3d-core\src\native\d3d\Stdafx.h(75) :
fatal error C1083: Cannot open include file: 'dxerr9.h': No such file or directo
ry
[exec] D3dCtx.cpp
[exec] c:\jiapei\myprograms\eclipse\j3d-core\src\native\d3d\Stdafx.h(75) :
fatal error C1083: Cannot open include file: 'dxerr9.h': No such file or directo
ry
[exec] D3dUtil.cpp
[exec] c:\jiapei\myprograms\eclipse\j3d-core\src\native\d3d\StdAfx.h(75) :
fatal error C1083: Cannot open include file: 'dxerr9.h': No such file or directo
ry
[exec] GeometryArrayRetained.cpp
[exec] c:\jiapei\myprograms\eclipse\j3d-core\src\native\d3d\StdAfx.h(75) :
fatal error C1083: Cannot open include file: 'dxerr9.h': No such file or directo
ry
[exec] Canvas3D.cpp
[exec] c:\jiapei\myprograms\eclipse\j3d-core\src\native\d3d\StdAfx.h(75) :
fatal error C1083: Cannot open include file: 'dxerr9.h': No such file or directo
ry
[exec] GraphicsContext3D.cpp
[exec] c:\jiapei\myprograms\eclipse\j3d-core\src\native\d3d\StdAfx.h(75) :
fatal error C1083: Cannot open include file: 'dxerr9.h': No such file or directo
ry
[exec] Attributes.cpp
[exec] c:\jiapei\myprograms\eclipse\j3d-core\src\native\d3d\StdAfx.h(75) :
fatal error C1083: Cannot open include file: 'dxerr9.h': No such file or directo
ry
[exec] Lights.cpp
[exec] c:\jiapei\myprograms\eclipse\j3d-core\src\native\d3d\StdAfx.h(75) :
fatal error C1083: Cannot open include file: 'dxerr9.h': No such file or directo
ry
[exec] NativeConfigTemplate3D.cpp
[exec] c:\jiapei\myprograms\eclipse\j3d-core\src\native\d3d\StdAfx.h(75) :
fatal error C1083: Cannot open include file: 'dxerr9.h': No such file or directo
ry
[exec] Generating Code...
[exec] Result: 2
[exec] LINK : fatal error LNK1181: cannot open input file 'Attributes.obj'
[exec] Result: 1181
BUILD FAILED
C:\jiapei\MyPrograms\Eclipse\j3d-core\build.xml:420: The following error occurre
d while executing this line:
C:\jiapei\MyPrograms\Eclipse\j3d-core\build.xml:424: The following error occurre
d while executing this line:
C:\jiapei\MyPrograms\Eclipse\j3d-core\src\native\build.xml:417: The following er
ror occurred while executing this line:
C:\jiapei\MyPrograms\Eclipse\j3d-core\src\native\d3d\build-windows-i586-vc.xml:3
6: Warning: Could not find file C:\jiapei\MyPrograms\Eclipse\j3d-core\build\wind
ows-i586-vc\debug\native\d3d\objs\j3dcore-d3d.dll to copy.