The collected works of Therion

Moin

I've managed to do my first tardist:

neko_fvwm2-2.4.20 An extremely powerful ICCCM-compliant multiple virtual desktop window manager

thanks for all the help go to joerg ;)

cheers
Moin

Added neko_pkgconfig-0.21 ...

( I meant 0.21 )
Its me again

I just added neko_windowmaker-0.92.0 ;)
I guess admin has it not yet added - buts in the incoming dir ;)
I also added neko_windowmaker-0.92.0-r1 coz my first version has a bug (I lost /etc, shoot me for that).
However there is yet an unresolved issue, when you go in windowmaker which works very well the tiff images have all a black background and no transparent one.
So doesnt matter what Style of color /theme you have the images have always a black background.
It can be fixed if you choose .xpm images instead of the .tiff ones which are also in the same package.
I dont know if this has sth to do with the neko_tiff package, maybe we need an update here *huh*

2 other packages I uploaded yesterday are:
neko_windowmaker_extra thats a quite small one with some extra stuff.
And neko_wmakerconf a powerful configuration utility ;)

If anyone has a suggest on this tiff image problem then tell me ;)
Hmm

Sad well maybe we should figure out what all links against tiff and compile a newer version ;)
Moin

Anybody compiled gaim 1.5.0 sucessfully?

I get always:

Quote:
source='perl.c' object='perl.lo' libtool=yes \
DEPDIR=.deps depmode=sgi /bin/sh ../../depcomp \
/bin/sh ../../libtool --silent --tag=CC --mode=compile c99 -DHAVE_CONFIG_H -I. -I. -I../.. -DVERSION=\"1.5.0\" -I../.. -I../../src -I/usr/nekoware/include/gtk-2.0 -I/usr/nekoware/lib/gtk-2.0/include -I/usr/nekoware//include/atk-1.0 -I/usr/nekoware/include/cairo -I/usr/nekoware/include/pango-1.0 -I/usr/nekoware/include/glib-2.0 -I/usr/nekoware/lib/glib-2.0/include -I/usr/nekoware/include/freetype2 -I/usr/nekoware/include -I/usr/nekoware/include/libpng12 -D_BSD_SIGNALS -D_BSD_TYPES -D_BSD_TIME -woff 1009,1110,1184 -OPT:Olimit=0:space=ON -DLANGUAGE_C -DEMBEDMYMALLOC -I/usr/share/lib/perl5/irix-n32/5.00405/CORE -I/usr/nekoware/include -I/usr/include -O3 -mips4 -I/usr/nekoware/include -TARG:platform=IP35:proc=r14000 -c -o perl.lo perl.c
cc-1020 c99: ERROR File = perl-common.h, Line = 28
The identifier "pTHX_" is undefined.

void gaim_perl_callXS(void (*subaddr)(pTHX_ CV *cv), CV *cv, SV **mark);
^

cc-1018 c99: ERROR File = perl-common.h, Line = 28
An unmatched left parentheses "(" appears in an expression.

void gaim_perl_callXS(void (*subaddr)(pTHX_ CV *cv), CV *cv, SV **mark);
^

cc-1020 c99: ERROR File = perl.c, Line = 215
The identifier "pTHX_" is undefined.

gaim_perl_callXS(void (*subaddr)(pTHX_ CV *cv), CV *cv, SV **mark)
^

cc-1018 c99: ERROR File = perl.c, Line = 215
An unmatched left parentheses "(" appears in an expression.

gaim_perl_callXS(void (*subaddr)(pTHX_ CV *cv), CV *cv, SV **mark)
^

cc-1020 c99: ERROR File = perl.c, Line = 220
The identifier "aTHX_" is undefined.

(*subaddr)(aTHX_ cv);
^

cc-1018 c99: ERROR File = perl.c, Line = 220
An unmatched left parentheses "(" appears in an expression.

(*subaddr)(aTHX_ cv);
^

cc-1164 c99: WARNING File = perl.c, Line = 406
Argument of type "const char *" is incompatible with parameter of type "char *"
.

XPUSHs(sv_2mortal(newSVpv(package, strlen(package))));
^

6 errors detected in the compilation of "perl.c".
gmake[3]: *** [perl.lo] Fehler 1
gmake[3]: Leaving directory `/usr/people/therion/comp/MIPS/gaim-1.5.0/plugins/perl'
gmake[2]: *** [all-recursive] Fehler 1
gmake[2]: Leaving directory `/usr/people/therion/comp/MIPS/gaim-1.5.0/plugins'
gmake[1]: *** [all-recursive] Fehler 1
gmake[1]: Leaving directory `/usr/people/therion/comp/MIPS/gaim-1.5.0'
gmake: *** [all] Fehler 2


Sadly Im not skilled enough in C :(
I know there is gaim 2.x.x but its buggy and I dont know how it works to you guys but it crashes immediadly to me if I try to connect with my jabberd thru TLS.
Thats good

couldnt you build it against nekoware libs and pack it for us?
I know about pkgsrc but didnt manage to get the environment done - got some problems in building with MIPSpro some packages.
Many packages seem to fail either.
Alver wrote:
Stuart : gaim 1.5.0 contains a few MSN related bugs that were discovered long after the 2.0 beta series were released. They're not going to be fixed, all development effort is directed at getting a 2.0 stable released.

Therion : The 2.0.0 betas aren't buggy really :) there's just that nasty crash in libgcrypt... but that's not gaim related at all.

I've been promising to get a fresh package up for a long time, but work + flu have been holding me back... my apologies :oops:


I see that sounds good, no problem ;)
I'd like to help if I can, though dont know how.
As I told Im not enough C experienced to fix all these compiling errors, but if you think I can help then feel free to contact me :)
nvukovlj wrote: BASIC really isn't useful for anything.
It might be better teaching him another interpreted language that has real-world use, like Perl, Python or Ruby.
All of these are available on IRIX. In fact, IRIX ships with Perl (old version, but there anyway).

Nik.


I completly agree, the BASIC language isnt really useful for anything and has nothing to do with any UNIX OS.
I'd suggest python, perl is a powerful language and like a big toolkit for anything but not really a classical behaving language, prolly not the best for a beginner.
Without doubts C might be the best language to begin with, I'd say C is rather simple than complex because there isnt really anything complex, some get most times confused with memory management and pointers but C is always a plus if you understand this you wont have many troubles with other languages.
OOP languages arent really more simple than languages like C.
Ever Forward!