Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

Makefile and CodeBlocks

Name: Anonymous 2013-06-02 14:04

I have this makefile which includes all the right files and stuff. However I'm under Windows and I'm using CodeBlocks, when I open the makefile with CodeBlocks it gives me "CodeBlocks does not yet know this filetype". How do I use this under Windows? Is there an option to import a project from a makefile I don't see?

Name: Anonymous 2013-06-02 14:06

The problem is solved by using a UNIX-like operating system and a decent IDE like vim or emacs.

Name: Anonymous 2013-06-02 14:19

Neither are an IDE, smartass.

But yes I will probably just use my VM.

Name: Anonymous 2013-06-02 14:32

>>3
Neither are an IDE, smartass.
Go the fuck back to /g/.

Name: Anonymous 2013-06-02 14:38

>LLLLLLLLLLLEEEEEEEEEEEEEEEEELLLLLLLLLLLLL
LE ASK /PROG/ FOR HELP

HI RE/G/G/ITBROS
PLEASE HELP
XDDDDDDDDDDDDDD
>LE MEME FACE.JP/G/
>2013
XDDDDD INSTALL LE /G/ENTOO LEEEEEEL

Name: Anonymous 2013-06-02 15:19

>>5
fuck off

Name: Anonymous 2013-06-02 15:54

>>6
you fuck off

Name: Anonymous 2013-06-02 16:01

IDEs are for idiots and corporations.

Name: Anonymous 2013-06-02 16:06

>>6
fuck me till I bleed.

Name: Anonymous 2013-06-02 19:26

LEL

ASK ON A PROGRAMMING BOARD FOR HELP

LEL

LEL LEL LELLLLLLLLLLL LELELELELELELELELEL

Name: Anonymous 2013-06-03 3:10

>>1
Install mingw32-make and tell CodeBlocks to run that.

Name: Anonymous 2013-06-03 14:13

Is this Body::Cocks IDE any good?  I have a couple of old Winders projects written in Dev-C++ and I wonder if I should port them to it

Name: Anonymous 2013-06-03 21:43

wat is windows?

Name: Anonymous 2013-06-03 21:56

Huh? Not OP and I've never been go /g/, but how the fuck is vim an IDE?

Name: Anonymous 2013-06-03 21:57

>>14
Are you fucking serious?

Name: Anonymous 2013-06-03 22:07

Huh? Not >>14 and I've never been go Reddit, but how the fuck is Lisp a programming language?

Name: Anonymous 2013-06-03 22:14

Just use Visual Studios.

Name: Anonymous 2013-06-03 22:16

Aihamadel bokhatar.

Name: Anonymous 2013-06-03 22:21

IDEs present a single program in which all development is done. This program typically provides many features for authoring, modifying, compiling, deploying and debugging software. This contrasts with software development using unrelated tools, such as vi, GCC or make.

Name: Anonymous 2013-06-03 23:12

>>19
IDEs are not monolithic in design. How do you distinguish an IDE that has many logical components from a more traditional arrangement of many separate programs?

All modern IDEs are designed to work with user provided build specifications that are also consumable by standalone build tools. Visual Studio integrates with nmake, nant and msbuild; Eclipse and Netbeans have make, ant, and maven. Not being able to decouple the build process from the IDE creates many problems that larger software projects needn't accept.

Name: Anonymous 2013-06-03 23:17

>>19
Ever heard of vim plugins, ni/g/g/er?

Name: Anonymous 2013-06-04 4:39

>>19
Why the hell does Visual Studio have about 20 separate command line tools then, and the VS GUI calls them in turns for various actions?

Name: Anonymous 2013-06-04 13:32

>>20,22
It's the collection of tools (i.e. the GUI at least in the case of VS) that makes it an IDE. A text editor is not an IDE

Name: Anonymous 2013-06-04 22:44

>>3
vi, gcc, ctags, make, and sh are a collection of tools.

Name: Anonymous 2013-06-05 0:04

>>24
No single program collects them.

Name: Anonymous 2013-06-05 0:27

>>25
Sure there is, it's called a shell:


$ screen
$ vim
:make tags
:e whatever.c
^[:w
:make
^aS^a^i^ac
gdb -tui



Edit, compie, debug.

Name: Anonymous 2013-06-05 12:54

>>26
Then your shell is the IDE in that case, none of the individual tools.

Name: Anonymous 2013-06-05 12:59

>>26
70ies are new again!

Name: Anonymous 2013-06-05 14:44

>>24
Visual Studio, Intellisense and MSSEPPLES Compiler are a collection of tools.

Name: Anonymous 2013-06-06 11:48

>>23
So VS is somehow not a text editor that can call other tools to make them do stuff of provide it with data?  What is it then, an image editor, you fucking nimrod?

Don't change these.
Name: Email:
Entire Thread Thread List