-
The beginning of the error log looks like this:
Compiler: Default compiler
Building Makefile: "C:\Dev-Cpp\Projects\Makefile.win"
Executing make...
make.exe -f "C:\Dev-Cpp\Projects\Makefile.win" NLSfitting.o
g++.exe -c NLSfitting.cpp -o NLSfitting.o -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"C:/Dev-Cpp/include/c++/3.4.2/backward"...
2009-07-22 23:29:57 UTC in Dev-C++
-
I have reinstall Dev C++ altogether now using the previous forum posts. And downloaded gsl 1.8 in the same folder as Dev C++. C:\Dev-Cpp.
At this point, I still have to find the exact directions of how to create a project and run a .cpp that allows me to access GNU math libraries. As before, the end goal is being able to run the nice example GNU community provided...
2009-07-22 18:10:34 UTC in Dev-C++
-
I have Windows XP. I followed steps 1 & 2. But I was not able to locate files that had Devcpp.ini and .cfg thereafter. I followed John's direction of
dir \devcpp.* /a /s <Enter>
And my command prompt still returned that file not found. Is it safe to assume that the .ini and .cfg for Devcpp have been removed?
C:\>dir /devcpp.* /a /s
Volume in drive C is OS
Volume...
2009-07-22 15:57:07 UTC in Dev-C++
-
'Unexpected Error' msg box appears when I run an example from GNU. It also does not allow me to save the .cpp to the project. The project was created using steps 2)-14). The bug report was:
Application version: 4.9.9.2
Machine info
---------
Platform : Windows NT
OS version : version 5.1 (build 2600)
Additional info: Service Pack 3
The following error occured in...
2009-07-22 12:56:00 UTC in Dev-C++
-
Yes. When others come onto e-forum in our field addressing many of their many questions which seem redundant to us b.c. it is our field, we tend to be helpful without being rude.
2009-07-22 12:40:22 UTC in Dev-C++
-
When I go to Tools>Package Manager, I see my Package Manager (v. 2.2.6) in which I have packages such as gcc-core, gcc-g++, GNU Debugger, GNU Make etc.
But when I create a new project and try to run the example found in GNU,
http://linux.duke.edu/~mstenner/free-docs/gsl-ref-1.1/gsl-ref_36.html#SEC465
I still get compiler errors as if it doesn't recognize the math functions used in the...
2009-07-22 08:04:36 UTC in Dev-C++
-
When I go to >Compiler Options>Compiler, Makefile Generation: Use fast but imperfect dependency generation is ticked. When I check Compiler Options>Programs, 'make' references make.exe in Dev-C++>bin. But when I open the folder Dev-C++>bin, I only see one file (i.e., rm.exe). Is the Makefile suppose to go here?
Could you please include the link to where this issue was...
2009-07-22 07:44:37 UTC in Dev-C++
-
Hello:
I cannot seem to run the examples (e.g., Jackpot etc.) Each time I open up my Dev C++ 9.4.2.2, I get the following message box
"There doesn't seem to be GNU Make file in PATH or in Dev-C++'s Bin path. Please make sure that you have GNU Make and adjust Bin setting or system PATH environment variable and that make setting in Compiler Option contains correct filename, otherwise...
2009-07-21 15:33:51 UTC in Dev-C++
-
Thanks, Wayne. I went to
http://devpaks.org/details.php?devpak=91
But when I opened the executable for the download link
http://samotyjak.pwsz.elblag.pl/devpak/GSL-1.6-gcc3.3.1-1cml.DevPak
It opened up 'Package Manager' with several compnents. I am not sure where to install these components in my Bloodshed C++ folder structure so I can access the GNU math libraries. The components...
2009-07-20 16:37:06 UTC in Dev-C++
-
Hello:
There are numerical functions in the GNU Scientific Library that I need to use in my C++ code:
http://linux.duke.edu/~mstenner/free-docs/gsl-ref-1.1/gsl-ref_19.html
But how do I do tihs in Dev C++?
Thank you!
2009-07-20 11:37:53 UTC in Dev-C++