Author Topic: Vym (view Your Mind) On Zaurus  (Read 6190 times)

daniel3000

  • Hero Member
  • *****
  • Posts: 1003
    • View Profile
    • http://
Vym (view Your Mind) On Zaurus
« on: May 30, 2005, 05:05:28 am »
http://www.insilmaril.de/vym/
shows a mindmapping program, which seems to be very nice and exactly what i need on the Zaurus.

In the documentation is written:

----------------------------
To compile and install vym from the sources:

download the sources
need to have QT3 from Trolltech
run qmake
run make
run make install
run vym
----------------------------



QT3 is available as a librariy (have installed it for some other programs, IIRC).
What about the other steps? Is there a ready-made development environment which offers these steps? Do I only need the zgcc compiler?
Is Sivio's environment  sufficient?

I have not much experience with developing yet (except pure C with a Borland compiler on a DOS machine). Would anyone here be able to test quickly if that works without hassles?

My target machine is an SL-C3000.

Thanks
daniel
SL-C3200 with weeXpc, based on pdaXrom 1.1.0beta3
HP 200LX with MS-DOS 5.0

daniel3000

  • Hero Member
  • *****
  • Posts: 1003
    • View Profile
    • http://
Vym (view Your Mind) On Zaurus
« Reply #1 on: May 30, 2005, 06:27:59 am »
I have tried it myself now, i.e. copied the vym sources to a flash card, used Silvio Iaccarino's development entironment for a compilation attempt:

"qmake -makefile vym.pro"

runs nicely. a new Makefile is generated.

"make"

aborts with  an "error while loading shared libraries: libqutil.so.1: cannot load shared object file: No such file or directory".

So where can I get a libutil.so.1 for the Zaurus?

THank you very much

daniel
SL-C3200 with weeXpc, based on pdaXrom 1.1.0beta3
HP 200LX with MS-DOS 5.0

Mag1c

  • Newbie
  • *
  • Posts: 30
    • View Profile
    • http://
Vym (view Your Mind) On Zaurus
« Reply #2 on: May 30, 2005, 07:03:55 am »
Hi,

maybe it works with the Debian version.

Greets
Mag1c

daniel3000

  • Hero Member
  • *****
  • Posts: 1003
    • View Profile
    • http://
Vym (view Your Mind) On Zaurus
« Reply #3 on: May 30, 2005, 07:44:59 am »
Good idea!
I have downloaded the deb package for arm, but if I do a

"dpkg-deb -xX ..."

I get error mesages: The directory /usr/DEBIAN bannot be created (sure: /usr/ is on rootfs and that's read-only and full, so remounting as rw probably also won't work).

Any ideas how to install the package in such a case?
the -t option of dpkg-deb is disabled on the zaurus, so I cannot generate a tar from the deb package.
I don't have access to a Linux PC running Debian.

Thank you
daniel
SL-C3200 with weeXpc, based on pdaXrom 1.1.0beta3
HP 200LX with MS-DOS 5.0

Mag1c

  • Newbie
  • *
  • Posts: 30
    • View Profile
    • http://
Vym (view Your Mind) On Zaurus
« Reply #4 on: May 30, 2005, 08:53:30 am »
Hi,

maybe you are using Total Commander on Windows. There is a plugin to read .deb archives.

If you have access to any Linux box you can use "ar" to extract the .deb

Greets
Mag1c
« Last Edit: May 30, 2005, 08:54:07 am by Mag1c »

daniel3000

  • Hero Member
  • *****
  • Posts: 1003
    • View Profile
    • http://
Vym (view Your Mind) On Zaurus
« Reply #5 on: May 30, 2005, 08:55:52 am »
Progress report:

I was able to install the debian package by doing a mount -o remount,rw /dev/hdc2 /hdd2
(/usr/lib is on hdd2).
However, after installation without errors I cannot find the new files there. :-/

So question remains how to install a debian package properly.

However, it turned out that the needed libraries are included in Silvio Iaccarino's development package under /mnt/card/devel/lib. So I symlinked that directory to /usr/lib instead.

make does not report missing shared objects anymore! :-)

But there are header files missing.

Does anyone know where to get:

qprocess.h
qtextedit.h

And it reports many "syntax error"s in other .h files. Can these be results from the missing h files mentioned above?

I move this conversation to the development forum now, as it gets slightly offtopic here. ;-)


Thank you
daniel
SL-C3200 with weeXpc, based on pdaXrom 1.1.0beta3
HP 200LX with MS-DOS 5.0

daniel3000

  • Hero Member
  • *****
  • Posts: 1003
    • View Profile
    • http://
Vym (view Your Mind) On Zaurus
« Reply #6 on: May 30, 2005, 08:58:32 am »
This is a followup of a discussion from here:
https://www.oesf.org/forums/index.php?showt...0&st=0&p=82130&

I think it is more on-topic in this suborum now.

History in short: I tried to install / compile VYM (Mindmapping software) on the Zaurus SL-C3000 using Silvio Iaccaroino's development environment.

-------------------------------------

Progress report:

I was able to install the debian package by doing a mount -o remount,rw /dev/hdc2 /hdd2
(/usr/lib is on hdd2).
However, after installation without errors I cannot find the new files there. :-/

So question remains how to install a debian package properly.

However, it turned out that the needed libraries are included in Silvio Iaccarino's development package under /mnt/card/devel/lib. So I symlinked that directory to /usr/lib instead.

make does not report missing shared objects anymore! :-)

But there are header files missing.

Does anyone know where to get:

qprocess.h
qtextedit.h

Edit: And does it help to get only these files or do I need any additional libraries as well?

And it reports many "syntax error"s in other .h files. Can these be results from the missing h files mentioned above?

Thank you
daniel
« Last Edit: May 30, 2005, 10:19:13 am by daniel3000 »
SL-C3200 with weeXpc, based on pdaXrom 1.1.0beta3
HP 200LX with MS-DOS 5.0

offroadgeek

  • Administrator
  • Hero Member
  • *****
  • Posts: 1419
    • View Profile
    • https://www.oesf.org
Vym (view Your Mind) On Zaurus
« Reply #7 on: May 30, 2005, 10:49:37 am »
Quote
This is a followup of a discussion from here:
https://www.oesf.org/forums/index.php?showt...0&st=0&p=82130&

I think it is more on-topic in this suborum now.

History in short: I tried to install / compile VYM (Mindmapping software) on the Zaurus SL-C3000 using Silvio Iaccaroino's development environment.

-------------------------------------

Progress report:

I was able to install the debian package by doing a mount -o remount,rw /dev/hdc2 /hdd2
(/usr/lib is on hdd2).
However, after installation without errors I cannot find the new files there. :-/

So question remains how to install a debian package properly.

However, it turned out that the needed libraries are included in Silvio Iaccarino's development package under /mnt/card/devel/lib. So I symlinked that directory to /usr/lib instead.

make does not report missing shared objects anymore! :-)

But there are header files missing.

Does anyone know where to get:

qprocess.h
qtextedit.h

Edit: And does it help to get only these files or do I need any additional libraries as well?

And it reports many "syntax error"s in other .h files. Can these be results from the missing h files mentioned above?

Thank you
daniel
[div align=\"right\"][a href=\"index.php?act=findpost&pid=82131\"][{POST_SNAPBACK}][/a][/div]
I've merged these two threads because it really don't make sense to start another topic to continue a conversation.  Just ask an admin to move it to a more appropriate forum
Search the OESF Wiki
C1000 w/Cacko 1.23 beta (from Streamline) / 760 pdaxrom rc9 / 6000L (thanks Santa's elf!) / 5500 - OZ 3.3.5 / SIMpad SL4
1GB, 256mb SanDisk CF / 2x 1GB, 512mb, 256mb, 128mb SanDisk SD
Ambicom WL100C-CF wifi / Socket 56k CF modem / AmbiCom BT2000-CF (x2)
Pocketop keyboard, Piel Frama case (1000 & 5500), PDAir case (760 & 1000)
sip:536093@fwd.pulver.com
| OESF | ELSI | Zaurus User Group | ZaurusThemes |

daniel3000

  • Hero Member
  • *****
  • Posts: 1003
    • View Profile
    • http://
Vym (view Your Mind) On Zaurus
« Reply #8 on: May 30, 2005, 11:07:12 am »
ah, thanks. I didn't know that this is possible.

daniel
SL-C3200 with weeXpc, based on pdaXrom 1.1.0beta3
HP 200LX with MS-DOS 5.0