[Klone-users] Session bugs

Mickael Auger mickael.auger at gmail.com
Wed May 7 04:36:58 EDT 2008


Hi,

I have:
- uClinux, m68k-elf
- iterative model

For information, my KLone server run correctly with:

'/webapp/etc/kloned.conf' contents (syslog not used)
=================
....
log
{
    # type                syslog
    # syslog.facility     LOG_LOCAL0
    type    file
    file.basename    /tmp/mylog
}
....
=================


'Makefile' contents (debug mode not used)
=================
KLONE_VERSION = 2.1.0

# mode Debug uniquement
#KLONE_CONF_ARGS = --enable_debug
#KLONE_IMPORT_ARGS = -v

KLONE_CUSTOM_TC = $(CURDIR)/m68k-elf.tc

WEBAPP_DIR = $(CURDIR)/webapp

#patch
KLONE_TARGET_PATCH_FILE = $(CURDIR)/kl1_set_status.patch
KLONE_TARGET_PATCH_FILE += $(CURDIR)/var_create.patch

WEBAPP_CFLAGS = -I$(CURDIR)/

SUBDIR = $(CURDIR)/lokiinifile
SUBDIR += $(CURDIR)/lang
SUBDIR += $(CURDIR)/fctscommunes

# my library
WEBAPP_LDADD = $(CURDIR)/lokiinifile/liblokiinifile.a
WEBAPP_LDADD += $(CURDIR)/lang/liblang.a
WEBAPP_LDADD += $(CURDIR)/fctscommunes/libfctscommunes.a

include klapp.mk
=================

Good luck :)

-- 
Mickaël AUGER
mickael.auger at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://koanlogic.com/pipermail/klone-users/attachments/20080507/69dd357f/attachment.html


More information about the klone-users mailing list