1. Help with aquiring wxeu libraries without compiling
- Posted by ChrisB (moderator) May 25, 2011
- 1227 views
Hei
Just fiddling about with puppy lucid 5.25, thought I'd install euphoria. Installed basic eu install from .gz, so I thought I'd try wxeu. Installed the library (and full) from Matt's site, and it didn't work (which I expected). So I'm on a dependency hunt.
If any one has any of the following libraries (which say not found), then could you please forward them to me (at crylex at gmail.com).
You may ask why don't I just compile the library myself - its because I want to create an install package that keeps the usb stick install as small as possible, without loading it with all the requirements for compiling. (or just laziness)
the libraries found on any recent Debian or Ubuntu Linux install will do, and this may not be the end of the hunt. Puppy can use apt-get, but it seems 'interesting' to set up, so I'm trying this route first.
Many thanks in advance.
Chris
linux-gate.so.1 => (0xffffe000) libwx_gtk2u_richtext-2.8.so.0 => not found libwx_gtk2u_aui-2.8.so.0 => not found libwx_gtk2u_xrc-2.8.so.0 => not found libwx_gtk2u_qa-2.8.so.0 => not found libwx_gtk2u_html-2.8.so.0 => not found libwx_gtk2u_adv-2.8.so.0 => not found libwx_gtk2u_core-2.8.so.0 => not found libwx_baseu_xml-2.8.so.0 => not found libwx_baseu_net-2.8.so.0 => not found libwx_baseu-2.8.so.0 => not found libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb75a2000) libm.so.6 => /lib/libm.so.6 (0xb757c000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb755c000) libpthread.so.0 => /lib/libpthread.so.0 (0xb7544000) libc.so.6 => /lib/libc.so.6 (0xb73fb000) /lib/ld-linux.so.2 (0xb7774000)
2. Re: Help with aquiring wxeu libraries without compiling
- Posted by mattlewis (admin) May 25, 2011
- 1217 views
the libraries found on any recent Debian or Ubuntu Linux install will do, and this may not be the end of the hunt. Puppy can use apt-get, but it seems 'interesting' to set up, so I'm trying this route first.
Many thanks in advance.
Chris
linux-gate.so.1 => (0xffffe000) libwx_gtk2u_richtext-2.8.so.0 => not found libwx_gtk2u_aui-2.8.so.0 => not found libwx_gtk2u_xrc-2.8.so.0 => not found libwx_gtk2u_qa-2.8.so.0 => not found libwx_gtk2u_html-2.8.so.0 => not found libwx_gtk2u_adv-2.8.so.0 => not found libwx_gtk2u_core-2.8.so.0 => not found libwx_baseu_xml-2.8.so.0 => not found libwx_baseu_net-2.8.so.0 => not found libwx_baseu-2.8.so.0 => not found
Thos libraries are the Unicode version of GTK2. I don't know, but puppy may use the ANSI builds. Or, perhaps you don't have GTK2 installed. Note that to build wxeu, you'll need the GTK2 dev packages, as well as wxWidgets.
Matt
3. Re: Help with aquiring wxeu libraries without compiling
- Posted by SDPringle May 25, 2011
- 1208 views
I hope I am not sticking my foot in my mouth here but aren't those libraries related to wx widgets? They missing ones all have wx in thier names. It seems to me CChris needs some wx package also.
4. Re: Help with aquiring wxeu libraries without compiling
- Posted by ChrisB (moderator) May 26, 2011
- 1186 views
Hi
You're not sticking your foot in your mouth at all. I believe that wxwidgets is a layer above the GTK gui toolkit, or wxwidgets is an interface to gtk. Anyway, it requires gtk to run.
The fact that wxwidgets uses the unicode libraries is interesting, and potentially problemmatical - back to the drawing board.
Chris
5. Re: Help with aquiring wxeu libraries without compiling
- Posted by mattlewis (admin) May 26, 2011
- 1160 views
You're not sticking your foot in your mouth at all. I believe that wxwidgets is a layer above the GTK gui toolkit, or wxwidgets is an interface to gtk. Anyway, it requires gtk to run.
The fact that wxwidgets uses the unicode libraries is interesting, and potentially problemmatical - back to the drawing board.
It doesn't have to use unicode libraries. But I think most distros probably ship with them. When wxWidgets is built, it uses whatever you have installed. Likewise, wxEuphoria builds according to whatever wxWidgets you have.
Matt