OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: desertrat on January 19, 2006, 04:06:21 pm

Title: Bluefish 1.0.4
Post by: desertrat on January 19, 2006, 04:06:21 pm
Here's bluefish (http://bluefish.openoffice.nl/)

[blurb]
Bluefish is a powerful editor for experienced web designers and programmers. Bluefish supports many programming and markup languages, but it focuses on editing dynamic and interactive websites.

NB Bluefish requires a pcre library that has been compiled with support for UTF8. Unfortunately the version of pcre in the feed does not have UTF8 support. Fortunately I have included one here that does

Get rid of existing pcre:
Code: [Select]
ipkg-uninstall pcreNB you will most likely see some errors about grep not finding the pcre library that you just uninstalled

Install new pcre:
Code: [Select]
ipkg-install / pcre_6.4_armv5tel.ipkNB again you will most likely see some errors about grep not finding the pcre library that you just installed. Don't worry all will be fine next time you run ipkg-*

-- cheers
Title: Bluefish 1.0.4
Post by: mbaush on January 19, 2006, 06:49:24 pm
Hello, I've installed but it seems I'm missing a libgtk-x11-2.0.so.0 lib... any idea how I can install this ?

Thanks
Title: Bluefish 1.0.4
Post by: desertrat on January 20, 2006, 12:32:15 am
Quote
Hello, I've installed but it seems I'm missing a libgtk-x11-2.0.so.0 lib... any idea how I can install this ?

That comes from gtk2_2.6.2_armv5tel.ipk which is in the official feed.

-- cheers
Title: Bluefish 1.0.4
Post by: pgas on January 20, 2006, 04:45:11 am
Quote
Hello, I've installed but it seems I'm missing a libgtk-x11-2.0.so.0 lib... any idea how I can install this ?

are you using pdaxrom? which model?
Title: Bluefish 1.0.4
Post by: mbaush on January 20, 2006, 07:30:49 am
I was using the Sharp ROM, but today I can't boot anymore.. some grep error.. I wonder if it's because of something I did installing bluefish
Title: Bluefish 1.0.4
Post by: desertrat on January 20, 2006, 08:07:38 am
Quote
I was using the Sharp ROM, but today I can't boot anymore.. some grep error.. I wonder if it's because of something I did installing bluefish

As pgas has surmised, you're not using pdaXrom, these are for pdaXrom  

Your best bet is to go the Sharp ROM forum(s) and tell them what you did and ask for help there.  For reference here are the files that are affected:

pcre:
/usr/lib/libpcre.so.0.0.1
/usr/lib/libpcre.so.0
/usr/lib/libpcre.so
/usr/lib/libpcreposix.so.0.0.0
/usr/lib/libpcreposix.so.0
/usr/lib/libpcreposix.so

bluefish:
/usr/local/share/bluefish/
/usr/local/share/bluefish/bluefish_splash.png
/usr/local/share/bluefish/icon_c.png
/usr/local/share/bluefish/icon_cfml.png
/usr/local/share/bluefish/icon_html.png
/usr/local/share/bluefish/icon_java.png
/usr/local/share/bluefish/icon_unknown.png
/usr/local/share/bluefish/icon_dir.png
/usr/local/share/bluefish/icon_image.png
/usr/local/share/bluefish/icon_pascal.png
/usr/local/share/bluefish/icon_php.png
/usr/local/share/bluefish/icon_python.png
/usr/local/share/bluefish/icon_r.png
/usr/local/share/bluefish/icon_xml.png
/usr/local/share/bluefish/highlighting.default
/usr/local/share/bluefish/filetypes.default
/usr/local/share/bluefish/encodings.default
/usr/local/share/bluefish/custom_menu.default
/usr/local/share/bluefish/custom_menu.fr.default
/usr/local/share/bluefish/custom_menu.de.default
/usr/local/share/bluefish/funcref_html.xml
/usr/local/share/bluefish/funcref_php.xml
/usr/local/share/bluefish/funcref_css.xml
/usr/local/share/bluefish/funcref_python.xml
/usr/local/bin/bluefish
/usr/share/applications/bluefish-project.desktop
/usr/share/applications/bluefish.desktop

-- cheers