Thread: An Error with Dev-Cpp or my bad? Lmao.

  1. #1
    Registered User FoFGhost's Avatar
    Join Date
    Jun 2011
    Location
    Iowa
    Posts
    10

    An Error with Dev-Cpp or my bad? Lmao.

    WTF is this?

    Code:
    Compiler: Default compiler
    Building Makefile: "C:\Users\GhostProgram\Desktop\The Dark Carnival CoC\Makefile.win"
    Executing  make...
    make.exe -f "C:\Users\GhostProgram\Desktop\The Dark Carnival CoC\Makefile.win" all
    g++.exe -c main.cpp -o main.o -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include"  -I"C:/Dev-Cpp/include/c++/3.4.2/backward"  -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32"  -I"C:/Dev-Cpp/include/c++/3.4.2"  -I"C:/Dev-Cpp/include"   
    
    g++.exe main.o character.o  -o "The Dark Carnival CoC.exe" -L"C:/Dev-Cpp/lib" -L"C:/Dev-Cpp/lib/allegro" C:/Dev-Cpp/lib/liballeg.dll.a  
    
    g++.exe main.o character.o  -o "The Dark Carnival CoC.exe" -L"C:/Dev-Cpp/lib" -L"C:/Dev-Cpp/lib/allegro" C:/Dev-Cpp/lib/liballeg.dll.a  
    
    g++.exe main.o character.o  -o "The Dark Carnival CoC.exe" -L"C:/Dev-Cpp/lib" -L"C:/Dev-Cpp/lib/allegro" C:/Dev-Cpp/lib/liballeg.dll.a  
    
    g++.exe main.o character.o  -o "The Dark Carnival CoC.exe" -L"C:/Dev-Cpp/lib" -L"C:/Dev-Cpp/lib/allegro" C:/Dev-Cpp/lib/liballeg.dll.a  
    
    C:\Dev-Cpp\Bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\mingw32\bin\ld.exe: cannot open output file The Dark Carnival CoC.exe: Permission denied
    collect2: ld returned 1 exit status
    
    make.exe: *** [CoC.exe"] Error 1
    
    Execution terminated

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    Perhaps you left the test console window open.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  3. #3
    Registered User FoFGhost's Avatar
    Join Date
    Jun 2011
    Location
    Iowa
    Posts
    10
    That might be it. It works like, 5 seconds after the window closes. ;]

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 1
    Last Post: 11-15-2010, 11:14 AM
  2. Replies: 3
    Last Post: 10-02-2007, 09:12 PM
  3. LMAO @ RoD
    By axon in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 01-19-2004, 06:41 PM
  4. omg lmao go to this link, it's funnay!
    By Shadow12345 in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 12-07-2002, 06:12 AM
  5. Source Code To Windows 98, LMAO
    By Generator in forum A Brief History of Cprogramming.com
    Replies: 28
    Last Post: 10-23-2001, 07:01 AM

Tags for this Thread