[Ecls-list] Problems building ecl-0.9i
Steven_Kilby at kofax.com
Steven_Kilby at kofax.com
Wed Oct 11 17:11:42 UTC 2006
Hi,
I just tried building ecl-0.9i with a commercial version of Visual Studio
.NET 2003. I've worked through two problems, first there is a typo in the
main Makefile. The LDFLAGS variable includes /nodefaultlib:libd and that
should read /nodefaultlib:libcd. The second issue is with
msvc/gc/Makefile. This makefile includes ntwin32.mak which includes the
-MLd compiler switch, and this switch overrides the -MD setting. I worked
around this by including 'cvars = -NULL=0 -MD' under the include
directive.
The third problem I've not been able to workaround:
makeinfo -I ..\..\src\doc --no-split ..\..\src\doc/devel.txi
Making info file `ecldev.info' from `..\..\src\doc/devel.txi'.
..\..\src\doc/devel.txi:468: Unknown command `verbatim'.
..\..\src\doc/devel.txi:482: Unmatched `@end'.
..\..\src\doc/devel.txi:497: Unknown command `verbatim'.
..\..\src\doc/devel.txi:505: Unmatched `@end'.
..\..\src\doc/devel.txi:1022: Unknown command `verbatim'.
..\..\src\doc/devel.txi:1026: Unmatched `@end'.
..\..\src\doc/devel.txi:1299: Unknown command `verbatim'.
..\..\src\doc/devel.txi:1312: Unmatched `@end'.
..\..\src\doc/devel.txi:1658: Unknown command `verbatim'.
..\..\src\doc/devel.txi:1678: Unmatched `@end'.
makeinfo: Removing output file
`D:\local\src\ecl-0.9i\msvc\doc/ecldev.info' due
to errors; use --force to preserve.
NMAKE : fatal error U1077: 'makeinfo' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio .NET
2003\
VC7\BIN\nmake.exe"' : return code '0x2'
Stop.
Anyone have any ideas?
Thanks
Steven
More information about the ecl-devel
mailing list