Original Post
Hi, I finally decided myself to try boost. I'm interested in the regex lib, and I'd like to compile it as a .lib to use it in my project. Problem is I'm having troubles compiling it. The path to the nmake, cl, etc. is correctly set, but I'm having a "NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 9.0\VC\bin\cl.EXE"' : return code '0xc0000135'" error when trying to compile ... I'm compiling using "nmake -fvc8.mak" I'm using Visual C++ 2008 Express Edition I've set the INCLUDE and LIBPATH environment variable (as said in the cl.exe documentation) Anyone knows why I've got this error and how can I compile the regex library ? [Edited by - paic on February 11, 2008 7:37:27 AM]