Re: [Drizzle-discuss] problem about ppa for Drizzle-developers

2013-08-19 Thread Louis.hust
glad to hear that 2013/8/19 Stewart Smith > "Louis.hust" writes: > > I'd like to build the drizzle from source following > > http://docs.drizzle.org/installing/from_source.html#dependencies > > 404 Not Found > > As mentioned by others, we've been a bit slack in adding builds for > newer Ubu

Re: [Drizzle-discuss] problem about ppa for Drizzle-developers

2013-08-19 Thread Stewart Smith
"Louis.hust" writes: > I'd like to build the drizzle from source following > http://docs.drizzle.org/installing/from_source.html#dependencies > 404 Not Found As mentioned by others, we've been a bit slack in adding builds for newer Ubuntu releases. Once I get back from vacation in a couple of

Re: [Drizzle-discuss] problem about ppa for Drizzle-developers

2013-08-19 Thread Louis.hust
Hi, mohit, It works, thanks for your help again. Louis 2013/8/19 Louis.hust > I found that i already installed boost.1.50, after i removed it, the "apt-get > build-dep drizzle" worked, > and it will install boost1.49. > > Now i am downloading the dependent packages, after that i will try to

Re: [Drizzle-discuss] problem about ppa for Drizzle-developers

2013-08-19 Thread Louis.hust
I found that i already installed boost.1.50, after i removed it, the "apt-get build-dep drizzle" worked, and it will install boost1.49. Now i am downloading the dependent packages, after that i will try to compile the drizzle. Thanks for your help. Louis

Re: [Drizzle-discuss] problem about ppa for Drizzle-developers

2013-08-19 Thread Louis.hust
hi, Mohit I tried to install 1.48 but can not locate the package Shell>sudo apt-get install libboost1.48-all-dev Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package libboost1.48-all-dev E: Couldn't find any package by regex 'libboos

Re: [Drizzle-discuss] problem about ppa for Drizzle-developers

2013-08-19 Thread Mohit Srivastava
Hey, sudo apt-get install libboost1.48-all-dev this should help you . Try this & let me know --Mohit On Mon, Aug 19, 2013 at 1:12 PM, Louis.hust wrote: > hi, Mohit, > > I download the boost 1.48.0 source code, and compile it and install it to > /usr/local/boost_1_48_0/ > > Then i compile dr

Re: [Drizzle-discuss] problem about ppa for Drizzle-developers

2013-08-19 Thread Louis.hust
hi, Mohit, I download the boost 1.48.0 source code, and compile it and install it to /usr/local/boost_1_48_0/ Then i compile drizzle as below: Shell>./config/autorun.sh autoreconf: running: /usr/bin/autoheader --force --warnings=all autoreconf: running: automake --add-missing --copy --force-

Re: [Drizzle-discuss] problem about ppa for Drizzle-developers

2013-08-18 Thread Mohit Srivastava
Hey, sudo apt-get install ibboost1.48-all-dev libprotobuf-dev protobuf-compiler uuid-dev libcloog-ppl0 On Mon, Aug 19, 2013 at 10:24 AM, Louis.hust wrote: > Hi, Mohit, > Thank you again ^_^ > > Actually i have installed all component drizzle needed, but when i compile > the source code, i get

Re: [Drizzle-discuss] problem about ppa for Drizzle-developers

2013-08-18 Thread Louis.hust
Hi, Mohit, Thank you again ^_^ Actually i have installed all component drizzle needed, but when i compile the source code, i get many warnings related to boost. The version of boost is 1.42.0, and gcc is 4.5.4. When i "make", i got many warnings which are treated as errors cause Werror is on. Er

Re: [Drizzle-discuss] problem about ppa for Drizzle-developers

2013-08-18 Thread Mohit Srivastava
Hey, There is no package for quantal yet. You can download for precise from http://packages.ubuntu.com/precise/drizzle-dev. And try to install it on quantal. And if you get more error after this , have a look http://mohyt.blogspot.in/2013/07/setting-up-drizzle-development-ubuntu.html OR You can

Re: [Drizzle-discuss] problem about ppa for Drizzle-developers

2013-08-18 Thread Louis.hust
Hey Monhit: Thanks for your reply. I tried "sudo apt-get install drizzle-dev", but with error : unable to locate package drizzle-dev. 2013/8/19 Mohit Srivastava > Hey Louis, > Just try sudo apt-get install drizzle-dev > > -- > Mohit > > > On Mon, Aug 19, 2013 at 9:08 AM, Louis.hust wrote: > >

Re: [Drizzle-discuss] problem about ppa for Drizzle-developers

2013-08-18 Thread Mohit Srivastava
Hey Louis, Just try sudo apt-get install drizzle-dev -- Mohit On Mon, Aug 19, 2013 at 9:08 AM, Louis.hust wrote: > Hi, all, > > I'd like to build the drizzle from source following > http://docs.drizzle.org/installing/from_source.html#dependencies > > i follow the steps on ubuntu: > > "sudo add

[Drizzle-discuss] problem about ppa for Drizzle-developers

2013-08-18 Thread Louis.hust
Hi, all, I'd like to build the drizzle from source following http://docs.drizzle.org/installing/from_source.html#dependencies i follow the steps on ubuntu: "sudo add-apt-repository ppa:drizzle-developers/ppa " execute successfully, but when i execute "sudo add-get update", i got the following e