-
Anyone still using this distro and want some updates?
Jcoxon
jacoxon@googlemail.com.
2008-08-08 22:28:38 UTC in News
-
Hey
After quite a break I fired up my 386 25mhz box with the latest version of small linux 0.90+ installed and it still works?
Anyone using this still?
James.
2008-08-08 22:26:22 UTC in The Small Linux Project: 0.9.0 +
-
Off the top of my head you could just make a symbolic link to .so.6
Something like:
ln -s /lib/libstdc++.so.5 /lib/libstdc++.so.6
Someone correct me if i'm wrong...
Jcoxon.
2007-01-17 20:21:24 UTC in WASTE
-
Hey manouche1325,
What OS are you trying to compile waste on? If its OS X i could probably put together a gzip of my source directory with the correct makefiles and patches in place.
I've also started on a simple cocoa frontend to the server (though its being slightly delayed by the real world) While I'm capable of doing little things like this I'm going to struggle with the bigger things.....
2006-10-15 08:17:50 UTC in WASTE
-
Right well i've got waste compiled (wasn't difficult once i'd compiled and installed wxMac6.2) then it was a plain ./configure and make. Now on executing from the terminal it loads up with a private password box which won't take input (though you can copy and paste into it if you right click). I guess its necessary to generate a priv key etc.
Instead if you just press okay then it loads up the...
2006-09-30 07:52:31 UTC in WASTE
-
Hi,
I know I've posted saying that I've got waste working once on my mac well after change in computers its time to do it again. Anyone made any progress? Any hints?
As i'm getting this to work I'll be sitting on #waste channel on freenode if anyone wants to pop in...
Jcoxon.
2006-09-28 09:41:30 UTC in WASTE
-
Hey Everyone,
Was recently trying to get waste working on Mac OS X Tiger, compiled both wxwidgets and waste and managed to launch waste. However I am unable to enter my password or press any buttons and no menu bar appears at the top. Is this a waste issue or should I be investigating the wxwidgets set up?
Thanks in advance
Jcoxon.
2006-02-05 05:16:10 UTC in WASTE
-
Hi
I've managed to compile 1.5 beta 3 on OS X pretty much directly and so it can act as a server. However i've now moved onto trying to get the wxwidgets to work.
Am getting mutiple errors, anyone else attempted this? anyone got any tips?
James.
2005-04-01 11:49:25 UTC in WASTE
-
Basically the error you get is because the binary is looking for libwx_gtku_xrc-2.5.so.3 while the libary created by wxAll is known as libwx_gtk_xrc-2.5.so.3
Therefore a quick hack is to create a symbolic link adding the extra "u"
e.g.
ln -s libwx_gtku_xrc-2.5.so.3 libwx_gtk_xrc-2.5.so.3
(I think thats the right way round, please correct me if i'm wrong)
You will probably have...
2005-03-25 22:15:46 UTC in WASTE
-
Hi,
I'm on Slackware 10.1 (as well as another ubuntu ppc) and i've managed to get it working.
First I compile wxwindows 2.5.4 and then got the source and compile waste (the wx version is in the source section of the download page...
Worked first time
James.
2005-03-24 23:13:11 UTC in WASTE