Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - Berkeley DB 4.1.25
Hi, I'm going to try to compile BDB 4.1.25 with DMC++. Unfortunately the Win32 build stuff is for VC. Is there a fast way to use VC workspace and project files? It looks like BDB use's a quite complex setup and I would like to avoid to reverse engineer it. -- Robert M. Münch IT & Management Freelancer Mobile: +49 (0)177 2452 802 Fax : +49 (0)721 8408 9112 Web : http://www.robertmuench.de Mar 07 2003
"Robert M. Münch" <robert.muench robertmuench.de> wrote:Hi, I'm going to try to compile BDB 4.1.25 with DMC++. Unfortunately the Win32 build stuff is for VC. Is there a fast way to use VC workspace and project files? It looks like BDB use's a quite complex setup and I would like to avoid to reverse engineer it. Mar 07 2003
"Gisle Vanem" <gvanem eunet.no> schrieb im Newsbeitrag news:b4apvk$27j5$1 digitaldaemon.com...If you have MSVC, load up the project and export it to a makefile. Mar 08 2003
Small tip: do you know Dev-C++ compiler IDE? It contains a MingW=20 compiler and works with GCC derivates. And the latest beta has this=20 feature: it can import a more-or-less recent MSVC workspace and produce=20 a makefile for the GNU make and GCC. This can be adapted to work with=20 DMC, if you like. Or simply take the newest MingW, which is though the=20 world's slowest beast, the code has recently become fairly good. I can't = use it on my old crappy machines because of slowness - new ones don't=20 fall from the sky over here. If i'm not mistaken, you get it at www.bloodshed.net you need "5 beta", which actually is 4.9.x.x - take the latest one. -i. Robert M. M=FCnch wrote:"Gisle Vanem" <gvanem eunet.no> schrieb im Newsbeitrag news:b4apvk$27j5$1 digitaldaemon.com... =20 =20If you have MSVC, load up the project and export it to a makefile. Mar 08 2003
"Ilya Minkov" <midiclub 8ung.at> schrieb im Newsbeitrag news:b4dt8k$rns$1 digitaldaemon.com...Small tip: do you know Dev-C++ compiler IDE? It contains a MingW compiler and works with GCC derivates. Mar 09 2003
Robert M. M=FCnch wrote:Hi, no I don't knew it. Thanks for the tip. BTW: Is DMC++ compatible wi= Mar 09 2003
There's the cl.exe program, which will convert vc's command line syntax to dmc. -Walter "Robert M. Münch" <robert.muench robertmuench.de> wrote in message news:b4am28$2555$1 digitaldaemon.com...Hi, I'm going to try to compile BDB 4.1.25 with DMC++. Unfortunately the Win32 build stuff is for VC. Is there a fast way to use VC workspace and project files? It looks like BDB use's a quite complex setup and I would like to avoid to reverse engineer it. -- Robert M. Münch IT & Management Freelancer Mobile: +49 (0)177 2452 802 Fax : +49 (0)721 8408 9112 Web : http://www.robertmuench.de Mar 07 2003
"Walter" <walter digitalmars.com> schrieb im Newsbeitrag news:b4b2ck$2d3t$1 digitaldaemon.com...There's the cl.exe program, which will convert vc's command line syntax to dmc. -Walter Mar 08 2003
|