DReffects posted on Jul 5 2004 at 03:49 PM said:
ingeras posted on Jul 5 2004 at 06:27 AM said:
so yes , it is not compatible with zaurus and ipaq
and so is the release just before that , links.rar browser
(this one doesnt use any guy, it use the framebuffer)
but , if you use the release before that, the opie one , that one is compatible
with ipaq and zaurus binaries
( well if i remember well, you have to change some libs for ipaq, i can make a pack )
INCREDIBLE! i got one application running but most of the others ask for a SDL lib file called "libSDL-1.2.so.0"
is there any way to 'include' .so files during boot?
a package would be great!
a general question:
how can i compile linux software for nano-x?
if i have the sources of some sofware, would it be generally possible to compile *ANY* software for nano-x ?
(you're german, right?)
well you can add in the start something like
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/mnt/gpmm/linux/ipaq
and add the libSDL in thaht dir
it should work
nanox is a light xfree server
you compile your application as for xfree
with a gcc arm cross compiler
[ that s what i did for the flash player]
as nanox is is not 100% xfree compatible, it use
nxlib that translates xfree commands in nanox commands on the fly
i am using nanox because we have a problem with kdrive right now [ mouse not working , strange]
---------
The first public release of the NXLIB Project, a companion project to Microwindows that allows X11 binaries to run unmodified using the Microwindows Nano-X server, is available from the Microwindows web site:
ftp://microwindows.censoft.com/pub/microw...lib-0.44.tar.gz
This release has been tested heavily with FLTK v1.0.11, and FLTK v1.1.3. FLTK is built using the standard X11 headers and libX11.so shared library. The NXLIB replacement for libX11.so (named libX11.so.6) is then used to run all FLTK test programs successfully without source or binary modification. This is great news since we now can use a very full-featured small footprint widget set, as well as many already-built applications in the Microwindows environment.
Although a work in progress, NXLIB also is making progress running unmodified QT and GTK+ programs. NXLIB v0.44 has been tested with QT v2.3.1, and GTK+ 1.2.10, and many of the demonstration programs are currently running.
NXLIB works by emulating only the Xlib (libX11.so) library.
-----------------------
www.microwindows.org
And no, i am not german.
B)