473,651 Members | 2,634 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Difficulty compiling Dev C++

4 New Member
Hi, i know this might sound stupid but i keep getting this error each time when i compile! and have no idea what the comp is taking bout! please help!
"system cannot find specified file"
it also says something about there not seeming to be a GNU make file in path or in Dev C++ bin path.

how do i get this GNU make file etc.
Aug 5 '08 #1
7 2667
arnaudk
424 Contributor
You'd save yourself some of trouble if you used an IDE specifically designed with windows in mind if you're going to be using windows. Dev C++ was good back in the day but its compiler a sometimes buggy windows port of linux's g++ and now the free visual C++ express is a better option in my view.
This being said, how are you compiling your code? If you're using the Dev C++ try to hunt down the command line which it uses to compile your program and post it here, it should be in the options somewhere.
Aug 5 '08 #2
boxfish
469 Recognized Expert Contributor
Hi,
So nothing compiles? Do any project templates compile? I use Dev-C++ too. Maybe there's something wrong in your project options (in the Project menu) or compiler options (in the Tools menu).
Aug 5 '08 #3
rockz
4 New Member
Hi,
So nothing compiles? Do any project templates compile? I use Dev-C++ too. Maybe there's something wrong in your project options (in the Project menu) or compiler options (in the Tools menu).
it said there was something wrong with my compiler options
how do i post a screen shot cause this attach option sucks!
Aug 7 '08 #4
Banfa
9,065 Recognized Expert Moderator Expert
Prepare your image, make a post, then edit your post and attached the image to it.

I can't remember off the top of my head what the image size restrictions are but they are fairly restrictive particularly for gif images. You may wish either to use a JPEG or to package the image in a zip file.
Aug 7 '08 #5
ssingh
1 New Member
How about trying the Visual C++ Express? I used it to develop a search engine as a class project and it works really well. It's a free download too.
Aug 7 '08 #6
rockz
4 New Member
I found the problem,
Dev is crap (even though i've been using it for 4 years and i liked the way it worked)
VS is the way forward thanks guys!
Aug 18 '08 #7
TamusJRoyce
110 New Member
Ignore all the people saying, "use visual studio express." I find it admirable to not use a bloated ide such as that.

Switch to codeblocks which is the successor to dev-cpp. It's way easier to use and runs much faster than Visual Studio Express. Just make sure you get the mingw part of codeblocks as well, since dev-cpp's included mingw is depreciated & contains bugs (e.g. file writing).

As for bloodshed Dev-Cpp, after you install codeblocks, point all the compiler stuff in tools to codeblocks mingw & still use it if you find it's easier than codeblocks. Or notepad makes a great ide : ) j/k.

Then if you need visual studio, install it and have codeblocks use visual studio's compiler (each project you get to select a compiler you'd like to use).

Also works on Linux as well as Mac, so your projects can be safely copied/ported to those systems (given it uses supported libraries there).

Another useful ide is relo, though codeblocks I believe, depreciated that as well. It has the same capabilities of using multiple compilers.

ps. I've been using dev-cpp even to this day for over 13 years, and codeblocks for over 2 years. It's great if you have an updated mingw distribution & debugging is so much simpler (set a breakpoint. click debug. click step. simple).

With the ability to simply go to "update" and download your favorite api's makes things way simpler than spending hours personally downloading individual api's, configuring, and installing them. Get gentoo linux (or a simpler one like debian/ubuntoo) and ditch windows if you're into that.

Lemme program & do it quickly... Before my ideas have gone away.
Aug 19 '08 #8

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

Similar topics

0
2061
by: Martin Bless | last post by:
I need to access a MSSQL database (MS-Sql, not MySQL!)and would very much like to use mssql-0.09.tar.gz which is available from http://www.object-craft.com.au/projects/mssql/download.html Unfortunately the binary for Python-2.4 isn't available yet and I'd hate to step back to a previous version. I'm glad I managed to set up my XP machine to being able to compile extensions using the VC++ toolkit which freely availbale from MS. See
2
1421
by: Theodore V. Tolstoy | last post by:
Hi! GCC compiler produces: test2.cc: In function `int main()': test2.cc:17: no match for `CTest<char, 1>& + CTest<char, 2>&' operator when compiling text: 01 template<class T, int S>
3
3635
by: modemer | last post by:
Hello, I got weird compiling message similar like following when I compiled my simple code on Sun 5.8 with CC WorkShop 6 update 2 C++ 5.3. CC -g -o myclass.o -c myclass.cpp CC -g -o main.o -c main.cpp CC -g -L/usr/lib -lsocket -lnsl -o main myclass.o main.o __1cH__rwstdJ__rb_tree4CpknJmyclassHCSOCKET_nDstdEpair4Ck4n0BNCSOCKEVENTMGRJ SOCKEVENT___n0AL__select1st4n0G_C4__n0DEless4C4__n0DJallocator4n0G____Efind6
4
11340
by: Aaron Queenan | last post by:
When I build a C++ library to .NET using the managed C++ compiler, I get the following error message: Linking... LINK : error LNK2020: unresolved token (0A000005) _CrtDbgReport LINK : error LNK2020: unresolved token (0A000007) memset LINK : error LNK2020: unresolved token (0A000008) free LINK : error LNK2020: unresolved token (0A00000A) atexit LINK : error LNK2020: unresolved token (0A000028) wcscpy LINK : error LNK2020: unresolved...
2
1863
by: Rudy Ray Moore | last post by:
Hi guys, I just upgraded to "Visual Studio .net 2003 7.1 c++" from VS6. Some things I like (proper for loop variable scoping, for example), but some other things are troubling me. One annoying behavior is that the text editor often "hangs" (doesn't let me type) while compiling. Is there a way to fix this so it behaves more like VS6 (editor does not hang while compiling)?
10
2184
by: Christina N | last post by:
When compiling my ASP.Net application, VS puts the new DLL under the local cached directory 'VSWebCache' in stead of on the server. How can I make it save the DLL file on the server when compiling? I have opened the source code project through 'File - Open - Open project from web..' Best regards, Christina
3
2092
by: Vijay | last post by:
Dont study Linked List because I is quiet Difficult.
3
4107
by: wheresjim | last post by:
I am trying this project out: http://www.codeproject.com/useritems/javacsharp.asp I am having difficulty building parts of it with Visual Studio .NET 2003 because of a post-build step that attempts to create a netmodule from a .dll using the following command: csc /debug /t:module "$(OutDir)\$(ProjectName).dll"
0
1377
by: =?Utf-8?B?amVmZmVyeQ==?= | last post by:
i need help compiling code dynamically it may involve some reflection so if any one is any good in that field or compiling code this would be a great time to show me what you know. by the way my last weird but serious combo box error i solved my self it was just a simple recompile and some simple code changes and it worked. i will put a link to the code for compiling dynamially here: <a href =...
6
2637
by: truezplaya | last post by:
Hi all I am currently in the situation of deciding what to do for my final year project. I was wondering if any had already done such a project and if they could shed any light on the level of difficulty required. I am doing a software engineering degree. I have asked tutors and all i really get back is it has to be more than connections to a db. Some more complex functionality!?!?!?! I have ideas but after reflection they seem to be...
0
8275
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8792
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8694
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
7294
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4143
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4280
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2696
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1905
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1585
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.