• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

Why doesnt my Codelite compile?

Joined
3/25/11
Messages
26
Points
13
Hi guys, I just installed code-lite, but i dont why, its compiling any code. The error message is
C++:
 ----------Build Started--------
C:\windows\system32\cmd.exe /c ""mingw32-make.exe"  -j 8 -f "cs_wsp.mk""
The current directory is invalid.
----------Build Ended----------
0 errors, 0 warnings
Can anyone give me some help?
 
Looks like you're saving the file to an invalid directory. Try saving it to your desktop and running from there.

When you installed code-lite did you change the default directory to save files to?
If saving and running from the desktop still return's the same error I'd reinstall using all the default settings.
 
Back
Top