[Klone-users] Usind make to build the embedded web server
Mark Richards
mark.richards at massmicro.com
Tue Aug 28 07:41:49 EDT 2007
Ralf Dünkelmann wrote:
> Hi,
>
> yes. My toplevel Makefile reads in that line
>
> WEBAPP_CFLAGS ?= -I$(KLONE_APP_TOP) -I$(KLONE_SRC) -I$(TOP)/usr/include/c++/4.1.2
>
> But it seems as if it would never use these hints.
> (Since I do not know what "TOP" does I tried with and without it)
$(TOP) starts at the toplevel of your build tree. Try hard-coding the
full path to your c++ include files instead.
More information about the klone-users
mailing list