OESF Portables Forum
Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: iamasmith on January 07, 2005, 05:58:33 am
-
Users of ZBedic that have migrated from the Sharp ROM and want the use of this great free Dictionary can now get it from the RC8 unstable feed.
Download dictionaries from the Home Page of the project http://www.sf.net/projects/bedic (http://www.sf.net/projects/bedic)
- Andy
-
can't install in rc9
-
Could you be more specific ?
Can you install from the command line ? Do you actually mean it installs but won't run ? Any messages that you get from the command line if you can install it ?
- Andy
-
Hmmm, I couldn't install it either. Package manager complained that it couldn't find QBEDic_0.9.1_armv5tel.ipk, I think it's a letter case issue.
I downloaded the ipk and tried installing manually, it looked like it installed, but I can't run it from the command line, and I don't see anything for it in /usr/share/applications.
-
Does the following command return anything ?
ipkg files qbedic
-
ipkg and qpkg seems to have trouble because the name of the archive is qbedic_xxxx.ipk while in the control file the name is QBEDic.
-
ipkg and qpkg seems to have trouble because the name of the archive is qbedic_xxxx.ipk while in the control file the name is QBEDic.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=65663\"][{POST_SNAPBACK}][/a][/div]
OK, originally the file name was in upper case but the feed upload didn't seem to like that.
Let me change the control file, and re post it. I'll let you know when it's done.
OK, package updated please give it a try now.
-
It works! I downloaded the English-German and Wikipedia (200MB!) files, and it works great.
Now if only I could find a font that would display the pronunciations correctly...
-
it needs libqpe.so.1
-
it needs libqpe.so.1
[div align=\"right\"][a href=\"index.php?act=findpost&pid=65773\"][{POST_SNAPBACK}][/a][/div]
Hmm, are you saying that this was previosly in RC8 but isn't in RC9 stock install ?.
This was built for RC8 - didn't have an issue with missing dependencies and should function on RC9.
Actually, curiousor and curiousor...... examining the direct depends on qbedic shows it is dependent on libqt-mt .... I know that but not libqpe. What are you seeing when you run it badog ? do you see libqpe if you ldd the file ?
-
i run pdaxrom rc9.
ipkg files zbedic0.9.3
run :zbedic~~ display ....libpqe.so.1....
-
i run pdaxrom rc9.
ipkg files zbedic0.9.3
run :zbedic~~ display ....libpqe.so.1....
[div align=\"right\"][a href=\"index.php?act=findpost&pid=65833\"][{POST_SNAPBACK}][/a][/div]
OK, looks like you have zbedic and not qbedic from the unstable PDAXROM feed. zbedic is built for Qtopia and would therefore need a Sharp ROM. qbedic is built for X using the QT framework (not the QPE framework associated with Qtopia).
Have a look at the unstable feed and get qbedic instead. I think that should sort things out.
-
thank you for help
it is wokeing now.
-
Users of ZBedic that have migrated from the Sharp ROM and want the use of this great free Dictionary can now get it from the RC8 unstable feed.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=61074\"][{POST_SNAPBACK}][/a][/div]
Reviving an old thread... Andy could you provide the source code for your Qbedic compilation. It doesn't work under KDE 3.5 in 1.1.0beta1, so I'd like to recompile it in order to make it useable.
We've had the same success with Portabase, which Zdevil recompiled and it works under KDE now.
-
maybe qbedic-src:
http://sourceforge.net/project/showfiles.php?group_id=51673 (http://sourceforge.net/project/showfiles.php?group_id=51673)
-
maybe qbedic-src:
http://sourceforge.net/project/showfiles.php?group_id=51673 (http://sourceforge.net/project/showfiles.php?group_id=51673)
[div align=\"right\"][a href=\"index.php?act=findpost&pid=109631\"][{POST_SNAPBACK}][/a][/div]
Seems to be the one. I've played with the Makefile, made some progress but now get stuck on g++ -o objs.x86/qbedic -L/opt/native/arm/3.4.5-xscale-softvfp/qt/lib -L../libbedic/objs.x86 objs.x86/main.o objs.x86/qbedic.o objs.x86/moc_qbedic.o objs.x86/registry.o -lqt-mt -lbedic
/opt/native/arm/3.4.5-xscale-softvfp/bin/../lib/gcc-lib/armv5tel-cacko-linux/3.3.2/../../../../armv5tel-cacko-linux/bin/ld: cannot find -lbedic
collect2: ld returned 1 exit status
make: *** [objs.x86/qbedic[ Error 1
What does this mean?
Compile libbedic first, so that it can link?
-
I was trying to recompile qbedic (zbedic seems to be tied up with qtopia). Have to include the source of libbedic to make qbedic. Make went on fine until being stopped by this libstdcc++ error:
/opt/native/arm/3.3.2-xscale-softvfp/lib/gcc-lib/armv5tel-cacko-linux/3.3.2/../../../../armv5tel-cacko-linux/bin/ld:
warning: libstdc++.so.5, needed by /usr/local/qt/lib/libqt-mt.so, may conflict
with libstdc++.so.6
qbedic.o(.text+0xbc14): In function `QBEDic::loadDictionaries(QStringList&)':
: undefined reference to `Dictionary::create(char const*, bool)'
collect2: ld returned 1 exit status
make: *** [qbedic-0.9.1] Error 1
I tried to rename libstdc++.6.0.3 and libstdc++.6 and kept libstdcc++.5 and libstdcc++.5.0.7 there. Got another error saying cannot find -ldstdc (something like that, forgot to copied this down).
-
maybe qbedic-src:
http://sourceforge.net/project/showfiles.php?group_id=51673 (http://sourceforge.net/project/showfiles.php?group_id=51673)
[div align=\"right\"][a href=\"index.php?act=findpost&pid=109631\"][{POST_SNAPBACK}][/a][/div]
Seems to be the one. I've played with the Makefile, made some progress but now get stuck on g++ -o objs.x86/qbedic -L/opt/native/arm/3.4.5-xscale-softvfp/qt/lib -L../libbedic/objs.x86 objs.x86/main.o objs.x86/qbedic.o objs.x86/moc_qbedic.o objs.x86/registry.o -lqt-mt -lbedic
/opt/native/arm/3.4.5-xscale-softvfp/bin/../lib/gcc-lib/armv5tel-cacko-linux/3.3.2/../../../../armv5tel-cacko-linux/bin/ld: cannot find -lbedic
collect2: ld returned 1 exit status
make: *** [objs.x86/qbedic[ Error 1
What does this mean?
Compile libbedic first, so that it can link?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=109650\"][{POST_SNAPBACK}][/a][/div]
It seems you don't need to actually compile libbedic. I just included it in the INCPATH in Makefile and make didn't complain about missing that.
Strange I saw both 3.4.5 and 3.3.2 in your output. What does that suggest?
-
It seems you don't need to actually compile libbedic. I just included it in the INCPATH in Makefile and make didn't complain about missing that.
Strange I saw both 3.4.5 and 3.3.2 in your output. What does that suggest?
[div align=\"right\"][{POST_SNAPBACK}][/a][/div] (http://index.php?act=findpost&pid=109652\")
It's just that I'm using the 3.3.2 image, but mounting it to /opt/native/arm/3.4.5-xscale-softvfp
Just because I have paths set up to the 3.4.5 in profile, so don't have to export them everytime...
About libstdc++5, I think it's associated with the [a href=\"https://www.oesf.org/forums/index.php?showtopic=15693]missing libstdc++5 compat package[/url]. Do you have this installed?
-
It's just that I'm using the 3.3.2 image, but mounting it to /opt/native/arm/3.4.5-xscale-softvfp
Just because I have paths set up to the 3.4.5 in profile, so don't have to export them everytime...
hmm, I don't think you should do that....
Maybe it should be time to redo this zgcc with qt thing.
-
It's just that I'm using the 3.3.2 image, but mounting it to /opt/native/arm/3.4.5-xscale-softvfp
Just because I have paths set up to the 3.4.5 in profile, so don't have to export them everytime...
hmm, I don't think you should do that....
Maybe it should be time to redo this zgcc with qt thing.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=109660\"][{POST_SNAPBACK}][/a][/div]
Yeah, you're right. From time to time I got errors associated with these 3.3.2 and 3.4.5 paths. What I did to "solve" this, was symlink the 3.4.5-xscale-softvfp to 3.3.2-xscale-softvfp. Seems to take care of the paths and stuff...
-
OK, compiled and runs fine under KDE 3.5 now.
-
Cool! So no big reason to ditch KDE anymore, right?
-
Cool! So no big reason to ditch KDE anymore, right?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=109665\"][{POST_SNAPBACK}][/a][/div]
Not anymore. You saved me. Seriously, I was going to. Went to bed yesterday, thought hey, these two apps I need, can't go without them. But didn't wanna bother reinstalling everything in the evening, so thought, am gonna do it next day.
Then when I saw your success with Portabase, I thought - maybe not, and tried with the qbedic, and voila
-
It's just that I'm using the 3.3.2 image, but mounting it to /opt/native/arm/3.4.5-xscale-softvfp
Just because I have paths set up to the 3.4.5 in profile, so don't have to export them everytime...
hmm, I don't think you should do that....
Maybe it should be time to redo this zgcc with qt thing.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=109660\"][{POST_SNAPBACK}][/a][/div]
Yes, please! I'm afraid it's not really an optimal way to keep busy mounting different zgcc versions, exporting paths, correcting /etc/profiles and restarting wm.
-
Not anymore. You saved me.  Seriously, I was going to. Went to bed yesterday, thought hey, these two apps I need, can't go without them. But didn't wanna bother reinstalling everything in the evening, so thought, am gonna do it next day.
Then when I saw your success with Portabase, I thought - maybe not, and tried with the qbedic, and voilaÂ
[div align=\"right\"][a href=\"index.php?act=findpost&pid=109667\"][{POST_SNAPBACK}][/a][/div]
You're welcome. I'm just learning to do what I can do here. Your amazing KDE3.5 simply takes away the last bit of my reluctance to depart from Sharp rom in my Zaurii for good. Please keep up the good work!
-
OK, compiled and runs fine under KDE 3.5 now.
I have made a new package of qbedic 0.9.1 which does not use libstdc++.so.5. Grab it here:
http://mail.pdaxrom.org/contrib/desertrat/....1_armv5tel.ipk (http://mail.pdaxrom.org/contrib/desertrat/qbedic_0.9.1_armv5tel.ipk)
-- cheers