Ciao a tutti,
sto provando a compilare un file di esempio contenuto nella wxwidgets.
il comando che uso, come da readme, è:
makefile.bcc contiene:codice:make -f makefile.bcc
ottengo l'errore: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.........
ho provato a cercare su google, ma non ho trovato gran che.. oltre a problemi tra TAB e spazi...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.
la riga segnalata tra l'altro ,oltre a essere la prima, dice solo .autodepend... senza spazi o caratteri strani...
idee ????
grazie!!!

Rispondi quotando