Thread: I cant figure out how to fix this error

  1. #1
    Registered User
    Join Date
    Nov 2005
    Posts
    673

    I cant figure out how to fix this error

    Code:
    26 C:\Dev-Cpp\Projects\Main Project\Makefile.win [Build Error] *** mixed implicit and normal rules.  Stop.
    I cant figure out what this error means? do you guys know?

  2. #2
    Bond sunnypalsingh's Avatar
    Join Date
    Oct 2005
    Posts
    162
    See This
    http://lists.gnu.org/archive/html/he.../msg00026.html
    But it will be better if you post your code

  3. #3
    Registered User
    Join Date
    Nov 2005
    Posts
    673
    It wouldnt do any good it is giving me that error on a hello world program
    doesnt make sense all my stuff was worknig fine jus a little while ago

  4. #4
    Bond sunnypalsingh's Avatar
    Join Date
    Oct 2005
    Posts
    162
    how can u expect anyone to solve ur problem..u are not providing any background info...like compiler being used,OSystem etc
    and by the way did u see the link??

  5. #5
    Registered User
    Join Date
    Nov 2005
    Posts
    673
    Yes that is what is wrong but I cant seem to fix it, I got hello world to work but anything more complex than that and my comp locks up now. but I think it has something to do with headers, or namespaces, because if I dont use namespace mathmatic programs, and saving to files work, but if I do use namesapce std; then only hello world works, and I also cant include any other files besides <iostream>.. that is about as much as I know

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Making C DLL using MSVC++ 2005
    By chico1st in forum C Programming
    Replies: 26
    Last Post: 05-28-2008, 01:17 PM
  2. failure to import external C libraries in C++ project
    By nocturna_gr in forum C++ Programming
    Replies: 3
    Last Post: 12-02-2007, 03:49 PM
  3. Game Pointer Trouble?
    By Drahcir in forum C Programming
    Replies: 8
    Last Post: 02-04-2006, 02:53 AM
  4. using c++ in c code
    By hannibar in forum C Programming
    Replies: 17
    Last Post: 10-28-2005, 09:09 PM
  5. Problem with Visual C++ Object-Oriented Programming Book.
    By GameGenie in forum C++ Programming
    Replies: 9
    Last Post: 08-29-2005, 11:21 PM