Search:

Type: Posts; User: Noerbo

Search: Search took 0.00 seconds.

  1. I don't understand why but it seems to be working...

    I don't understand why but it seems to be working just fine now.

    Salem >> Thank you very much for your time
  2. I have never had main.c. Emacs creates a file...

    I have never had main.c. Emacs creates a file named main.cpp~ but it has never given any problems before. And even if it is there make works fine now.


    make -f Makefile
    g++ -c -o main.o...
  3. I am a Little confused. In the line "sources =...

    I am a Little confused. In the line "sources = main.cpp" I would say that I specify the source file.
  4. OK now I am confused. Your command works fine...

    OK now I am confused.
    Your command works fine and after I ran it my makefile suddenly started working. The manual says that the -c flag compiles the file without linking it.
    How come running it...
  5. It is the program that crashes. It compiles with...

    It is the program that crashes. It compiles with no problems. It makes no difference if I run make from within my IDE (emacs) ot just in a terminal. What I think is wired is that it only happends...
  6. Using a makefile to compile a program using SDL

    Hello

    I am trying to learn SDL from this tutorial ( http://lazyfooproductions.com/SDL_tutorials/lesson02/index.php ) but I am having some troubles compiling with make.

    If i just use: "g++...
Results 1 to 6 of 6