One apparent problem I've found is that tmake will write the paths for uic and moc in the Makefile as $(QTDIR)/bin/uic and $(QTDIR)/bin/moc. The QTDIR variable, by default, points to /home/QtPalmtop. However, for the dev_img, uic and moc are in (mount dircectory)/bin.
Two possible solutions are to:
1. add links for uic and moc to /home/QtPalmtop/bin
2. use "QTDIR=(mount_directory) make" to compile
I prefer the second option, but when I tried it, it included a file which caused the following error:
/mnt/dev/include/bits/in.h:69: ANSI C++ forbids data member `ip_opts' with same name as enclosing class
I haven't really looked into this much yet, so I may just be overlooking something.
- ashikase
anpachi, gifu, japan