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!!!