I have the strangest problem when trying to create and install muParser on my windows computer. As suggested in the installation guide, I just burn the CD to the build folder and run
make -f makefile.mingw
This should be a good and correct standard procedure. However, I cannot understand the output from the command:
if not exist obj\gcc_static_rel mkdir obj\gcc_static_rel Microsoft Windows [Version 6.1.7600] Copyright (c) 2009 Microsoft Corporation. All rights reserved. C:\Users\Chase\Desktop\muparser_v2_0_0\muparser_v2_0_0\build>
Now ... at this moment I'm really confused. Since according to the name of the command window, I still INSIDE the make command. So, I type "exit" at the "prompt"
g++ -c -o obj\gcc_static_rel\muParser_lib_muParser.o -DNDEBUG -O2 -D_WIN32 - I..\include -MTobj\gcc_static_rel\muParser_lib_muParser.o - MFobj\gcc_static_rel\muParser_lib_muParser.od -MD -MP ../src/muParser.cpp Microsoft Windows [Version 6.1.7600] Copyright (c) 2009 Microsoft Corporation. All rights reserved. C:\Users\Chase\Desktop\muparser_v2_0_0\muparser_v2_0_0\build>
The "step" command appears through the following function. I continue to type exit at the "prompt", and the command seems to continue to step until it is executed. However, after full completion, I do not see any results, and it seems that nothing has been done.
In addition, this has nothing to do with the command line. I even wrote a python script in cd to a directory and call make, and the output still displays a window-style command line - complete with Microsoft's copyright line, etc., and was waiting for input. I typed exit the same way until the process returned to python.
Now I can go crazy, but I'm really confused. The request on the forums did not help, the only answer is that "window assembly should work."
Does anyone know what is happening ???