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

Dr Cruces

  • Newbie
  • *
  • Posts: 5
    • View Profile
Want Compiled Thread?
« Reply #75 on: November 30, 2006, 11:25:02 am »
Just out of curiosity. Is it possible to get podzilla compiled and running on pdaxrom?

it would be a nice Gui to play mp3s and view calendar entries.

http://ipodlinux.org/Podzilla

Capn_Fish

  • Hero Member
  • *****
  • Posts: 2342
    • View Profile
    • http://
Want Compiled Thread?
« Reply #76 on: November 30, 2006, 07:25:17 pm »
Quote
This one should be a piece of cake (hopefully), but capn_fish, or someone else... can you compile AsmPlan?
Page: http://members.save-net.com/jko%40save-net...asm/asmplan.htm
Source: http://members.save-net.com/jko%40save-net...sm/download.htm

Thanks!

I'm looking for console based apps so I don't have to start up X-Windows as often.

Some other apps on the site look neat too:
AsmFile
AsmEdit and AsmNano
AsmMenu

It says that to compile the following are needed:
bash - or possibly sh needed by makefile
sed - stream editor (almost always available)
make - GNU make needed for install,compile
install - needed to copy programs
nasm - (optional), needed by compile
asmpub - (optional) used by AsmLib "make doc" option
[div align=\"right\"][a href=\"index.php?act=findpost&pid=147437\"][{POST_SNAPBACK}][/a][/div]

I just got around to looking at this, and the INSTALL file says that all of those apps only run on x86.
SL-C750- pdaXrom beta 1 (mostly unused)
Current distro: Gentoo

InSearchOf

  • Administrator
  • Hero Member
  • *****
  • Posts: 1144
    • View Profile
    • http://
Want Compiled Thread?
« Reply #77 on: November 30, 2006, 07:42:41 pm »
are you refering to the data from the SVN?

Late
Sharp Zaurus SL-C3100 and SL-6000L
pdaXrom Developer
Please visit pdaXrom.org for updates
My Blog
IRC #pdaxrom @ FreeNode

Capn_Fish

  • Hero Member
  • *****
  • Posts: 2342
    • View Profile
    • http://
Want Compiled Thread?
« Reply #78 on: November 30, 2006, 09:47:07 pm »
Quote
are you refering to the data from the SVN?

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

I don't think so. I'm looking in the 'INSTALL' file that was with the source code. DL it and see what I mean.
SL-C750- pdaXrom beta 1 (mostly unused)
Current distro: Gentoo

InSearchOf

  • Administrator
  • Hero Member
  • *****
  • Posts: 1144
    • View Profile
    • http://
Want Compiled Thread?
« Reply #79 on: November 30, 2006, 10:04:33 pm »
Quote
Quote
are you refering to the data from the SVN?

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

I don't think so. I'm looking in the 'INSTALL' file that was with the source code. DL it and see what I mean.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=147657\"][{POST_SNAPBACK}][/a][/div]
Edit: ignore me... i was thinking you were looking at the podzilla stuff... Sorry...

If i read it correctly... they dont package there src... you have to pull it down via svn... you are prolly just compiling the binary... not the source...

Late
« Last Edit: November 30, 2006, 10:07:07 pm by InSearchOf »
Sharp Zaurus SL-C3100 and SL-6000L
pdaXrom Developer
Please visit pdaXrom.org for updates
My Blog
IRC #pdaxrom @ FreeNode

Capn_Fish

  • Hero Member
  • *****
  • Posts: 2342
    • View Profile
    • http://
Want Compiled Thread?
« Reply #80 on: November 30, 2006, 10:38:12 pm »
Quote
Quote
Quote
are you refering to the data from the SVN?

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

I don't think so. I'm looking in the 'INSTALL' file that was with the source code. DL it and see what I mean.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=147657\"][{POST_SNAPBACK}][/a][/div]
Edit: ignore me... i was thinking you were looking at the podzilla stuff... Sorry...

If i read it correctly... they dont package there src... you have to pull it down via svn... you are prolly just compiling the binary... not the source...

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

I didn't bother trying to compile it after I saw the binary. I just looked at the install file and saw what it said.
SL-C750- pdaXrom beta 1 (mostly unused)
Current distro: Gentoo

Dr Cruces

  • Newbie
  • *
  • Posts: 5
    • View Profile
Want Compiled Thread?
« Reply #81 on: December 01, 2006, 01:24:48 pm »
i compiled podzilla myselft. works quite nicely. (just gotta figure out how to reconfigure the keys)

i never did this before so if someone could test the packages.

first mpd that handles the actual mp3 playback


ncmpc command line client to test mpd with


and finally the podzilla package
 [ Invalid Attachment ]


you need to create a ~/.mpdconf config for mpd

here is mine
Code: [Select]
# see the mpd(1) manpage for all config options
# This is the default configfeel free to edit this file

# required
playlist_directory "/home/root/mpd/playlist"
music_directory    "/mnt/cf/mp3"
port               "6600"
log_file           "/home/root/mpd/mpd.log"
error_file         "/home/root/mpd/mpd.err"

# optional, but HIGHLY RECOMMENDED
db_file            "/home/root/mpd/mpddb"

# optional, but recommended
state_file         "/home/root/mpd/state"

Capn_Fish

  • Hero Member
  • *****
  • Posts: 2342
    • View Profile
    • http://
Want Compiled Thread?
« Reply #82 on: December 01, 2006, 01:54:54 pm »
Quote
i compiled podzilla myselft. works quite nicely. (just gotta figure out how to reconfigure the keys)

i never did this before so if someone could test the packages.

first mpd that handles the actual mp3 playback
 [ Invalid Attachment ]

ncmpc command line client to test mpd with
 [ Invalid Attachment ]

and finally the podzilla package
 [ Invalid Attachment ]


you need to create a ~/.mpdconf config for mpd

here is mine
Code: [Select]
# see the mpd(1) manpage for all config options
# This is the default configfeel free to edit this file

# required
playlist_directory "/home/root/mpd/playlist"
music_directory    "/mnt/cf/mp3"
port               "6600"
log_file           "/home/root/mpd/mpd.log"
error_file         "/home/root/mpd/mpd.err"

# optional, but HIGHLY RECOMMENDED
db_file            "/home/root/mpd/mpddb"

# optional, but recommended
state_file         "/home/root/mpd/state"
[div align=\"right\"][a href=\"index.php?act=findpost&pid=147708\"][{POST_SNAPBACK}][/a][/div]

Great! I thought that input may be a bit odd, though.
SL-C750- pdaXrom beta 1 (mostly unused)
Current distro: Gentoo

Dr Cruces

  • Newbie
  • *
  • Posts: 5
    • View Profile
Want Compiled Thread?
« Reply #83 on: December 01, 2006, 02:27:46 pm »
Quote
Great! I thought that input may be a bit odd, though.
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]

yes unfortuanatly thats the offical input setting.

[a href=\"http://ipodlinux.org/Key_Chart]http://ipodlinux.org/Key_Chart[/url]

i had a look through some of the code but some modules seem to have hardcoded mappings. my C is not very good. maybe someone with a bit more C knowledge could have a go at it.

Capn_Fish

  • Hero Member
  • *****
  • Posts: 2342
    • View Profile
    • http://
Want Compiled Thread?
« Reply #84 on: December 05, 2006, 02:33:33 pm »
Just an update on OBConf, I have most of the deps compiled, so I should get it done relatively soon.
SL-C750- pdaXrom beta 1 (mostly unused)
Current distro: Gentoo

Meanie

  • Hero Member
  • *****
  • Posts: 2803
    • View Profile
    • http://www.users.on.net/~hluc/myZaurus/
Want Compiled Thread?
« Reply #85 on: December 05, 2006, 04:19:26 pm »
Quote
Just an update on OBConf, I have most of the deps compiled, so I should get it done relatively soon.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=148154\"][{POST_SNAPBACK}][/a][/div]

dont worry, i found a copy of obconf compiled for beta4/r121 but it works on beta1/beta3 as well.
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

Capn_Fish

  • Hero Member
  • *****
  • Posts: 2342
    • View Profile
    • http://
Want Compiled Thread?
« Reply #86 on: December 05, 2006, 08:04:38 pm »
Quote
Quote
Just an update on OBConf, I have most of the deps compiled, so I should get it done relatively soon.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=148154\"][{POST_SNAPBACK}][/a][/div]

dont worry, i found a copy of obconf compiled for beta4/r121 but it works on beta1/beta3 as well.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=148173\"][{POST_SNAPBACK}][/a][/div]
Oh well. those libs will probably come in handy when compiling something else, though, so I do not think my time was wasted.
SL-C750- pdaXrom beta 1 (mostly unused)
Current distro: Gentoo

Speedy

  • Newbie
  • *
  • Posts: 13
    • View Profile
Want Compiled Thread?
« Reply #87 on: January 12, 2007, 03:14:00 am »
It would be great if somebody can compile ewe for me (for more info why, look at this thread)

Short Description of ewe:
Ewe is a programming system that allows you to write applications, using Java, which run exactly the same on desktop systems, on mobile systems, and even in a Web browser as an Applet.

- The Linux Sources
- The Java Sources

The Description on www.ewesoft.com Page about the sources: "The Win32 and Linux build zips contain an HTML document that explains how to build the VM. The Java version simply requires any Java IDE or compiler to build."

I don't know which version is better or simpler to compile for pdaxrom, but it would be great if somebody compile it.

greets
Andi

Capn_Fish

  • Hero Member
  • *****
  • Posts: 2342
    • View Profile
    • http://
Want Compiled Thread?
« Reply #88 on: January 12, 2007, 07:57:04 am »
Quote
It would be great if somebody can compile ewe for me (for more info why, look at this thread)

Short Description of ewe:
Ewe is a programming system that allows you to write applications, using Java, which run exactly the same on desktop systems, on mobile systems, and even in a Web browser as an Applet.

- The Linux Sources
- The Java Sources

The Description on www.ewesoft.com Page about the sources: "The Win32 and Linux build zips contain an HTML document that explains how to build the VM. The Java version simply requires any Java IDE or compiler to build."

I don't know which version is better or simpler to compile for pdaxrom, but it would be great if somebody compile it.

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

This is a Java thing?

I don't have any experiance with Java, but I'll try in the next few days.
SL-C750- pdaXrom beta 1 (mostly unused)
Current distro: Gentoo

Speedy

  • Newbie
  • *
  • Posts: 13
    • View Profile
Want Compiled Thread?
« Reply #89 on: January 12, 2007, 08:04:43 am »
@Capn_Fish: Thanks very much for trying to compile this.

great support here