NanoMap 0.2

Xiangfu Liu xiangfu at sharism.cc
Sun Jul 11 11:38:37 EDT 2010


Hi Mirko Vogt

I have tested the qt4.diff patch. compile fine.
can you test it then try to commit to  svn://svn.openwrt.org/openwrt/packages  :)

then if we fix the "moc" issue. we can remove the BROKEN of NanoMap package. :)

thanks.

On 07/11/2010 03:19 PM, Niels Kummerfeldt wrote:
> Am Sonntag, 11. Juli 2010, 04:25:39 schrieb Xiangfu Liu:
>> Hi Mark
>>
>> I will try to work on NanoMap opkg package today or tomorrow.
>> then add it to openwrt-package.git
>>
>
> Hi,
>
> some time ago I tried to make an OpenWrt Makefile but I had to change the qt4
> Makefile to get it working. The patch installs qmake and co into staging_dir
> and changes the mkspec file to set QMAKE_INCDIR_QT correctly. I don't know if
> this is the right way to go but it worked at that time.
>
> If you want to compile a qt4 program manually you just set PATH and QMAKESPEC.
> Something like this:
>
> #!/bin/sh
>
> basepath="/home/niels/Projekte/NanoNote/openwrt-xburst/"
> toolchainpath="staging_dir/toolchain-
> mipsel_gcc-4.3.3+cs_uClibc-0.9.30.1/usr/bin/"
> qtpath="staging_dir/target-mipsel_uClibc-0.9.30.1/"
>
> export PATH=$basepath$toolchainpath:$PATH
> export QMAKESPEC=$basepath$qtpath"usr/share/mkspecs/qws/linux-openwrt-g++"
>
> And then run:
>
> $ mkdir build
> $ cd build
> $ qmake ../nanomap.pro
> $ make
>
> Hope this helps.
>
> Niels
>
>
>
> _______________________________________________
> discussion mailing list
> discussion at lists.qi-hardware.com
> http://en.qi-hardware.com/mailman/listinfo/discussion


-- 
Best Regards
Xiangfu Liu
http://www.nanonote.cc




More information about the discussion mailing list


interactive