Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - yh2006

Pages: [1]
1
X/Qt / Native Gcc Compiler For X/qt
« on: July 20, 2006, 03:02:07 am »
Quote
Hi Meanie,

     I tried to install the pdaxqtrom base, app, java, dictionary, and zgcc images all together with the provided shell script to my c1000 (loaded with cacko rom). But I always get the following errors during installation:

/home/zaurus/.free42/Voyager42.layout: Read-only file system
/home/zaurus/.free42/42ck.gif: Read-only file system


mount: Mounting /usr/mnt.rom/card/pdaxqtrom0.8.0/zgcc2-95-3.squashfs on /mnt/zgcc failed: Invalid argument

...linking stardic dictionaries
ln:/usr/share/stardic/dic: No such file or directory

Java Runtime Environment and Tools
Installing java
warning:/usr/bin/jamvm already exists
java runtime environment configured and ready
Installing java applications...
chown:unknown user name: /home/zaurus/Applications/hdcrawler
chown:unknown user name: /home/zaurus/Applications/hdpad

I tried using the cleanup script and then re-run the install script but still get those errors.

I noticed that the zgcc dir in /mnt is empty and there are only 4 loop devices created for base, apps, java, and dictionaries but not zgcc.
What should I do to get zgcc properly installed and mounted?

Do I need to care about those output related to free42?

I also found out that nedit and stardict actually seg fault when I tried to run them with xlauncher -debug.
 
Thanks.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=135361\"][{POST_SNAPBACK}][/a][/div]


zgcc mounting problem is solved if I used the cramfs image instead, but it still can't find any dictionaries for StarDict.

Also, I can't activate scim by ctrl + space. I tried switching to fullscreen mode and I have not used monolingual.

Please help.

Thanks.

2
X/Qt / Native Gcc Compiler For X/qt
« on: July 17, 2006, 05:13:25 am »
Hi Meanie,

     I tried to install the pdaxqtrom base, app, java, dictionary, and zgcc images all together with the provided shell script to my c1000 (loaded with cacko rom). But I always get the following errors during installation:

/home/zaurus/.free42/Voyager42.layout: Read-only file system
/home/zaurus/.free42/42ck.gif: Read-only file system


mount: Mounting /usr/mnt.rom/card/pdaxqtrom0.8.0/zgcc2-95-3.squashfs on /mnt/zgcc failed: Invalid argument

...linking stardic dictionaries
ln:/usr/share/stardic/dic: No such file or directory

Java Runtime Environment and Tools
Installing java
warning:/usr/bin/jamvm already exists
java runtime environment configured and ready
Installing java applications...
chown:unknown user name: /home/zaurus/Applications/hdcrawler
chown:unknown user name: /home/zaurus/Applications/hdpad

I tried using the cleanup script and then re-run the install script but still get those errors.

I noticed that the zgcc dir in /mnt is empty and there are only 4 loop devices created for base, apps, java, and dictionaries but not zgcc.
What should I do to get zgcc properly installed and mounted?

Do I need to care about those output related to free42?

I also found out that nedit and stardict actually seg fault when I tried to run them with xlauncher -debug.
 
Thanks.

3
X/Qt / Native Gcc Compiler For X/qt
« on: July 13, 2006, 01:24:16 am »
Hi Meanie,

        Would the new gcc compiler or future release of pdaxqtrom come with libxml2 and libxml2-devel(if not already)?

Thanks.

4
X/Qt / Native Gcc Compiler For X/qt
« on: June 21, 2006, 11:41:02 pm »
Hi Meanie,

     Your work is truly amazing and beneficial to newbies like me. I am looking forward to try out your pdaxqtrom 0.8.0.

     I have an older version of the gcc complier installed using the install script but I would like to uninstall it completely/cleaning so I can install the upcoming gcc release (with QT3). What would be the best way to delete it? I am not sure how to remove all those symbolic links created during installation.

Thanks.

5
Sharp ROMs / Kernel Module For Squashfs
« on: June 19, 2006, 05:25:18 am »
Hi,

      I am going to mount a file that is in squashfs format, but I think I need to install a kernel module first. Is there one available for C1000 and where can I download it?

Thanks.

6
X/Qt / Native Gcc Compiler For X/qt
« on: June 10, 2006, 03:29:28 pm »
Meanie,

     I added /qpe to the end of INCPATH in the Makefile so it reads like -I$(QTDIR)/include/qpe, but it gives the same errors as before.
     QTDIR is pointing at /home/QtPalmtop( I checked with echo) and I notice that
 /include is empty. Am I doing something wrong during installation or setting up the INCPATH?

     Do I need to install the GTK library if I want to compile GTK apps?


    Thanks for answering my newbie questions.

7
X/Qt / Native Gcc Compiler For X/qt
« on: June 09, 2006, 11:48:35 pm »
Hi meanie,

     I've installed zgcc compiler image to my c1000 using the install shell script.java script:emoticon(':)') The installation went fine and I was able to compile and run the hello example. However, I got the following errors when trying the hello-qt example:

java script:emoticon(':blink:')

$ cd hello/
$ ls
Makefile   hello.cpp  hello.h    hello.pro  main.cpp   wc.t
$ make
g++ -c -pipe -DQT_QWS_SL3000 -DQT_QWS_CUSTOM -DQWS -fno-exceptions -fno-rtti -Wall -W -O2 -DNO_DEBUG -I/home/QtPalmtop/include -o hello.o hello.cpp
In file included from hello.cpp:11:
hello.h:14: qwidget.h: No such file or directory
hello.cpp:12: qpushbutton.h: No such file or directory
hello.cpp:13: qtimer.h: No such file or directory
hello.cpp:14: qpainter.h: No such file or directory
hello.cpp:15: qpixmap.h: No such file or directory
In file included from hello.cpp:11:
hello.h:18: parse error before `{'
hello.h:22: syntax error before `:'
hello.h:26: `QPaintEvent' was not declared in this scope
hello.h:26: parse error before `)'
hello.h:32: parse error before `}'
hello.cpp:22: type specifier omitted for parameter
hello.cpp:22: parse error before `*'
hello.cpp:23: invalid use of undefined type `class Hello'
hello.h:17: forward declaration of `class Hello'
hello.cpp: In method `Hello::Hello(...)':
hello.cpp:23: `parent' undeclared (first use this function)
hello.cpp:23: (Each undeclared identifier is reported only once
hello.cpp:23: for each function it appears in.)
hello.cpp:23: `name' undeclared (first use this function)
hello.cpp:23: class `Hello' does not have any field named `QWidget'
hello.cpp:23: `text' undeclared (first use this function)
hello.cpp:23: class `Hello' does not have any field named `t'
hello.cpp:23: class `Hello' does not have any field named `b'
hello.cpp:25: `QTimer' undeclared (first use this function)
hello.cpp:25: `timer' undeclared (first use this function)
hello.cpp:25: parse error before `('
hello.cpp:26: implicit declaration of function `int timeout(...)'
hello.cpp:26: implicit declaration of function `int SIGNAL(...)'
hello.cpp:26: implicit declaration of function `int animate(...)'
hello.cpp:26: implicit declaration of function `int SLOT(...)'
hello.cpp:26: implicit declaration of function `int connect(...)'
hello.cpp:29: implicit declaration of function `int resize(...)'
hello.cpp: At top level:
hello.cpp:38: invalid use of undefined type `class Hello'
hello.h:17: forward declaration of `class Hello'
hello.cpp: In method `void Hello::animate()':
hello.cpp:40: `FALSE' undeclared (first use this function)
hello.cpp:40: implicit declaration of function `int repaint(...)'
hello.cpp: At top level:
hello.cpp:51: `QMouseEvent' was not declared in this scope
hello.cpp:51: `e' was not declared in this scope
hello.cpp:52: structure `Hello' not yet defined
hello.cpp:52: invalid declarator
hello.cpp:52: syntax error before `{'
hello.cpp:65: `QPaintEvent' was not declared in this scope
hello.cpp:65: parse error before `)'
hello.cpp:66: invalid use of undefined type `class Hello'
hello.h:17: forward declaration of `class Hello'
hello.cpp: In method `void Hello::paintEvent(...)':
hello.cpp:70: `t' undeclared (first use this function)
hello.cpp:74: `QFontMetrics' undeclared (first use this function)
hello.cpp:74: parse error before `='
hello.cpp:75: `fm' undeclared (first use this function)
hello.cpp:77: implicit declaration of function `int width(...)'
hello.cpp:78: implicit declaration of function `int height(...)'
hello.cpp:81: `QPixmap' undeclared (first use this function)
hello.cpp:81: parse error before `('
hello.cpp:82: `pm' undeclared (first use this function)
hello.cpp:85: `QPainter' undeclared (first use this function)
hello.cpp:85: parse error before `;'
hello.cpp:89: `p' undeclared (first use this function)
hello.cpp:90: implicit declaration of function `int font(...)'
hello.cpp:93: `QColor' undeclared (first use this function)
hello.cpp:93: parse error before `::'
hello.cpp:101: implicit declaration of function `int bitBlt(...)'
make: *** [hello.o] Error 1
$                                                      

      Do I need to make some modifications to get it compile and execute?

      Also, would you please suggest how to remove/unmount the zgcc cramfs cleanly/completely.
I got the image from a link from the zbook-3k pdf file. I'm not sure this is the latest version or not and would like to install the one from this thread.

Thanks.

Pages: [1]