Visualizzazione dei risultati da 1 a 2 su 2
  1. #1
    Utente di HTML.it L'avatar di br0tz
    Registrato dal
    Jun 2003
    Messaggi
    27

    [make/C++] missing separator...

    Ciao a tutti,
    sto provando a compilare un file di esempio contenuto nella wxwidgets.

    il comando che uso, come da readme, è:

    codice:
    make -f makefile.bcc
    makefile.bcc contiene:

    codice:
    # ========================================================================= 
    #     This makefile was generated by 
    #     Bakefile 0.2.5 (http://www.bakefile.org) 
    #     Do not modify, all changes will be overwritten! 
    # ========================================================================  
    .autodepend 	 
    !ifndef BCCDIR 
    !ifndef MAKEDIR 
    !error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4 
    !endif BCCDIR = $(MAKEDIR)\.. 
    !endif  
    !include ../../build/msw/config.bcc  
    
    # ------------------------------------------------------------------------- 
    # Do not modify the rest of this file! 
    # -------------------------------------------------------------------------  
    ### Variables: 
    ###  WX_RELEASE_NODOT = 28 OBJS = \ 
    ecc.........
    ottengo l'errore:

    codice:
    D:\c++include\wxWidgets-2.8.10\demos\bombs>make -f makefile.bcc -d
    GNU Make 3.81
     Copyright (C) 2006  Free Software Foundation, Inc.
     This is free software; see the source for copying conditions. 
    There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
    This program built for i686-pc-cygwin 
    Reading makefiles... 
    Reading makefile `makefile.bcc'... 
    makefile.bcc:7: *** missing separator.  Stop. 
    ho provato a cercare su google, ma non ho trovato gran che.. oltre a problemi tra TAB e spazi...

    la riga segnalata tra l'altro ,oltre a essere la prima, dice solo .autodepend... senza spazi o caratteri strani...

    idee ????


    grazie!!!

  2. #2
    Utente di HTML.it
    Registrato dal
    Feb 2006
    Messaggi
    59
    controlla se la versione "Bakefile 0.2.5" genera makefile compatibili con "GNU Make 3.81" per cygwin

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.