boost windows installer problem
Hello, is there any way to specify the proxy server to the installer provided by boost-consulting? At work I can access inet via some proxy server only. Now I have to rebuild the entire boost lib again... May be boost-consulting should offer big old monolithic single file installations for vc8.0 or vc7.1 for those who cannot easily access network and still require all libs. With Kind Regards, Ovanes Markarian
"Ovanes Markarian"
Hello,
is there any way to specify the proxy server to the installer provided by boost-consulting? At work I can access inet via some proxy server only.
Not yet.
Now I have to rebuild the entire boost lib again...
May be boost-consulting should offer big old monolithic single file installations for vc8.0 or vc7.1 for those who cannot easily access network and still require all libs.
We're selling installer DVDs (not cheap yet, though, since we're not mass producing them). -- Dave Abrahams Boost Consulting www.boost-consulting.com
I am able to build my Python Extension Module under MSVC 7.1, MSVC 8.0 and GCC (LINUX).
However I cannot seem to build it under Cygwin gcc.
The output of uname is CYGWIN_NT-5.1
The output of gcc -v is :
Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs
Configured with: /gcc/gcc-3.4.4/gcc-3.4.4-1/configure --verbose --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/
info --enable-languages=c,ada,c++,d,f77,java,objc --enable-nls --without-included-gettext --enable-version-specific-runtime-libs --without-x --enable-libgcj --disable-java-awt --with-system-zlib
ble-interpreter --disable-libgcj-debug --enable-threads=posix --enable-java-gc=boehm --disable-win32-registry --enable-sjlj-exceptions --enable-hash-synchronization --enable-libstdcxx-debug : (r
gured)
Thread model: posix
gcc version 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125)
My compile command line is :
g++ -o /cygdrive/c/Build/cygwin/gcc/3.4.4/Debug/Intermediate/PythonPapa/PythonPapa.dll -shared /cygdrive/c/Build/cygwin/gcc/3.4.4/Debug/Intermediate/PythonPapa/main.os /cygdrive/c/Build/cygwin/gcc/3.
.4/Debug/Intermediate/PythonPapa/StdVector.os -L/cygdrive/c/Build/cygwin/gcc/3.4.4/Debug -L/usr/local/lib -L/lib/python2.4/config -lPapaGateWay -lboost_python-gcc-mt-d-1_33_1.dll -lpython2.4 -lPapaGa
eWay
Then there are ALOT of errors .. here are the last few lines :
/usr/local/include/boost-1_33_1/boost/python/object/make_ptr_instance.hpp:(.text$_ZN5boost6python7objects14pointer_holderIPSt6vectorIdSaIdEES5_ED1Ev[boost::python::objects::pointer_holder
I am able to build my Python Extension Module under MSVC 7.1, MSVC 8.0 and GCC (LINUX).
However I cannot seem to build it under Cygwin gcc.
The output of uname is CYGWIN_NT-5.1
The output of gcc -v is :
Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs
Configured with: /gcc/gcc-3.4.4/gcc-3.4.4-1/configure --verbose --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/
info --enable-languages=c,ada,c++,d,f77,java,objc --enable-nls --without-included-gettext --enable-version-specific-runtime-libs --without-x --enable-libgcj --disable-java-awt --with-system-zlib
ble-interpreter --disable-libgcj-debug --enable-threads=posix --enable-java-gc=boehm --disable-win32-registry --enable-sjlj-exceptions --enable-hash-synchronization --enable-libstdcxx-debug : (r
gured)
Thread model: posix
gcc version 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125)
My compile command line is :
g++ -o /cygdrive/c/Build/cygwin/gcc/3.4.4/Debug/Intermediate/PythonPapa/PythonPapa.dll -shared /cygdrive/c/Build/cygwin/gcc/3.4.4/Debug/Intermediate/PythonPapa/main.os /cygdrive/c/Build/cygwin/gcc/3.
.4/Debug/Intermediate/PythonPapa/StdVector.os -L/cygdrive/c/Build/cygwin/gcc/3.4.4/Debug -L/usr/local/lib -L/lib/python2.4/config -lPapaGateWay -lboost_python-gcc-mt-d-1_33_1 -lpython2.4 -lPapaGa
eWay
Then there are ALOT of errors .. here are the last few lines :
/usr/local/include/boost-1_33_1/boost/python/object/make_ptr_instance.hpp:(.text$_ZN5boost6python7objects14pointer_holderIPSt6vectorIdSaIdEES5_ED1Ev[boost::python::objects::pointer_holder
David,
Thanks for the answer. I am just curious:
Does boost-consulting sell the CDs to make money, or to make it easier for
the users where all libs are available at once precompiled for different
compiler versions etc.?
I see one major drawback with selling of CDs:
If someone needs boost libs (most probably at work) then they are needed
"right now!". Therefore there is no time to wait until it ships. How much
time would it take to send a CD to Germany? (my case) I think at least one
week :( I cannot wait one week for the CD if I need my project to be done.
If you would offer a complete ISO image or alternatively ZIP for download
for USD 5,- I would pay for it... It is also possible that you make some
kind of an update service where people are notified, that a new ISO with
most recent boost libs is ready. You can also provide a subscription and
some kind of priority support (for one year or 6 months) for USD 100,- (or
more, might depend on support level or support plan), where people can ask
boost consulting for advice, patial concept review, etc. I mean virtual
consulting services in the style of: Ask boost professionals to identify
application flaws at a flat rate.
I don't kwow if the suggested scenario works, but for some Linux companies
this was working well (for some other not).
Best Regards,
Ovanes
-----Original Message-----
From: David Abrahams [mailto:dave@boost-consulting.com]
Sent: Wednesday, July 12, 2006 21:44
To: boost-users@lists.boost.org
Cc: Daniel Wallin
Subject: Re: [Boost-users] boost windows installer problem
"Ovanes Markarian"
Hello,
is there any way to specify the proxy server to the installer provided by boost-consulting? At work I can access inet via some proxy server only.
Not yet.
Now I have to rebuild the entire boost lib again...
May be boost-consulting should offer big old monolithic single file installations for vc8.0 or vc7.1 for those who cannot easily access network and still require all libs.
We're selling installer DVDs (not cheap yet, though, since we're not mass producing them). -- Dave Abrahams Boost Consulting www.boost-consulting.com
On 7/13/06, Ovanes Markarian
I see one major drawback with selling of CDs: If someone needs boost libs (most probably at work) then they are needed "right now!". Therefore there is no time to wait until it ships. How much time would it take to send a CD to Germany? (my case) I think at least one week :( I cannot wait one week for the CD if I need my project to be done. If you would offer a complete ISO image or alternatively ZIP for download for USD 5,- I would pay for it...
There are places where software development takes places in rooms that have no internet connection and no software is allowed into the room unless it is on a CD or DVD that has been shipped from the company. I imagine there are many developers that are very appreciative that Boost Consulting is able to satisfy that requirement. --Michael Fawcett
participants (4)
-
David Abrahams
-
Michael Fawcett
-
Nindi Singh
-
Ovanes Markarian