hi,
i am excited to report that our booth at the linuxtag was a great success!
we had over 100 visitors to our booth asking for details about sTeam,
pike or caudium.
i want to thank you for your support
for translating, making and printing handouts and posters, providing
hardware, staffing the booth, guarding our machines, feeding the booth
staff.
we had an excellent location near the entrance of the hall, with one
hallway leading directly at us.
some photos are here: http://steam.upb.de:8080/linuxtag/
johan, xavier,
could you make news items for the pike and caudium sites please?
greetings, martin.
--
Pike Conference 2003 - Sep 25-27 - http://pike.ida.liu.se/conferences/2003/
--
interested in doing pike programming, sTeam/caudium/pike/roxen training,
sTeam/caudium/roxen and/or unix system administration anywhere in the world.
--
pike programmer working in europe open-steam.org
unix system- bahai.or.at iaeste.(tuwien.ac|or).at
administrator (stuts|black.linux-m68k).org is.(schon.org|root.at)
Martin Bähr http://www.iaeste.or.at/~mbaehr/
2
1
LIBGCC
by Martin Stjernholm, Roxen IS @ Pike developers forum
09 Jul '03
09 Jul '03
After upgrading gcc, I could no longer compile C modules with my
installed Pike. It turns out that dynamic_module_makefile contains
LIBGCC=/usr/lib/gcc-lib/i386-linux/3.3/libgcc.a
Using absolute paths from the build system is unfortunate. Can it be
avoided?
1
0
gnome.h
by Mirar @ Pike developers forum
07 Jul '03
07 Jul '03
My pike doesn't compile, it dies needing gnome.h:
| Compiling pgtk.c
|
| cc1: Cannot allocate 73664800 bytes after allocating 10441760 bytes
| WARNING: Compiler failure! Trying without optimization!
| cc1: warning: -Wuninitialized is not supported without -O
| In file included from pgtk.c:2:
| /home/mirar/pike/src/post_modules/GTK/pgtk.h:36:20: gnome.h: No such file or directory
| /home/mirar/pike/src/post_modules/GTK/pgtk.h:37:31: libgnorba/gnorba.h: No such file or directory
| [hundreds of lines of errors]
| pgtk.c:8617: parse error before '*' token
| Compilation command was:
| /home/mirar/pike/bumpy/smartlink gcc -I. -I/home/mirar/pike/src/post_modules/GTK -I/home/mirar/pike/bumpy -I/home/mirar/pike/src -I/usr/X11R6/include -DHAVE_CONFIG_H -I/usr/X11R6/include -W -Wall -Wno-unused -Wcomment -Wformat -Wimplicit-function-declaration -Wmultichar -Wswitch -Wuninitialized -Wpointer-arith -Wchar-subscripts -Wno-long-long -c pgtk.c -o pgtk.o
| make[4]: *** [pgtk.o] Error 1
| make[4]: Leaving directory `/home/mirar/pike/bumpy/post_modules/GTK'
| make[3]: *** [compile1] Error 2
| make[3]: Leaving directory `/home/mirar/pike/bumpy/post_modules/GTK'
| make[2]: *** [GTK] Error 1
| make[2]: Leaving directory `/home/mirar/pike/bumpy/post_modules'
| make[1]: *** [post_module_objects] Error 2
| make[1]: Leaving directory `/home/mirar/pike/bumpy'
| make: *** [all] Error 2
Is there a difference between the include options for opimized and
non-optimized, perhaps?
1
0
gethostbyname()
by Johan Sundstr�m (folksk�dare) @ Pike (-) developers forum
03 Jul '03
03 Jul '03
It would probably be a good idea to make gethostbyname() thread safe.
4
5
_search LFUN?
by Johan Sundstr�m (folksk�dare) @ Pike (-) developers forum
02 Jul '03
02 Jul '03
While peering closely at the ADTs Andreas Pettersson has been working
on, I noticed that CircularList implements the method
int _search( mixed value, int|void start )
While there is no such LFUN in Pike today, perhaps there ought to be?