I followed the instructions in the Install file and got
the following errors at compile --
Compiling...
bitmap_test.c
c:\cg-
research\hands\software\gandalf\image\bitmap_te
st.c(27) : fatal error C1083: Cannot open include
file: 'gandalf/TestFramework/cUnit.h': No such file
or directory
image_test.c
c:\cg-
research\hands\software\gandalf\image\image_tes
t.c(27) : fatal error C1083: Cannot open include
file: 'gandalf/TestFramework/cUnit.h': No such file
or directory
linalg_test.c
c:\cg-
research\hands\software\gandalf\linalg\linalg_test
.c(27) : fatal error C1083: Cannot open include
file: 'gandalf/TestFramework/cUnit.h': No such file
or directory
camera_test.c
c:\cg-
research\hands\software\gandalf\vision\camera_te
st.c(27) : fatal error C1083: Cannot open include
file: 'gandalf/TestFramework/cUnit.h': No such file
or directory
vision_test.c
c:\cg-
research\hands\software\gandalf\vision\vision_tes
t.c(27) : fatal error C1083: Cannot open include
file: 'gandalf/TestFramework/cUnit.h': No such file
or directory
cUnit.c
c:\cg-
research\hands\software\gandalf\testframework\c
unit.c(17) : fatal error C1083: Cannot open include
file: 'gandalf/TestFramework/cUnit.h': No such file
or directory
common_test.c
c:\cg-
research\hands\software\gandalf\common\commo
n_test.c(32) : fatal error C1083: Cannot open
include file: 'gandalf/TestFramework/cUnit.h': No
such file or directory
list_test.c
c:\cg-
research\hands\software\gandalf\common\list_tes
t.c(32) : fatal error C1083: Cannot open include
file: 'gandalf/TestFramework/cUnit.h': No such file
or directory
Error executing cl.exe.
Gandalf_TestSuite.exe - 8 error(s), 0 warning(s)
The following environment variables were not found
$(libpng)
$(ifl)
$(DEVDIR)
$(zlib)
-------------
I checked the directory, and cUnit.h and cUtil.h
were where they were supposed to be.
I use Visual C++ 6.00, and Windows 2000
Logged In: NO
You should add variable "libpng", "DEVDIR" and "zlib" to your
system enviroment variables.
You can get more details to solve the problem in the
file "gandalf/INSTALL"
Good luck