--- In "andynmercier" <> wrote:
> To get where I'm at:
> 1) Run the configure as:
> ./configure -qconfig small (config-small.h)
> - This will reduce the time it takes to compile
> 2) As ./configure runs you may see an occasional "<...> cmp: command
> not found"
> - Your observation matches mine, missing cmp(!) I never fixed
> this
FWIW, while running from the USB (with the debian-sarge-1.12 from
ftp.embbededarm.com), 'apt-get install diff' should take care of that
issue.
> yet I appear to have a working Qt.
> 3) During ./configure there will be a query for "Choose pixel-depths
> to support:" is where I chose 16bpp.
> 4) You'll see (under Creating makefiles)
> "WARNING: Failure to find: .moc/release-shared-emb-generic/alloc.cpp"
> - Apparently this is OK(?), it's *just* a warning ;) (disconcerting
> but the Qt runs anyway)
> 5) End of ./configure stage will result in:
> "Qt is now configured for building. Just run /usr/bin/make.
> To reconfigure, run /usr/bin/make confclean and configure."
> 6) Modify Makefile:
> Search for the all: line. Comment the current line out and create
> a new one
> that omits the sub-tools.
> NOTE: This is needed because the command:
> .../bin/uic -L /mnt/host/root/qt-embedded-free-3.3.4/plugins
> pixmapfunction.ui -o pixmapfunction.h
> FAILS in a fashion that looks like a hang (compile that never
> completes so CTRL-C is
> needed to end it).
> 7) Type "make"
> - Wait for hours... so it's a good time to figure out what sample
> you want to use...
> 8) I used the wavy Hello World sample as my first test. See directory
> qt-embedded-3.3.4/examples/hello (Make sure you've set QT_DIR and
> LD_LIBRARY_PATH - all explained in the Qt docs).
I'm currently waiting for 'make' to complete using the configure
command you suggested. Hopefully it will no longer give up when it
gets to allmoc.cpp as it had been doing with the default
configuration. Thanks for the assist!
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|