<?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[boost]]></title><description><![CDATA[<p>Hallo unter Ubuntu ist ja Boost 1.37 noch Standard, hat sich bis 1.39 etwas so stark geändert dass es sich lohnen würde boost von hand zu installieren?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/241525/boost</link><generator>RSS for Node</generator><lastBuildDate>Mon, 21 Sep 2026 09:47:49 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/241525.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 21 May 2009 20:17:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to boost on Thu, 21 May 2009 20:17:05 GMT]]></title><description><![CDATA[<p>Hallo unter Ubuntu ist ja Boost 1.37 noch Standard, hat sich bis 1.39 etwas so stark geändert dass es sich lohnen würde boost von hand zu installieren?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1713929</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1713929</guid><dc:creator><![CDATA[shisha]]></dc:creator><pubDate>Thu, 21 May 2009 20:17:05 GMT</pubDate></item><item><title><![CDATA[Reply to boost on Thu, 21 May 2009 20:24:10 GMT]]></title><description><![CDATA[<p>und noch was ich habe dieses beispiel für threads gefunden</p>
<pre><code class="language-cpp">#include &lt;boost/thread.hpp&gt; 
#include &lt;iostream&gt; 

void wait(int seconds) 
{ 
  boost::this_thread::sleep(boost::posix_time::seconds(seconds)); 
} 

void thread() 
{ 
  try 
  { 
    for (int i = 0; i &lt; 5; ++i) 
    { 
      wait(1); 
      std::cout &lt;&lt; i &lt;&lt; std::endl; 
    } 
  } 
  catch (boost::thread_interrupted&amp;) 
  { 
  } 
} 

int main() 
{ 
  boost::thread t(thread); 
  wait(3); 
  t.interrupt(); 
  t.join(); 
}
</code></pre>
<p>dieses kompiliert aber nicht bei mir , woran liegt das? an der version ? oder ist da ein fehler drin?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1713934</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1713934</guid><dc:creator><![CDATA[shisha]]></dc:creator><pubDate>Thu, 21 May 2009 20:24:10 GMT</pubDate></item><item><title><![CDATA[Reply to boost on Thu, 21 May 2009 20:34:22 GMT]]></title><description><![CDATA[<p>Aha. Und wir sollen jetzt raten was du für Fehler beim compilieren bekommst. Klar.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1713937</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1713937</guid><dc:creator><![CDATA[hustbaer]]></dc:creator><pubDate>Thu, 21 May 2009 20:34:22 GMT</pubDate></item><item><title><![CDATA[Reply to boost on Thu, 21 May 2009 20:38:00 GMT]]></title><description><![CDATA[<p>entschuldige ^^</p>
<blockquote>
<p>||=== Boost1, Debug ===|<br />
obj/Debug/main.o||In function <code>main':| /home/kleopatra/Dokumente/Programmieren/C++/Boost1/main.cpp|28|undefined reference to</code>boost::thread::interrupt()'|<br />
/home/kleopatra/Dokumente/Programmieren/C++/Boost1/main.cpp|29|undefined reference to <code>boost::thread::join()'| /home/kleopatra/Dokumente/Programmieren/C++/Boost1/main.cpp|29|undefined reference to</code>boost::thread::~thread()'|<br />
/home/kleopatra/Dokumente/Programmieren/C++/Boost1/main.cpp|29|undefined reference to <code>boost::thread::~thread()'| obj/Debug/main.o||In function</code>mutex':|<br />
/usr/include/boost/thread/pthread/mutex.hpp|40|undefined reference to <code>boost::thread\_resource\_error::thread\_resource\_error()'| /usr/include/boost/thread/pthread/mutex.hpp|40|undefined reference to</code>boost::thread_resource_error::~thread_resource_error()'|<br />
/usr/include/boost/thread/pthread/mutex.hpp|40|undefined reference to <code>typeinfo for boost::thread\_resource\_error'| obj/Debug/main.o||In function</code>~thread_data':|<br />
/usr/include/boost/thread/detail/thread.hpp|40|undefined reference to <code>boost::detail::thread\_data\_base::~thread\_data\_base()'| /usr/include/boost/thread/detail/thread.hpp|40|undefined reference to</code>boost::detail::thread_data_base::~thread_data_base()'|<br />
obj/Debug/main.o||In function <code>condition_variable':| /usr/include/boost/thread/pthread/condition\_variable\_fwd.hpp|33|undefined reference to</code>boost::thread_resource_error::thread_resource_error()'|<br />
/usr/include/boost/thread/pthread/condition_variable_fwd.hpp|33|undefined reference to <code>boost::thread\_resource\_error::~thread\_resource\_error()'| /usr/include/boost/thread/pthread/condition\_variable\_fwd.hpp|33|undefined reference to</code>typeinfo for boost::thread_resource_error'|<br />
obj/Debug/main.o||In function <code>thread\_data\_base':| /usr/include/boost/thread/pthread/thread\_data.hpp|54|undefined reference to</code>vtable for boost::detail::thread_data_base'|<br />
obj/Debug/main.o||In function <code>thread&lt;void (*)()&gt;':| /usr/include/boost/thread/detail/thread.hpp|188|undefined reference to</code>boost::thread::start_thread()'|<br />
obj/Debug/main.o||In function <code>void boost::this\_thread::sleep&lt;boost::posix\_time::seconds&gt;(boost::posix_time::seconds const&amp;)':| /usr/include/boost/thread/pthread/thread\_data.hpp|111|undefined reference to</code>boost::this_thread::sleep(boost::posix_time::ptime const&amp;)'|<br />
]+0x10)||undefined reference to `typeinfo for boost::detail::thread_data_base'|<br />
||=== Build finished: 16 errors, 0 warnings ===|</p>
</blockquote>
]]></description><link>https://www.c-plusplus.net/forum/post/1713942</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1713942</guid><dc:creator><![CDATA[shisha]]></dc:creator><pubDate>Thu, 21 May 2009 20:38:00 GMT</pubDate></item><item><title><![CDATA[Reply to boost on Thu, 21 May 2009 21:10:01 GMT]]></title><description><![CDATA[<p>Ich seh da keine Compilerfehler, nur Linkerfehler.<br />
Du musst die Thread-Lib auch mitlinken.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1713950</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1713950</guid><dc:creator><![CDATA[Nanyuki]]></dc:creator><pubDate>Thu, 21 May 2009 21:10:01 GMT</pubDate></item><item><title><![CDATA[Reply to boost on Thu, 21 May 2009 21:25:21 GMT]]></title><description><![CDATA[<p>sry.. kann mir einer sagen wo ich unter ubuntu die anzugebenden dateien finden kann?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1713955</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1713955</guid><dc:creator><![CDATA[shisha]]></dc:creator><pubDate>Thu, 21 May 2009 21:25:21 GMT</pubDate></item><item><title><![CDATA[Reply to boost on Thu, 21 May 2009 21:27:34 GMT]]></title><description><![CDATA[<p>reicht es evt wenn ich in code::blocks</p>
<p>folgendes hinzufüge:</p>
<p>/usr/local/lib</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1713956</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1713956</guid><dc:creator><![CDATA[shisha]]></dc:creator><pubDate>Thu, 21 May 2009 21:27:34 GMT</pubDate></item><item><title><![CDATA[Reply to boost on Thu, 21 May 2009 21:37:58 GMT]]></title><description><![CDATA[<p>ich habe da echt ein problem:</p>
<p>ich habe gerade</p>
<blockquote>
<p>../../../../../../usr/lib/libboost_date_time-mt.a</p>
</blockquote>
<p>und alles was ich da gefunden habe in die linker options meines projekts rein und bekomme jetzt :</p>
<blockquote>
<p>||=== Boost1, Debug ===|<br />
../../../../../../usr/lib/libboost_python-mt.so||undefined reference to <code>PySequence\_GetSlice'| ../../../../../../usr/lib/libboost\_python-mt.so||undefined reference to</code>PyExc_ValueError'|<br />
../../../../../../usr/lib/libboost_python-mt.so||undefined reference to <code>PyString\_Size'| ../../../../../../usr/lib/libboost\_python-mt.so||undefined reference to</code>PyBool_Type'|<br />
../../../../../../usr/lib/libboost_python-mt.so||undefined reference to <code>PyObject\_GetAttr'| ../../../../../../usr/lib/libboost\_python-mt.so||undefined reference to</code>PyDict_GetItemString'|<br />
../../../../../../usr/lib/libboost_python-mt.so||undefined reference to <code>PyNumber\_And'| ../../../../../../usr/lib/libboost\_python-mt.so||undefined reference to</code>PyExc_IndexError'|<br />
../../../../../../usr/lib/libboost_python-mt.so||undefined reference to <code>PyUnicodeUCS4\_FromEncodedObject'| ../../../../../../usr/lib/libboost\_python-mt.so||undefined reference to</code>_PyEval_SliceIndex'|<br />
../../../../../../usr/lib/libboost_python-mt.so||undefined reference to <code>PyTuple\_Type'| ../../../../../../usr/lib/libboost\_python-mt.so||undefined reference to</code>PyNumber_InPlaceSubtract'|<br />
../../../../../../usr/lib/libboost_python-mt.so||undefined reference to <code>PyList\_Type'| ../../../../../../usr/lib/libboost\_python-mt.so||undefined reference to</code>PyObject_GetAttrString'|<br />
../../../../../../usr/lib/libboost_python-mt.so||undefined reference to <code>PyFile\_FromString'| ../../../../../../usr/lib/libboost\_python-mt.so||undefined reference to</code>PyModule_Type'|<br />
../../../../../../usr/lib/libboost_python-mt.so||undefined reference to <code>PyMem\_Free'| ../../../../../../usr/lib/libboost\_python-mt.so||undefined reference to</code>PyType_IsSubtype'|<br />
../../../../../../usr/lib/libboost_python-mt.so||undefined reference to <code>PyStaticMethod\_Type'| ../../../../../../usr/lib/libboost\_python-mt.so||undefined reference to</code>PyErr_WarnEx'|<br />
../../../../../../usr/lib/libboost_python-mt.so||undefined reference to <code>PyTuple\_New'| ../../../../../../usr/lib/libboost\_python-mt.so||undefined reference to</code>PyObject_SetAttr'|<br />
../../../../../../usr/lib/libboost_python-mt.so||undefined reference to <code>PyObject\_IsInstance'| ../../../../../../usr/lib/libboost\_python-mt.so||undefined reference to</code>PyErr_NoMemory'|<br />
../../../../../../usr/lib/libboost_python-mt.so||undefined reference to <code>\_Py_NoneStruct'| ../../../../../../usr/lib/libboost\_python-mt.so||undefined reference to</code>PyExc_AttributeError'|<br />
../../../../../../usr/lib/libboost_python-mt.so||undefined reference to <code>PyNumber\_Add'| ../../../../../../usr/lib/libboost\_python-mt.so||undefined reference to</code>PyList_Append'|<br />
../../../../../../usr/lib/libboost_python-mt.so||undefined reference to <code>PyType\_Type'| ../../../../../../usr/lib/libboost\_python-mt.so||undefined reference to</code>PyExc_ReferenceError'|<br />
../../../../../../usr/lib/libboost_python-mt.so||undefined reference to <code>PyString\_Type'| ../../../../../../usr/lib/libboost\_python-mt.so||undefined reference to</code>PyStaticMethod_New'|<br />
../../../../../../usr/lib/libboost_python-mt.so||undefined reference to <code>PyNumber\_InPlaceMultiply'| ../../../../../../usr/lib/libboost\_python-mt.so||undefined reference to</code>PyInt_Type'|<br />
../../../../../../usr/lib/libboost_python-mt.so||undefined reference to <code>PyTuple\_Size'| ../../../../../../usr/lib/libboost\_python-mt.so||undefined reference to</code>PyErr_SetObject'|<br />
../../../../../../usr/lib/libboost_python-mt.so||undefined reference to <code>\_PyObject_New'| ../../../../../../usr/lib/libboost\_python-mt.so||undefined reference to</code>PyDict_Keys'|<br />
../../../../../../usr/lib/libboost_python-mt.so||undefined reference to <code>PyType\_GenericAlloc'| ../../../../../../usr/lib/libboost\_python-mt.so||undefined reference to</code>PyErr_Format'|<br />
../../../../../../usr/lib/libboost_python-mt.so||undefined reference to <code>PyObject\_CallFunction'| ../../../../../../usr/lib/libboost\_python-mt.so||undefined reference to</code>PyList_Reverse'|<br />
../../../../../../usr/lib/libboost_python-mt.so||undefined reference to <code>PyString\_FromString'| ../../../../../../usr/lib/libboost\_python-mt.so||undefined reference to</code>PySequence_DelSlice'|<br />
../../../../../../usr/lib/libboost_python-mt.so||undefined reference to <code>PyCFunction\_Type'| ../../../../../../usr/lib/libboost\_python-mt.so||undefined reference to</code>PyExc_OverflowError'|<br />
../../../../../../usr/lib/libboost_python-mt.so||undefined reference to <code>PyMem\_Malloc'| ../../../../../../usr/lib/libboost\_python-mt.so||undefined reference to</code>PyErr_ExceptionMatches'|<br />
../../../../../../usr/lib/libboost_python-mt.so||undefined reference to <code>PyComplex\_ImagAsDouble'| ../../../../../../usr/lib/libboost\_python-mt.so||undefined reference to</code>PyCFunction_NewEx'|<br />
||More errors follow but not being shown.|<br />
||Edit the max errors limit in compiler options...|<br />
||=== Build finished: 50 errors, 0 warnings ===|</p>
</blockquote>
<p>was muss ich denn genau angeben?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1713962</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1713962</guid><dc:creator><![CDATA[shisha]]></dc:creator><pubDate>Thu, 21 May 2009 21:37:58 GMT</pubDate></item><item><title><![CDATA[Reply to boost on Thu, 21 May 2009 22:03:21 GMT]]></title><description><![CDATA[<p>wie wärs, wenn du nur die Datei, die für das threading gebraucht wird linkst? Ich glaube nicht, dass du python brauchst.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1713968</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1713968</guid><dc:creator><![CDATA[otze]]></dc:creator><pubDate>Thu, 21 May 2009 22:03:21 GMT</pubDate></item><item><title><![CDATA[Reply to boost on Thu, 21 May 2009 23:22:31 GMT]]></title><description><![CDATA[<p>&quot;boost_thread-mt&quot;</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1713979</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1713979</guid><dc:creator><![CDATA[Heinzelotto]]></dc:creator><pubDate>Thu, 21 May 2009 23:22:31 GMT</pubDate></item></channel></rss>