[Klone-users] msgchan klapp can't run on IE browser
Binh, Phan Van
binhpv at hpt.vn
Tue May 27 23:58:07 EDT 2008
Hello every one,
Does any body can run the msgchan klapp that supplied by Stefano Barbato on IE Brower. On the firefox it's ok, but IE it has one error,
Here is the error
"object doesn't support this property or method
if (f.SetVariable && f.TCallLabel && f.GetVariable)
"
Please help
Phan Van Binh | Project Manager
hptsoftware
+848 8 458 518 - ext 3131 (p) | +848 9 306 451 (f) | +8491 3 638 785 (m) | binhpv at hpt.vn
Pasteur tower Blg, 3th fl, 139 Pasteur, D3, HCMC, Vietnam | www.hpt.vn
-----Original Message-----
From: klone-users-bounces at koanlogic.com [mailto:klone-users-bounces at koanlogic.com] On Behalf Of klone-users-request at koanlogic.com
Sent: Tuesday, May 27, 2008 11:00 PM
To: klone-users at koanlogic.com
Subject: Klone-users Digest, Vol 22, Issue 18
Send Klone-users mailing list submissions to
klone-users at koanlogic.com
To subscribe or unsubscribe via the World Wide Web, visit
http://koanlogic.com/cgi-bin/mailman/listinfo/klone-users
or, via email, send a message with subject or body 'help' to
klone-users-request at koanlogic.com
You can reach the person managing the list at
klone-users-owner at koanlogic.com
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Klone-users digest..."
Today's Topics:
1. C++ compilation (Mickael Auger)
2. Re: C++ compilation (thomas fossati)
3. C++ compilation (Mickael Auger)
----------------------------------------------------------------------
Message: 1
Date: Mon, 26 May 2008 17:57:39 +0200
From: "Mickael Auger" <mickael.auger at gmail.com>
Subject: [Klone-users] C++ compilation
To: klone-users at koanlogic.com
Message-ID:
<cc1ca9e70805260857k4256142evbbc4e5c4388462e at mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"
Hi,
I use :
- klone-2.1.1rc0
- m68k-elf-gcc (2.95.3 - old version sorry) : for kl1 and klx pages because
my m68k-elf-g++ is not good
- a single "webapp" folder with a single klx page (index.klx)
===================
<html><body>Hello</body></html>
===================
- this toolchain file
===================
UCLIBC_INCS = /opt/uClinux-dist/uClibc/include
M68K_ELF_CFLAGS = -I${UCLIBC_INCS} -m5307 -msep-data -D__UCLINUX__
M68K_ELF_CXXFLAGS = ${M68K_ELF_CFLAGS}
CC = m68k-elf-gcc ${M68K_ELF_CFLAGS}
LDFLAGS = -Wl,-elf2flt -lc -lgcc -lstdc++
CXX = m68k-elf-gcc ${M68K_ELF_CXXFLAGS}
CXXFLAGS = -x c++ ${CFLAGS}
AR = m68k-elf-ar
RANLIB = m68k-elf-ranlib
LD = m68k-elf-ld
NM = m68k-elf-nm
===================
I want to use a C++ page (.klx). However I have a compilation error because
the "klone", "iocat" ... programs are compiled with "-x c++" CFLAGS.
Can I prevent the compilation of these programs?
These programs are useful for the target of KLone (named "kloned")?
This is my compilation error :
====================================================
m68k-elf-gcc -I/opt/uClinux-dist/uClibc/include -m5307 -msep-data
-D__UCLINUX__ -x c++ -pipe
-I/home/all_user/ug_ma/klone-2.1.1rc0_cpp/klone-2.1.1rc0/build/target/klone-core-2.1.1rc0/libu/include
-I/home/all_user/ug_ma/klone-2.1.1rc0_cpp/klone-2.1.1rc0/build/target/klone-core-2.1.1rc0
-DHAVE_CONF_H -I/usr/local/include -O2 -I/usr/local/include -pipe
-I/home/all_user/ug_ma/klone-2.1.1rc0_cpp/klone-2.1.1rc0/build/target/klone-core-2.1.1rc0/libu/include
-I/home/all_user/ug_ma/klone-2.1.1rc0_cpp/klone-2.1.1rc0/build/target/klone-core-2.1.1rc0
-DHAVE_CONF_H -I/usr/local/include -O2 -I/usr/local/include -o
klonemain.o pm.o -Wl,--start-group ../../libtrans/libtrans.a
../../libcodec/libcodec.a ../../libutils/libutils.a ../../libio/libio.a
../../libcodec/libcodec.a ../../../libu/srcs/libu.a -Wl,--end-group
-Wl,-elf2flt -lc -lgcc -lstdc++ -L/usr/local/lib -lz
main.o:92: unterminated character constant
main.o:1: parse error before character 0177
main.o:5: syntax error before character 0300
main.o:5: nondigits in number and not hexadecimal
main.o:11: unknown escape sequence: `\' followed by char code 0xb2
main.o:14: nondigits in number and not hexadecimal
main.o:14: nondigits in number and not hexadecimal
..... etc
../../../libu/srcs/libu.a:20: stray '\' in program
../../../libu/srcs/libu.a:51: stray '\' in program
../../../libu/srcs/libu.a:62: unknown escape sequence: `\' followed by char
code 0x0
../../../libu/srcs/libu.a:232: malformatted character constant
make[7]: *** [klone] Erreur 1
make[7]: quittant le rÚpertoire ½
/home/all_user/ug_ma/klone-2.1.1rc0_cpp/klone-2.1.1rc0/build/target/klone-core-2.1.1rc0/src/tools/klone
+
make[6]: *** [klone.all] Erreur 2
make[6]: quittant le rÚpertoire ½
/home/all_user/ug_ma/klone-2.1.1rc0_cpp/klone-2.1.1rc0/build/target/klone-core-2.1.1rc0/src/tools
+
make[5]: *** [tools.all] Erreur 2
make[5]: quittant le rÚpertoire ½
/home/all_user/ug_ma/klone-2.1.1rc0_cpp/klone-2.1.1rc0/build/target/klone-core-2.1.1rc0/src
+
make[4]: *** [src.all] Erreur 2
make[4]: quittant le rÚpertoire ½
/home/all_user/ug_ma/klone-2.1.1rc0_cpp/klone-2.1.1rc0/build/target/klone-core-2.1.1rc0
+
make[3]: *** [klone-setup] Erreur 2
make[3]: quittant le rÚpertoire ½
/home/all_user/ug_ma/klone-2.1.1rc0_cpp/klone-2.1.1rc0 +
make[2]: *** [.real-klone-setup] Erreur 2
make[2]: quittant le rÚpertoire ½
/home/all_user/ug_ma/klone-2.1.1rc0_cpp/klone-2.1.1rc0 +
make[1]: *** [target-options-default] Erreur 1
make[1]: quittant le rÚpertoire ½
/home/all_user/ug_ma/klone-2.1.1rc0_cpp/klone-2.1.1rc0 +
make: *** [all] Erreur 2
=============================================
If I use "m68k-elf-g++" compiler, I have a lot of error as "badly punctuated
parameter list in `#define'" concerning the word "__VA_ARGS__" that isn't
recognized.
Thanks.
Mickaël.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://koanlogic.com/pipermail/klone-users/attachments/20080526/b3b19ddf/attachment.html
------------------------------
Message: 2
Date: Mon, 26 May 2008 18:21:31 +0200
From: thomas fossati <tho at koanlogic.com>
Subject: Re: [Klone-users] C++ compilation
To: Klone users <klone-users at koanlogic.com>
Message-ID: <C10DCC76-8D09-4AD3-801F-4C94B40DA743 at koanlogic.com>
Content-Type: text/plain; charset="us-ascii"
Hi Mickael,
On May 26, 2008, at 5:57 PM, Mickael Auger wrote:
> I want to use a C++ page (.klx). However I have a compilation error
> because the "klone", "iocat" ... programs are compiled with "-x c++"
> CFLAGS.
> Can I prevent the compilation of these programs?
try the attached patch, if you need to just skip the contrib/
directory it should work.
> These programs are useful for the target of KLone (named "kloned")?
No, they are intended for testing only.
ciao, t.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: nocontrib.patch
Type: application/octet-stream
Size: 477 bytes
Desc: not available
Url : http://koanlogic.com/pipermail/klone-users/attachments/20080526/2a4fd76e/nocontrib-0001.obj
-------------- next part --------------
------------------------------
Message: 3
Date: Tue, 27 May 2008 09:40:20 +0200
From: "Mickael Auger" <mickael.auger at gmail.com>
Subject: [Klone-users] C++ compilation
To: klone-users at koanlogic.com
Message-ID:
<cc1ca9e70805270040r769752a7s2acc60afe7d54133 at mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"
Hi,
Thanks for your patch.
Your patch removes the compilation of "contrib/iocat" and "contrib/iowc"
programs.
It doesn't remove the compilation of "makl/test/prog/prog" and
"src/tools/klone/klone" programs but it's not important because I have the
same errors that using the "m68k-elf-g++" compiler, after have prevented the
compilation of these.
It test with a recent toolchain to prevent the errors concerning
"__VA_ARGS__" and I'll inform you of developments.
Bye.
--
Mickaël AUGER
mickael.auger at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://koanlogic.com/pipermail/klone-users/attachments/20080527/d7da5379/attachment-0001.htm
------------------------------
_______________________________________________
Klone-users mailing list
Klone-users at koanlogic.com
http://koanlogic.com/cgi-bin/mailman/listinfo/klone-users
End of Klone-users Digest, Vol 22, Issue 18
*******************************************
More information about the klone-users
mailing list