473,387 Members | 1,456 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Dev-C++ bloodshed Installation error

Hi when in stalling Dev-C++ on my computer (Windows Xp) i get an error on installation which does not allow me to compile i need some help to fix this problem so i can use the program.
Ok the program can acctually be used but it can not compile this is because of an error happening in the installation procces this is what the error says:
There doesn't seem to be a GNU make file path or in Dev-C++'s Bin path please make sure that you have GNU make
and adjust bin setting system PATH enviroment variable and that make setting compiler option contains correct
filename, otherwise you will not be able to compile anything.
Please help me what am i supposed to do!
Thanks much ^^
Sep 5 '07 #1
9 27265
sicarie
4,677 Expert Mod 4TB
Did you install just the GUI? (ie, have you installed the Mingw suite as well?)

If you have, try going to Tools > Compiler Options > Directories > Binaries --> Here set your directory like this : "C:\Prog\DevCPP\bin" (from osdir.com/ml/gnu.dev-cpp.user/2006-12/msg00002.html).
Sep 6 '07 #2
Ok i tried that but when i change the binary and then try to compile it still doesn't work, then after a few tries at compiling it tells me the directory does not exist and gives me an option to change it to deafult directory leaving me with the same problem :(
Sep 6 '07 #3
sicarie
4,677 Expert Mod 4TB
Ok i tried that but when i change the binary and then try to compile it still doesn't work, then after a few tries at compiling it tells me the directory does not exist and gives me an option to change it to deafult directory leaving me with the same problem :(
Can you see the 'bin' directory where your makefile is?
Sep 6 '07 #4
arnaudk
424 256MB
If you installed it with mingw32 as sicare said, then it sounds to me like to need to add paths to the PATH system variable:

Control Panel -> System -> Advanced tab, press "Environment variables".

In the system variables list, select Path, press Edit and at the end of Variable Value, append (don't forget the first semicolon):

;"c:\Program Files\Dev-cpp\bin";"c:\Program Files\Dev-cpp\libexec\gcc\mingw32\3.4.2"

Then OK to everything. Of course, if you installed Dev-cpp somewhere else then change the paths accordingly.
Sep 6 '07 #5
sicarie
4,677 Expert Mod 4TB
If you installed it with mingw32 as sicare said, then it sounds to me like to need to add paths to the PATH system variable:

Control Panel -> System -> Advanced tab, press "Environment variables".

In the system variables list, select Path, press Edit and at the end of Variable Value, append (don't forget the first semicolon):

;"c:\Program Files\Dev-cpp\bin";"c:\Program Files\Dev-cpp\libexec\gcc\mingw32\3.4.2"

Then OK to everything. Of course, if you installed Dev-cpp somewhere else then change the paths accordingly.
Ah, also a good call, thanks arnaudk.
Sep 6 '07 #6
I have the same problem but it's whenever I run the program, I don't know if I have the GUI(Mingw). I'm running XP, and the Dev-Cpp install directory is C:\Dev-Cpp\

And I tried everything suggested here nothing seemed to work.
Oct 6 '07 #7
I have the same problem but it's whenever I run the program, I don't know if I have the GUI(Mingw). I'm running XP, and the Dev-Cpp install directory is C:\Dev-Cpp\

And I tried everything suggested here nothing seemed to work.
Friend, maybe it is a good idea to check your bin directory for the mingw files.
It can happen to anyone to forget to install the correct version of Dev-C++ (with Mingw).

There are two types of binaries, maybe you are installing the worng one.
Oct 16 '07 #8
I have installed the same version on my other computer it worked fine. But on the computer i'm using now, I have the same trouble as "The End".
Jul 3 '09 #9
What error do you get?

Can you manually compile the following program from command line?
Expand|Select|Wrap|Line Numbers
  1. #include <iostream>
  2.  
  3. int main()
  4. {
  5.     std::cout << "Hello World!" << std::endl;
  6. }
  7.  
(save this file as hello.cpp)
Open a command line window (Start -> Run: cmd), switch to the directory where you saved this file and enter the following command:
g++ -o hello.exe hello.cpp

Is this working correctly?
Jul 13 '09 #10

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.