FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour HBMAKE error!
Posts: 445
Joined: Thu Feb 21, 2008 11:58 AM
HBMAKE error!
Posted: Tue Sep 08, 2009 04:53 PM

Dear Antonio and friends...

When I compile my file .c, this error occurs:

Borland C++ 5.5.1 for Win32 Copyright (C) 1993, 2000 Borland
Error E2266: No file names given

What's is it!?

Peace and lighting!

JĂșlio CĂ©sar M. Ferreira

FWH 8.10 / xHB 1.1.0 / xDevStudio 0.72 / Pelles C 5.0.1 / SQLLIB 1.9
Posts: 1
Joined: Mon Aug 31, 2009 06:28 PM
Re: HBMAKE error!
Posted: Tue Sep 08, 2009 07:13 PM

VocĂȘ deve estĂĄ quebrando a linha do script em mais de uma. VocĂȘ deve alterar seu script onde estĂĄ definido os fontes .c em uma Ășnica linha

Exemplo: CFILES = $(FUNCOESC)\bpaint.c $(FUNCOESC)\Drives.c $(FUNCOESC)\getbtn.c //
$(FUNCOESC)\wndRows.c $(FUNCOESC)\FileVersion.c $(CF)

       Esta Ă© a forma correta:

CFILES = $(FUNCOESC)\bpaint.c $(FUNCOESC)\Drives.c $(FUNCOESC)\getbtn.c $(FUNCOESC)\wndRows.c $(FUNCOESC)\FileVersion.c $(CF)

Continue the discussion