<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" > <channel><title>Comments on: Touchlib compiling instructions (Fedora Core 9)</title> <atom:link href="http://www.multigesture.net/articles/touchlib-compiling-instructions-fedora-core-9/feed/" rel="self" type="application/rss+xml" /><link>http://www.multigesture.net</link> <description>A multitouch and HCI research blog</description> <lastBuildDate>Mon, 30 Jan 2012 12:36:34 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Marcelo</title><link>http://www.multigesture.net/articles/touchlib-compiling-instructions-fedora-core-9/comment-page-1/#comment-5305</link> <dc:creator>Marcelo</dc:creator> <pubDate>Thu, 26 Nov 2009 21:24:01 +0000</pubDate> <guid isPermaLink="false">http://www.multigesture.net/?page_id=70#comment-5305</guid> <description>in GNU/linux fedora 12 at &quot;cmake .&quot;CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: GLUT_Xi_LIBRARY (ADVANCED) linked by target &quot;configapp&quot; in directory /home/marz/multitouch/src linked by target &quot;smoke&quot; in directory /home/marz/multitouch/demos/smoke-- Configuring incomplete, errors occurred!I fix it installing the libXi-devel.i686 Awesome work</description> <content:encoded><![CDATA[<p>in GNU/linux fedora 12<br /> at &#8220;cmake .&#8221;</p><p>CMake Error: The following variables are used in this project, but they are set to NOTFOUND.<br /> Please set them or make sure they are set and tested correctly in the CMake files:<br /> GLUT_Xi_LIBRARY (ADVANCED)<br /> linked by target &#8220;configapp&#8221; in directory /home/marz/multitouch/src<br /> linked by target &#8220;smoke&#8221; in directory /home/marz/multitouch/demos/smoke</p><p>&#8211; Configuring incomplete, errors occurred!</p><p>I fix it installing the libXi-devel.i686<br /> Awesome work</p> ]]></content:encoded> </item> <item><title>By: julian</title><link>http://www.multigesture.net/articles/touchlib-compiling-instructions-fedora-core-9/comment-page-1/#comment-4907</link> <dc:creator>julian</dc:creator> <pubDate>Thu, 24 Sep 2009 00:59:34 +0000</pubDate> <guid isPermaLink="false">http://www.multigesture.net/?page_id=70#comment-4907</guid> <description>in GNU/linux ubuntu 9.04 at &quot;make install&quot; i get this error (don&#039;t pay attention to the spanish things):g++ -shared -Wl,-soname,liboscpack.so -o liboscpack.so.1.0.2 ./ip/IpEndpointName.o ./ip/posix/NetworkingUtils.o ./ip/posix/UdpSocket.o ./osc/OscOutboundPacketStream.o ./osc/OscPrintReceivedElements.o ./osc/OscReceivedElements.o ./osc/OscTypes.o -lc -fPIC /usr/bin/ld: ./ip/IpEndpointName.o: relocation R_X86_64_32 against `a local symbol&#039; can not be used when making a shared object; recompile with -fPIC ./ip/IpEndpointName.o: could not read symbols: Bad value collect2: ld devolviÃ³ el estado de salida 1 make: *** [liboscpack.so.1.0.2] Error 1i fix it editing the makefile like this change this line COPTS  = -Wall -O3 for this one COPTS  = -Wall -O3 -fPICi hope help someone thanks for this great tutorial!</description> <content:encoded><![CDATA[<p>in GNU/linux ubuntu 9.04<br /> at &#8220;make install&#8221; i get this error (don&#8217;t pay attention to the spanish things):</p><p>g++ -shared -Wl,-soname,liboscpack.so -o liboscpack.so.1.0.2 ./ip/IpEndpointName.o ./ip/posix/NetworkingUtils.o ./ip/posix/UdpSocket.o ./osc/OscOutboundPacketStream.o ./osc/OscPrintReceivedElements.o ./osc/OscReceivedElements.o ./osc/OscTypes.o -lc -fPIC<br /> /usr/bin/ld: ./ip/IpEndpointName.o: relocation R_X86_64_32 against `a local symbol&#8217; can not be used when making a shared object; recompile with -fPIC<br /> ./ip/IpEndpointName.o: could not read symbols: Bad value<br /> collect2: ld devolviÃ³ el estado de salida 1<br /> make: *** [liboscpack.so.1.0.2] Error 1</p><p>i fix it editing the makefile like this<br /> change this line<br /> COPTS  = -Wall -O3<br /> for this one<br /> COPTS  = -Wall -O3 -fPIC</p><p>i hope help someone<br /> thanks for this great tutorial!</p> ]]></content:encoded> </item> <item><title>By: Sim</title><link>http://www.multigesture.net/articles/touchlib-compiling-instructions-fedora-core-9/comment-page-1/#comment-3500</link> <dc:creator>Sim</dc:creator> <pubDate>Wed, 10 Jun 2009 03:31:49 +0000</pubDate> <guid isPermaLink="false">http://www.multigesture.net/?page_id=70#comment-3500</guid> <description>[root@localhost js]# gcc -I/usr/local/opencv/include/opencv -L/usr/local/opencv/lib -I/home/SimJS/multitouch/touchlib/include -L/home/SimJS/multitouch/touchlib/lib -lcv -lhighgui -lstdc++ touch.cpp -o touch/tmp/cc07Cjyt.o: In function `mainâ€™: touch.cpp:(.text+0x84): undefined reference to `touchlib::TouchScreenDevice::getTouchScreen()â€™ collect2: ld returned 1 exit statusi try to compile .. why occur this error? please help me ã… ã… </description> <content:encoded><![CDATA[<p>[root@localhost js]# gcc -I/usr/local/opencv/include/opencv -L/usr/local/opencv/lib -I/home/SimJS/multitouch/touchlib/include -L/home/SimJS/multitouch/touchlib/lib -lcv -lhighgui -lstdc++<br /> touch.cpp -o touch</p><p>/tmp/cc07Cjyt.o: In function `mainâ€™:<br /> touch.cpp:(.text+0&#215;84): undefined reference to `touchlib::TouchScreenDevice::getTouchScreen()â€™<br /> collect2: ld returned 1 exit status</p><p>i try to compile ..<br /> why occur this error?<br /> please help me ã… ã… </p> ]]></content:encoded> </item> <item><title>By: Sim</title><link>http://www.multigesture.net/articles/touchlib-compiling-instructions-fedora-core-9/comment-page-1/#comment-3473</link> <dc:creator>Sim</dc:creator> <pubDate>Mon, 08 Jun 2009 15:11:54 +0000</pubDate> <guid isPermaLink="false">http://www.multigesture.net/?page_id=70#comment-3473</guid> <description>Do I need to designate path when im compiling?</description> <content:encoded><![CDATA[<p>Do I need to designate path when im compiling?</p> ]]></content:encoded> </item> <item><title>By: mauricio</title><link>http://www.multigesture.net/articles/touchlib-compiling-instructions-fedora-core-9/comment-page-1/#comment-2957</link> <dc:creator>mauricio</dc:creator> <pubDate>Sat, 25 Apr 2009 14:23:12 +0000</pubDate> <guid isPermaLink="false">http://www.multigesture.net/?page_id=70#comment-2957</guid> <description>Hi, Am trying to compile touchlib but I get this error in fc7: (something to do with /usr/lib/libgtk-x11-2.0.so.0 ???/usr/lib/libgtk-x11-2.0.so.0: undefined reference to `g_bookmark_file_get_applications&#039; collect2: ld returned 1 exit status make[2]: *** [src/configapp] Error 1 make[1]: *** [src/CMakeFiles/configapp.dir/all] Error 2 make: *** [all] Error 2Any suggestions ??Many thanks.</description> <content:encoded><![CDATA[<p>Hi,<br /> Am trying to compile touchlib but I get this error in fc7: (something to do with /usr/lib/libgtk-x11-2.0.so.0 ???</p><p>/usr/lib/libgtk-x11-2.0.so.0: undefined reference to `g_bookmark_file_get_applications&#8217;<br /> collect2: ld returned 1 exit status<br /> make[2]: *** [src/configapp] Error 1<br /> make[1]: *** [src/CMakeFiles/configapp.dir/all] Error 2<br /> make: *** [all] Error 2</p><p>Any suggestions ??</p><p>Many thanks.</p> ]]></content:encoded> </item> <item><title>By: constanton</title><link>http://www.multigesture.net/articles/touchlib-compiling-instructions-fedora-core-9/comment-page-1/#comment-2064</link> <dc:creator>constanton</dc:creator> <pubDate>Thu, 19 Feb 2009 22:00:22 +0000</pubDate> <guid isPermaLink="false">http://www.multigesture.net/?page_id=70#comment-2064</guid> <description>Hello! very valuable info , but unfortunately I can&#039;t get any signal from my camera to any of the demo applications (they compile fine).I use Fedora 10. At /dev there&#039;s nothing like cam0 or similar that is requested at the CvCaptureFilter.cpp . I &#039;ve been experimenting with fw0 etc which do appear at the /dev folder. Any ideas? Thanks in advance!</description> <content:encoded><![CDATA[<p>Hello! very valuable info , but unfortunately I can&#8217;t get any signal from my camera to any of the demo applications (they compile fine).</p><p>I use Fedora 10. At /dev there&#8217;s nothing like cam0 or similar that is requested at the CvCaptureFilter.cpp . I &#8216;ve been experimenting with fw0 etc which do appear at the /dev folder. Any ideas?<br /> Thanks in advance!</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/29 queries in 0.592 seconds using disk: basic
Object Caching 321/347 objects using disk: basic

Served from: www.multigesture.net @ 2012-02-04 05:57:25 -->
