473,469 Members | 1,826 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Dev-C++ bloodshed Installation error

2 New Member
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 27268
sicarie
4,677 Recognized Expert Moderator Specialist
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
The End
2 New Member
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 Recognized Expert Moderator Specialist
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 Contributor
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 Recognized Expert Moderator Specialist
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
Pwned9080
1 New Member
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
Vitor Jorge
1 New Member
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
superballistix
1 New Member
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
tux4life
5 New Member
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: 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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.