Author Topic: Want Compiled Thread?  (Read 240821 times)

Capn_Fish

  • Hero Member
  • *****
  • Posts: 2342
    • View Profile
    • http://
Want Compiled Thread?
« Reply #165 on: February 17, 2007, 02:10:18 pm »
It requires the kernel source, which I don't have. Does pdaXii13 use the same kernel as Beta 1? It may be kernel-specific, I don't know. If I had the kernel source, I could probably do it. Maybe Meanie could compile it? It's tiny, so it shouldn't take more than a minute or so.
SL-C750- pdaXrom beta 1 (mostly unused)
Current distro: Gentoo

Ling

  • Sr. Member
  • ****
  • Posts: 350
    • View Profile
    • http://
Want Compiled Thread?
« Reply #166 on: February 17, 2007, 04:38:32 pm »
I believe that pdaXii13 is built from pdaXrom beta 3. I don't know if that uses the same kernel/sources as beta 1. Yes, that was my thought that even compiling on the Z would likely only take a few minutes. i appreciate any assistance.
SL-C3200 w/ pdaXii13 5.3
SL-C860 w/ OZ GPE 3.4.1
Accessories: 4GB Microdrive, 4GB Transcend SD, Linksys WFC12 CF 802.11b, Ambicom CF Modem, Socket Bluetooth

tombraider

  • Sr. Member
  • ****
  • Posts: 409
    • View Profile
    • http://atoah.com/zaurus/
Want Compiled Thread?
« Reply #167 on: February 17, 2007, 04:53:14 pm »
Could someone please port Corsair to pdaxrom?  I use it every day on my Sharp Rom C3200.  It's a podcast aggregator.  It works in conjunction with either kino2 or Music Player in the Sharp Rom.

Here's a link to an information page on it:
Corsair at SourceForge  and a thread on it in the forum:
Oesf Corsair thread

I installed and used corsair_0.2.6_arm.ipk on Cacko and the plain Sharp Rom on a C1000 and C3200, respectively.

Thanks.

Quote
Before people complain, yes, I do know that there is a section for this.

Why don't we make a thread for people to post stuff they want compiled, kind of a reverse "New Packages Announced" thread? It might make people who wouldn't normally ask for apps to not have to start a new thread asking about it and feel more comfortable asking. It may also broaden the range of apps that are available for pdaXrom.

Any thoughts, criticism, etc.?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=145447\"][{POST_SNAPBACK}][/a][/div]
Learning Chinese?  Have a Mac?  Try Hanzi Master: Download for free

Tombraider's Zaurus C1000 Tips Web Site

SL-3200 from Conics.net: Sharp ROM| SL-C1000: Pdaxrom Beta 3

kkazakov13

  • Sr. Member
  • ****
  • Posts: 408
    • View Profile
Want Compiled Thread?
« Reply #168 on: February 17, 2007, 04:58:55 pm »
Quote
Could someone please port Corsair to pdaxrom?  I use it every day on my Sharp Rom C3200.  It's a podcast aggregator.  It works in conjunction with either kino2 or Music Player in the Sharp Rom.

Here's a link to an information page on it:
Corsair at SourceForge  and a thread on it in the forum:
Oesf Corsair thread

I installed and used corsair_0.2.6_arm.ipk on Cacko and the plain Sharp Rom on a C1000 and C3200, respectively.

Thanks.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=154541\"][{POST_SNAPBACK}][/a][/div]

It's not really possible ... this is Qtopia based program, pdaXrom doesn't use Qtopia, but X11
« Last Edit: February 17, 2007, 05:06:06 pm by kkazakov13 »
SL-C3200 ** FOR SALE :( **
https://www.oesf.org/forum/index.php?showtopic=25969

Canon K30225 CF wireless card
Taxan iTax-LAN10 wired card
My packages for customized pdaXrom beta 3

T3_slider

  • Full Member
  • ***
  • Posts: 125
    • View Profile
Want Compiled Thread?
« Reply #169 on: February 17, 2007, 05:36:52 pm »
Quote
Quote
I would be eternally greatful if someone could compile RasMol (version 2.6 is located here: ftp://marlin.bio.umass.edu/pub/shareware/...sMol26b2.tar.gz - see this page: http://www.umass.edu/microbio/rasmol/getras.htm#rasmol ). I gave it a shot, but it failed (I've never compild an app on the Zaurus before, although I have compiled some apps, including this one, on a Slackware PC).

It doesn't have a configure script, so it has to be done manually (see the INSTALL file), but I'm getting an error when I manually alter the Makefile and rasmol.h files.

I will continue to try again later if no one else does it. If someone else does compile it, however, I would love to know how you did it for future reference (and because I need practice).
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]

your Makefile looks ok, the problem is in the rasmol.c file. it uses struct fd_set which is not necessary in linux since it is already using typedef.

so just replace all occurances of struct fd_set with just fd_set and off you go...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=154480\"][{POST_SNAPBACK}][/a][/div]
I got it to compile fully by changing the struct fd_set to just fd_set and defining the location of termio.h (I was getting an error here), and it just creates a single rasmol file as the program (ie no need for an IPK). When I run the program it all works in the command line like it is supposed to, but it doesn't open up the other window and instead reports "No suitable display detected!". This program is for protein visualization, and it is supposed to have a command line component (which is working), but is also supposed to pop up a GUI window to manipulate the protein, which isn't working.

I've tried compiling it for 8-bit and 32-bit displays but neither works. According to this page ( [a href=\"http://www.openrasmol.org/FAQ.html]http://www.openrasmol.org/FAQ.html[/url] ) this is a common problem, but compiling it for 8-bit doesn't work for me. The output of "echo $DISPLAY" is ":0.0".

The output of xdpyinfo is here (it's long):
Code: [Select]
name of display:    :0.0
version number:    11.0
vendor string:    Keith Packard
vendor release number:    600300
maximum request size:  16777212 bytes
motion buffer size:  256
bitmap unit, bit order, padding:    32, LSBFirst, 32
image byte order:    LSBFirst
number of supported pixmap formats:    6
supported pixmap formats:
    depth 1, bits_per_pixel 1, scanline_pad 32
    depth 4, bits_per_pixel 4, scanline_pad 32
    depth 8, bits_per_pixel 8, scanline_pad 32
    depth 16, bits_per_pixel 16, scanline_pad 32
    depth 24, bits_per_pixel 24, scanline_pad 32
    depth 32, bits_per_pixel 32, scanline_pad 32
keycode range:    minimum 8, maximum 135
focus:  window 0x1c00004, revert to None
number of extensions:    16
    BIG-REQUESTS
    DEC-XTRAP
    DPMS
    FontCache
    MIT-SCREEN-SAVER
    MIT-SHM
    MIT-SUNDRY-NONSTANDARD
    RANDR
    RENDER
    SHAPE
    SYNC
    TOG-CUP
    X-Resource
    XC-MISC
    XKEYBOARD
    XTEST
default screen number:    0
number of screens:    1

screen #0:
  dimensions:    640x480 pixels (217x163 millimeters)
  resolution:    75x75 dots per inch
  depths (6):    1, 4, 8, 16, 24, 32
  root window id:    0x33
  depth of root window:    16 planes
  number of colormaps:    minimum 1, maximum 1
  default colormap:    0x20
  default number of colormap cells:    64
  preallocated pixels:    black 0, white 65535
  options:    backing-store NO, save-unders NO
  largest cursor:    640x480
  current input event mask:    0x5a203c
    ButtonPressMask          ButtonReleaseMask        EnterWindowMask          
    LeaveWindowMask          ButtonMotionMask         StructureNotifyMask      
    SubstructureNotifyMask   SubstructureRedirectMask PropertyChangeMask      
  number of visuals:    1
  default visual id:  0x21
  visual:
    visual id:    0x21
    class:    TrueColor
    depth:    16 planes
    available colormap entries:    64 per subfield
    red, green, blue masks:    0xf800, 0x7e0, 0x1f
    significant bits in color specification:    8 bits

It should support both 8-bit and 32/24-bit, so I must be doing something wrong.

Can anyone help me? (Sorry to be a bother -- I'm just not very good at this sort of thing yet)
Conics SL-C3200 running pdaXrom beta3 and XFCE with a Planex WiFi CF card.

Slackware rules!

zi99y

  • Sr. Member
  • ****
  • Posts: 282
    • View Profile
Want Compiled Thread?
« Reply #170 on: February 17, 2007, 05:59:00 pm »
Quote
Could someone please port Corsair to pdaxrom?  I use it every day on my Sharp Rom C3200.  It's a podcast aggregator.  It works in conjunction with either kino2 or Music Player in the Sharp Rom.

Here's a link to an information page on it:
Corsair at SourceForge  and a thread on it in the forum:
Oesf Corsair thread

I installed and used corsair_0.2.6_arm.ipk on Cacko and the plain Sharp Rom on a C1000 and C3200, respectively.

Thanks

Hi Tombraider, you can use Liferea from the new packages feed, it supports rss enclosures though I've never ued it with audio streams. I'd be interested to hear how you get on as I use it all the time for regular news feeds.

tombraider

  • Sr. Member
  • ****
  • Posts: 409
    • View Profile
    • http://atoah.com/zaurus/
Want Compiled Thread?
« Reply #171 on: February 17, 2007, 06:21:08 pm »
Oh, darn...well, is there anything for pdaxrom for audio podcasts?  I'm really starting to like pdaxrom except for a few annoying quirks such as wonky time/date and on/off and battery goes dead just standing around while doing nothing, etc.,  etc.  :-)

Quote
Quote
Could someone please port Corsair to pdaxrom?  I use it every day on my Sharp Rom C3200.  It's a podcast aggregator.  It works in conjunction with either kino2 or Music Player in the Sharp Rom.

Here's a link to an information page on it:
Corsair at SourceForge  and a thread on it in the forum:
Oesf Corsair thread

I installed and used corsair_0.2.6_arm.ipk on Cacko and the plain Sharp Rom on a C1000 and C3200, respectively.

Thanks.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=154541\"][{POST_SNAPBACK}][/a][/div]

It's not really possible ... this is Qtopia based program, pdaXrom doesn't use Qtopia, but X11
[div align=\"right\"][a href=\"index.php?act=findpost&pid=154544\"][{POST_SNAPBACK}][/a][/div]
Learning Chinese?  Have a Mac?  Try Hanzi Master: Download for free

Tombraider's Zaurus C1000 Tips Web Site

SL-3200 from Conics.net: Sharp ROM| SL-C1000: Pdaxrom Beta 3

kkazakov13

  • Sr. Member
  • ****
  • Posts: 408
    • View Profile
Want Compiled Thread?
« Reply #172 on: February 18, 2007, 02:01:10 am »
Quote
Oh, darn...well, is there anything for pdaxrom for audio podcasts?  I'm really starting to like pdaxrom except for a few annoying quirks such as wonky time/date and on/off and battery goes dead just standing around while doing nothing, etc.,  etc.  :-)

Quote
Quote
Could someone please port Corsair to pdaxrom?  I use it every day on my Sharp Rom C3200.  It's a podcast aggregator.  It works in conjunction with either kino2 or Music Player in the Sharp Rom.

Here's a link to an information page on it:
Corsair at SourceForge  and a thread on it in the forum:
Oesf Corsair thread

I installed and used corsair_0.2.6_arm.ipk on Cacko and the plain Sharp Rom on a C1000 and C3200, respectively.

Thanks.
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]

It's not really possible ... this is Qtopia based program, pdaXrom doesn't use Qtopia, but X11
[div align=\"right\"][a href=\"index.php?act=findpost&pid=154544\"][{POST_SNAPBACK}][/a][/div]
[div align=\"right\"][a href=\"index.php?act=findpost&pid=154550\"][{POST_SNAPBACK}][/a][/div]

I replied for you here: [a href=\"https://www.oesf.org/forums/index.php?showtopic=23295]https://www.oesf.org/forums/index.php?showtopic=23295[/url] and made it in a new topic, so anyone with the same problems to have them fixed  enjoy
SL-C3200 ** FOR SALE :( **
https://www.oesf.org/forum/index.php?showtopic=25969

Canon K30225 CF wireless card
Taxan iTax-LAN10 wired card
My packages for customized pdaXrom beta 3

Meanie

  • Hero Member
  • *****
  • Posts: 2803
    • View Profile
    • http://www.users.on.net/~hluc/myZaurus/
Want Compiled Thread?
« Reply #173 on: February 18, 2007, 05:32:37 am »
Quote
Quote
Quote
I need the driver for my USB ethernet dongle. There has been some discussion here before so I am not the only one that has one and needs the driver. It is a Davicom Semiconductor Inc DM9601 based device. The driver is available for download at:

http://www.davicom.com.tw/eng/download/Dri...driver_9601.htm

I need it compiled for pdaXii13 5.2. Thanks for any assistance.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=152638\"][{POST_SNAPBACK}][/a][/div]

I am now running pdaXii13 5.3. My ethernet adapter is worthless without the driver. Without it I have to keep dragging my laptop around. Don't mean to be a pest, but would appreciate if someone could compile this driver. If you search the forum, you will notice that there are a couple of threads on this chipset, so obviously I am not the only one that needs it. Thanks.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=154509\"][{POST_SNAPBACK}][/a][/div]
I just got my C750 up and running again with Beta 3, so I'll try to compile it today. Sorry about forgetting, but I even got so far as downloading the code, then didn't have a 2.4.x machine to compile on.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=154510\"][{POST_SNAPBACK}][/a][/div]

you can't compile the 2.4.20 kernel modules on the Z natively because you need gcc 2.95.x for that and the native gcc on the Z is 3.4.x
SL-C3000 - pdaXii13 build5.4.9 (based on pdaXrom beta3) / SL-C3100 - Sharp ROM 1.02 JP (heavily customised)
Netgear MA701 CF, SanDisk ConnectPlus CF, Socket Bluetooth CF, 4GB Kingston CF,  4GB pqi SD, 4GB ChoiceOnly SD, 2GB SanDisk SD USB Plus, 1GB SanDisk USB Plus, 1GB Transcend SD, 2GB SanDisk MicroSD with SD adaptor, Piel Frama Leather Case, GoldX 5-in-1 USB cable, USB hub, USB mouse, USB keyboard, USB ethernet, USB HDD, many other USB accessories...
(Zaurus SL-C3000 owner since March 14. 2005, Zaurus SL-C3100 owner since September 21. 2005)
http://members.iinet.net.au/~wyso/myZaurus - zBook3K

Fushnchupsh

  • Full Member
  • ***
  • Posts: 143
    • View Profile
    • http://
Want Compiled Thread?
« Reply #174 on: February 18, 2007, 08:16:47 am »
In reference to the need for a podcast agg.  I use bashpodder.  It is a fairly simple script that has the option for a gui.  Best of all/ no compiling required!

--Fish
C3200 (Conics) Pdaxrom r198
Symbol cf wifi
GE USB host "cable"
Nokia 770 (Woot!)

T3_slider

  • Full Member
  • ***
  • Posts: 125
    • View Profile
Want Compiled Thread?
« Reply #175 on: February 18, 2007, 07:47:00 pm »
Well, it's pretty clear that I won't be getting much help (probably because RasMol will probably never be used by anyone else on these forums), but for the interested I've managed to compile it in the seemingly hidden 16-bit colour mode and made some progress (after much toil and modification) with no errors during compilation. But now, instead of getting the "No suitable display!" warning, I get a "Graphics Error: Unable to find suitable font!" error. In the source files there seem to be two fonts (Helvetica and "serf" -- ?). I found and installed a helvetica TTF font and, although AbiWord seems to recognize it, I had no luck running the program. I haven't yet tried installing the "serf" (serif?) font yet (that's next), but I doubt it'll work. I've also tried changing the font names to verdana (I'll try the more generic arial in case something weird happened), but it's not looking good.

I also found a newer version of RasMol which seems like it should work better (all struct fd_set's were already changed to simply fd_set and the 16-bit mode seemed more supported in the source files), but it gives me even more errors which I haven't tried to attack yet.

Just for the interested (if there are any).
Conics SL-C3200 running pdaXrom beta3 and XFCE with a Planex WiFi CF card.

Slackware rules!

tombraider

  • Sr. Member
  • ****
  • Posts: 409
    • View Profile
    • http://atoah.com/zaurus/
Want Compiled Thread?
« Reply #176 on: February 19, 2007, 04:20:53 pm »
Thanks, Fushnchupsh,  I tried Bashpodder and while it does not begin to compare with the ease of use and features of Corsair,  I'm able to download a couple of podcasts now and then using it so it helps in the usability of pdaxrom.  With Corsair, the graphical interface is much easier to use with much more information available so I can keep track of, download and listen to about 20 podcasts. Corsair also shows the progress of the downloads with one of those graphical download bars. BUT Bashpodder will do in a pinch.    

Quote
In reference to the need for a podcast agg.  I use bashpodder.  It is a fairly simple script that has the option for a gui.  Best of all/ no compiling required!

--Fish
[div align=\"right\"][a href=\"index.php?act=findpost&pid=154580\"][{POST_SNAPBACK}][/a][/div]
Learning Chinese?  Have a Mac?  Try Hanzi Master: Download for free

Tombraider's Zaurus C1000 Tips Web Site

SL-3200 from Conics.net: Sharp ROM| SL-C1000: Pdaxrom Beta 3

Fushnchupsh

  • Full Member
  • ***
  • Posts: 143
    • View Profile
    • http://
Want Compiled Thread?
« Reply #177 on: February 20, 2007, 01:46:59 pm »
aye, I used corsair back when my c3200 was a flash virgin.  Great program, that.  Bashpodder has served me (almost) as well.  Glad to be of some help:)

--Fish
C3200 (Conics) Pdaxrom r198
Symbol cf wifi
GE USB host "cable"
Nokia 770 (Woot!)

fiferboy

  • Newbie
  • *
  • Posts: 38
    • View Profile
Want Compiled Thread?
« Reply #178 on: February 21, 2007, 09:39:24 am »
Hi, if someone would be willing to take a crack at compiling Zoom Interpreter I think it would be neat on the Zaurus.  I know frotz is available, and it works really well but doesn't run V6 (graphical) games.  Also, Zoom looks like it has nice font rendering which may or may now work on the Zaurus.

I tried compiling on the Zaurus but kept running out of memory even with a swapfile setup.  If someone has a huge swap or cross-compiles, it looks like a pretty staight forward build.

Thanks,
Andrew

zi99y

  • Sr. Member
  • ****
  • Posts: 282
    • View Profile
Want Compiled Thread?
« Reply #179 on: February 22, 2007, 07:20:49 pm »
I'm trying to get Raggle tor work (http://www.raggle.org/) it's a RSS aggregator with an ncurses console interface.

Here's the error I get when I run it:
Code: [Select]
/usr/lib/ruby/1.8/net/protocol.rb:21:in `require': No such file to load -- socket (LoadError)
        from /usr/lib/ruby/1.8/net/protocol.rb:21
        from /usr/lib/ruby/1.8/net/http.rb:26:in `require'
        from /usr/lib/ruby/1.8/net/http.rb:26
        from ./raggle:79:in `require'
        from ./raggle:79

I have the following ruby packages installed:

ruby-curl
ruby-gtk2
ruby-mysql
ruby

Any ideas? I'm running beta 3