Re: NEW: boost-1.39.0

2009-05-14 Thread Andrej Elizarov
I found all i need in gcc-local(1), thanks.

Re: NEW: boost-1.39.0

2009-05-14 Thread Andrej Elizarov
Nice, thank you for report. Did you try threading? With above example threads seems work for me. Tonight i comile it in vmware, s long time. But also work on clean virtual "machine". 2009/5/15 Marco Peereboom > So I got my port working with this. So at least the asio part works. > Thank

Re: NEW: boost-1.39.0

2009-05-14 Thread Marco Peereboom
So I got my port working with this. So at least the asio part works. Thanks. On May 12, 2009, at 23:26, Andrej Elizarov wrote: My mistake. Try this one, seems works. 2009/5/12 Marco Peereboom ===> Checking files for boost-1.39.0p0 boost_1_39_0.tar.gz doesn't seem to exist on this syst

Re: NEW: boost-1.39.0

2009-05-14 Thread David Coppa
On Thu, May 14, 2009 at 5:27 AM, Andrej Elizarov wrote: > gcc with options  "-lpthread", "/usr/local/lib/libboost_thread-mt.so.1.1" > > (about second argument - i donno why i was not able do it like > "-lboost_thread-mt", > only with full pass. by why?) > > while testing boost, i compile this tes

Re: NEW: boost-1.39.0

2009-05-14 Thread Stuart Henderson
On 2009/05/14 07:27, Andrej Elizarov wrote: > Well, try compile this test code: > > #include > #include > > void hello() > { > std::cout << "Hello world, I'm a thread!"<< std::endl; > } > int main(int argc, char* argv[]) > { > boost::thread thrd(&hello); > thrd.join(); > return 0; > } > > gcc

Re: NEW: boost-1.39.0

2009-05-13 Thread Andrej Elizarov
Well, try compile this test code: #include #include void hello() { std::cout << "Hello world, I'm a thread!"<< std::endl; } int main(int argc, char* argv[]) { boost::thread thrd(&hello); thrd.join(); return 0; } gcc with options "-lpthread", "/usr/local/lib/libboost_thread-mt.so.1.1" (about

Re: NEW: boost-1.39.0

2009-05-13 Thread Marco Peereboom
Much better but does this have threads enabled? I get this from the code i am compiling: /usr/local/include/boost/config/requires_threads.hpp:47:5: #error "Compiler threading support is not turned on. Please set the correct command line options for threading: -pthread (Linux), -pthreads (Solaris)

Re: NEW: boost-1.39.0

2009-05-13 Thread Markus Hennecke
Marco Peereboom wrote: # http_proxy=http://127.0.0.1:5865 make fetch ===> Checking files for boost-1.39.0p0 boost_1_39_0.tar.gz doesn't seem to exist on this system. Fetch http://easynews.dl.sourceforge.net/sourceforge/boost/boost_1_39_0.tar.gz. boost_1_39_0.tar.gz 100% |

Re: NEW: boost-1.39.0

2009-05-13 Thread Marco Peereboom
My bad, I copied the wrong file from my mailserver. It is compiling now. On Tue, May 12, 2009 at 06:38:22AM +0400, Andrej Elizarov wrote: >2009/5/11 Marco Peereboom > > What does this mean? > On Mon, May 11, 2009 at 07:01:33PM +0400, Andrej Elizarov wrote: > > A A yes, with

Re: NEW: boost-1.39.0

2009-05-13 Thread Andrej Elizarov
#make fetch (and there is /usr/ports/distfiles/boost_1_39_0.tar.gz ) #make makesum this will fix "distinfo" if port folder than u can make it usual way > >> Size does not match for /usr/ports/distfiles/boost_1_39_0.tar.gz >

Re: NEW: boost-1.39.0

2009-05-13 Thread Marco Peereboom
# http_proxy=http://127.0.0.1:5865 make fetch ===> Checking files for boost-1.39.0p0 >> boost_1_39_0.tar.gz doesn't seem to exist on this system. >> Fetch >> http://easynews.dl.sourceforge.net/sourceforge/boost/boost_1_39_0.tar.gz. boost_1_39_0.tar.gz 100% |*

Re: NEW: boost-1.39.0

2009-05-13 Thread Andrej Elizarov
oh, man. right now i can't deal with it, my work laptop was broken down at morning. please, do #make fetch #make makesum #make checksum #make and everything must be allright. but i can swear that make fix before. 2009/5/13 Marco Peereboom > same :-( > > # http_proxy=http://127.0.0.1:5865 make

Re: NEW: boost-1.39.0

2009-05-13 Thread Marco Peereboom
same :-( # http_proxy=http://127.0.0.1:5865 make package ===> Checking files for boost-1.39.0p0 >> boost_1_39_0.tar.gz doesn't seem to exist on this system. >> Fetch >> http://easynews.dl.sourceforge.net/sourceforge/boost/boost_1_39_0.tar.gz. boost_1_39_0.tar.gz 100% |*

Re: NEW: boost-1.39.0

2009-05-13 Thread Rolf Sommerhalder
On Tue, May 12, 2009 at 11:47 PM, Marco Peereboom wrote: > ===>  Checking files for boost-1.39.0p0 >>> boost_1_39_0.tar.gz doesn't seem to exist on this system. >>> Fetch >>> http://easynews.dl.sourceforge.net/sourceforge/boost/boost_1_39_0.tar.gz. > boost_1_39_0.tar.gz 100% |*

Re: NEW: boost-1.39.0

2009-05-12 Thread Marco Peereboom
===> Checking files for boost-1.39.0p0 >> boost_1_39_0.tar.gz doesn't seem to exist on this system. >> Fetch >> http://easynews.dl.sourceforge.net/sourceforge/boost/boost_1_39_0.tar.gz. boost_1_39_0.tar.gz 100% |***| 35508 KB00:59 >> Size does not match for /usr/por

Re: NEW: boost-1.39.0

2009-05-11 Thread Andrej Elizarov
2009/5/11 Marco Peereboom > What does this mean? > > On Mon, May 11, 2009 at 07:01:33PM +0400, Andrej Elizarov wrote: > >yes, with patches > > > >2009/5/11 Marco Peereboom > > > > Does this contain aio? > "asio" you mean? yes, there is asio, and some patches borrowed from Markus's i

Re: NEW: boost-1.39.0

2009-05-11 Thread Marco Peereboom
What does this mean? On Mon, May 11, 2009 at 07:01:33PM +0400, Andrej Elizarov wrote: >yes, with patches > >2009/5/11 Marco Peereboom > > Does this contain aio? > On Sun, May 10, 2009 at 12:37:57PM +0400, Andrej Elizarov wrote: > > here is port for testing > > >

Re: NEW: boost-1.39.0

2009-05-11 Thread Andrej Elizarov
yes, with patches 2009/5/11 Marco Peereboom > Does this contain aio? > > On Sun, May 10, 2009 at 12:37:57PM +0400, Andrej Elizarov wrote: > > here is port for testing > > > > > > some info for maintainer. > > --- > > added Markus's patches for asio > > > > patches from 1.

Re: NEW: boost-1.39.0

2009-05-11 Thread Marco Peereboom
Does this contain aio? On Sun, May 10, 2009 at 12:37:57PM +0400, Andrej Elizarov wrote: > here is port for testing > > > some info for maintainer. > --- > added Markus's patches for asio > > patches from 1.34: > Jamfile_v2 (Jamroot now) -> applied > libstdcpp3 -> appli

Re: NEW: boost-1.39.0

2009-05-10 Thread Brad
On Sunday 10 May 2009 04:37:57 Andrej Elizarov wrote: > here is port for testing updates to existing ports should be sent as diffs relative to the exiting port not a tarball. > > some info for maintainer. > --- > added Markus's patches for asio > > patches from 1.34: > Jam