I am trying to compile the source tree on visual studio with makefile.msc and I get the following: C:\TFS\Main\source\lib\ThirdParty\sqlite_dbg\sqlite-src-3080100>nmake -B -f make file.msc | more
Microsoft (R) Program Maintenance Utility Version 9.00.30729.01 Copyright (C) Microsoft Corporation. All rights reserved. copy .\src\lempar.c . 1 file(s) copied. cl -W3 -MD -DNDEBUG -D_CRT_SECURE_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_NONSTDC_NO_WARNINGS -Od -Zi -Daccess=_access -Felemon.exe .\tool\lemon.c /link Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 Copyright (C) Microsoft Corporation. All rights reserved. lemon.c Microsoft (R) Incremental Linker Version 9.00.30729.01 Copyright (C) Microsoft Corporation. All rights reserved. /debug /out:lemon.exe lemon.obj del /Q parse.y parse.h parse.h.temp copy .\src\parse.y . 1 file(s) copied. .\lemon.exe -DSQLITE_ENABLE_FTS3=1 -DSQLITE_ENABLE_RTREE=1 -DSQLITE_ENA BLE_COLUMN_METADATA=1 -DSQLITE_MAX_TRIGGER_DEPTH=100 parse.y move parse.h parse.h.temp NMAKE : fatal error U1045: spawn failed : No error Stop. C:\TFS\Main\source\lib\ThirdParty\sqlite_dbg\sqlite-src-3080100> Why am I doing this: I have a database lock error coming from a update query and I am not sure why. So I want to debug into it...but debugging into a file bigger than 65000 lines does not work at all on visual studio 2008. Thank you for any advice. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users