[Klone-users] Usind make to build the embedded web server
Ralf Dünkelmann
r.duenkelmann at oxalis.de
Tue Aug 28 02:46:27 EDT 2007
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)
My index.kll has just those entries:
<%!
#include <klapp_conf.h>
#include <iostream>
%>
And the build process always stats:
... /webapp/www/index.kl1:4:20: error:iostream: File not found
/Ralf
Am Montag, 27. August 2007 22:44 schrieb Mark Richards:
> Ralf Dünkelmann wrote:
> > Hi Stefano,
> >
> > thanks for your reply! With the pre-release the tutorials now work.
> >
> > Is there any primer for C++ development?
> > I can't imagine how to configure so that it finds the includes and libs
> > needed.
> >
> > Whenever I try to include sth C++ like (e.g. "iostream" ) the make
> > process won't find those libraries.
>
> Have you used WEBAPP_CFLAGS in the toplevel Makefile?
>
> WEBAPP_CFLAGS = -I$(TOP)/{wherever}
>
> /m
>
>
>
> _______________________________________________
> Klone-users mailing list
> Klone-users at koanlogic.com
> http://koanlogic.com/cgi-bin/mailman/listinfo/klone-users
More information about the klone-users
mailing list