<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Install wpantund singals2 from boost missing]]></title><description><![CDATA[<p dir="auto">EDITED*<br />
Hello<br />
I can't cross-compile wpantund</p>
<p dir="auto"><strong>setup</strong><br />
Ubuntu LTS 16.04</p>
<pre><code>git clone git://github.com/OnionIoT/source.git
git clone git://github.com/openwrt/packages.git
cp -R packages/libs source/package
cp -R packages/utils/dbus source/package/utils
cd source
make menuconfig
</code></pre>
<p dir="auto">add utils -&gt; dbus + dbus-utils and libs -&gt; boost -&gt; singals</p>
<pre><code>make #~30min-1h
cd ../
git clone git://github.com/openthread/wpantund.git
cd wpantund
sudo apt-get install dbus gcc g++ libdbus-1-dev libboost-dev libtool autoconf autoconf-archive
./bootstrap.sh
./configure --build=mips-openwrt-linux-gnu --host=mipsel-openwrt-linux-uclibc
wget https://raw.githubusercontent.com/OnionIoT/c-cross-compile-example/master/xCompile.sh
sh xCompile.sh -buildroot {"full path to source"}/source/ -lib boost
</code></pre>
<p dir="auto">This will throw exception:</p>
<pre><code>In file included from DBUSIPCServer.cpp:32:0:
DBUSIPCServer.h:29:37: fatal error: boost/signals2/signal.hpp: No such file or directory
compilation terminated.
</code></pre>
<p dir="auto">it can't find the boost lib altough  it's in source/staging_dir/target-mipsel_24kc_musl-1.1.16/usr/include/boost/<br />
I'm sure, I missed something but what?<br />
Thanks for help.</p>
]]></description><link>http://community.onion.io/topic/3015/install-wpantund-singals2-from-boost-missing</link><generator>RSS for Node</generator><lastBuildDate>Sun, 17 May 2026 09:49:00 GMT</lastBuildDate><atom:link href="http://community.onion.io/topic/3015.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 11 Jul 2018 15:44:32 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Install wpantund singals2 from boost missing on Fri, 13 Jul 2018 07:05:55 GMT]]></title><description><![CDATA[<p dir="auto">EDITED*<br />
Hello<br />
I can't cross-compile wpantund</p>
<p dir="auto"><strong>setup</strong><br />
Ubuntu LTS 16.04</p>
<pre><code>git clone git://github.com/OnionIoT/source.git
git clone git://github.com/openwrt/packages.git
cp -R packages/libs source/package
cp -R packages/utils/dbus source/package/utils
cd source
make menuconfig
</code></pre>
<p dir="auto">add utils -&gt; dbus + dbus-utils and libs -&gt; boost -&gt; singals</p>
<pre><code>make #~30min-1h
cd ../
git clone git://github.com/openthread/wpantund.git
cd wpantund
sudo apt-get install dbus gcc g++ libdbus-1-dev libboost-dev libtool autoconf autoconf-archive
./bootstrap.sh
./configure --build=mips-openwrt-linux-gnu --host=mipsel-openwrt-linux-uclibc
wget https://raw.githubusercontent.com/OnionIoT/c-cross-compile-example/master/xCompile.sh
sh xCompile.sh -buildroot {"full path to source"}/source/ -lib boost
</code></pre>
<p dir="auto">This will throw exception:</p>
<pre><code>In file included from DBUSIPCServer.cpp:32:0:
DBUSIPCServer.h:29:37: fatal error: boost/signals2/signal.hpp: No such file or directory
compilation terminated.
</code></pre>
<p dir="auto">it can't find the boost lib altough  it's in source/staging_dir/target-mipsel_24kc_musl-1.1.16/usr/include/boost/<br />
I'm sure, I missed something but what?<br />
Thanks for help.</p>
]]></description><link>http://community.onion.io/post/17203</link><guid isPermaLink="true">http://community.onion.io/post/17203</guid><dc:creator><![CDATA[Fabian Nydegger 0]]></dc:creator><pubDate>Fri, 13 Jul 2018 07:05:55 GMT</pubDate></item><item><title><![CDATA[Reply to Install wpantund singals2 from boost missing on Fri, 13 Jul 2018 08:31:11 GMT]]></title><description><![CDATA[<p dir="auto">The part with changing the Boost Makefile is bullshit.<br />
Singnals2 is inside Signals.<br />
I tried doing the right configuration already in the configure part. but didn't succeed.</p>
<pre><code>make clean
make
cd ../wpantund
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/home/fabian/test/source//staging_dir/target-mipsel_24kc_musl-1.1.16/usr/lib/pkgconfig
./configure --host=mipsel-openwrt-linux ac_cv_search_readline=/home/fabian/test/source//staging_dir/target-mipsel_24kc_musl-1.1.16/usr/lib/libreadline.so CC=/home/fabian/test/source//staging_dir/toolchain-mipsel_24kc_gcc-5.4.0_musl-1.1.16/bin/mipsel-openwrt-linux-gcc CXX=/home/fabian/test/source//staging_dir/toolchain-mipsel_24kc_gcc-5.4.0_musl-1.1.16/bin/mipsel-openwrt-linux-g++ CCLD=/home/fabian/test/source//staging_dir/toolchain-mipsel_24kc_gcc-5.4.0_musl-1.1.16/bin/mipsel-openwrt-linux-ld CXXLD=/home/fabian/test/source//staging_dir/toolchain-mipsel_24kc_gcc-5.4.0_musl-1.1.16/bin/mipsel-openwrt-linux-ld CFLAGS="$(pkg-config dbus-1 --cflags)"
</code></pre>
<p dir="auto">this time doesn't finde the dbus lib<br />
wich is in /home/fabian/test/source//staging_dir/target-mipsel_24kc_musl-1.1.16/usr/lib/dbus-1.0/include/</p>
<pre><code>In file included from wpanctl.c:47:0:
/usr/include/dbus-1.0/dbus/dbus.h:29:33: fatal error: dbus/dbus-arch-deps.h: No such file or directory
compilation terminated.
</code></pre>
<p dir="auto">The package config path is defined to /home/fabian/test/source//staging_dir/target-mipsel_24kc_musl-1.1.16/usr/lib/pkgconfig<br />
there is a dbus-1.pc file</p>
<pre><code>pkg-config --cflags dbus-1
-I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
</code></pre>
<p dir="auto">it gives me the dir to the dbus lib where the dbus-arch-deps.h file is<br />
why can't dbus.h include find this file?<br />
any suggestions?</p>
]]></description><link>http://community.onion.io/post/17231</link><guid isPermaLink="true">http://community.onion.io/post/17231</guid><dc:creator><![CDATA[Fabian Nydegger 0]]></dc:creator><pubDate>Fri, 13 Jul 2018 08:31:11 GMT</pubDate></item><item><title><![CDATA[Reply to Install wpantund singals2 from boost missing on Mon, 24 May 2021 16:45:51 GMT]]></title><description><![CDATA[<p dir="auto">Did you ever get this to work? I would be interested to know what you did.</p>
<p dir="auto">Has anyone tried and been successful on getting the wpantund driver to work on the onion?</p>
]]></description><link>http://community.onion.io/post/23631</link><guid isPermaLink="true">http://community.onion.io/post/23631</guid><dc:creator><![CDATA[bparker]]></dc:creator><pubDate>Mon, 24 May 2021 16:45:51 GMT</pubDate></item></channel></rss>