RE: Gui we really need...

new topic     » goto parent     » topic index » view thread      » older message » newer message

irv at take.maxleft.com wrote:
> On Wednesday 13 November 2002 01:50 pm, kbochert wrote:
> 

> config files, and make only returns  "MAKEFILE:14 *** missing separator. 
>  

Irv:

  Whenever you see the above error in a make file
  it is because someone has open the make file with an editor
  that replaced TABS with SPACES. Some MAKE files REQUIRE
  that tokens be seperated by a TAB ( not 8 spaces  )
  some EDITORS convert TAB to SPACES automatically so
  verify what your editor does in its option settings.
  This problem will occur if you are using djgpp's or
  gpp make files.
  To fix the error you have to replace the spaces with a tab.
    
Bernie

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu