Thread: question about an error message.

  1. #1
    Registered User
    Join Date
    Dec 2002
    Posts
    221

    question about an error message.

    gcc: Compilation of header file requested
    gcc: file path prefix `C:\DEV-C_~1\Bin\' never used

    this is for a header file
    if i try to include this header file, it gives me this error inside of the header file

    for the glut.h header file

  2. #2
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    You're not trying to compile your .h file are you? Only compile your source (.cpp .cc) not your headers.
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  3. #3
    Registered User
    Join Date
    Dec 2002
    Posts
    221
    nope
    im compiling with that header file in there
    and when i doubleclick on the error, it points to the header file

  4. #4
    Registered User
    Join Date
    Nov 2002
    Posts
    1,109
    code?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Alice....
    By Lurker in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 06-20-2005, 02:51 PM
  2. Debugging question
    By o_0 in forum C Programming
    Replies: 9
    Last Post: 10-10-2004, 05:51 PM
  3. Question about pointers #2
    By maxhavoc in forum C++ Programming
    Replies: 28
    Last Post: 06-21-2004, 12:52 PM
  4. Question...
    By TechWins in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 07-28-2003, 09:47 PM
  5. Question, question!
    By oskilian in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 12-24-2001, 01:47 AM