vote up 1 vote down star

Possible? To crazy to contemplate? if yes and no (respectively) any idea how to go about doing this?

flag

2 Answers

vote up 2 vote down check

I don't know if it's possible. With newer versions of Builder and some probably not-insignificant effort, I'd guess it probably is. But why on earth would you want to? You'll end up with a version of MySQL compiled in an untested environment instead of the distribution versions provided by MySQL themselves that gain lots of testing exposure. I can't think of a single advantage of doing this, but I can think of plenty of disadvantages.

If your problem is that Builder is the only development environment you have to hand, be aware that you can compile using Visual C++ Express, which MS will give you for free.

If you really want to go about doing this, you'll be wanting MySQL's build guide and CMake. Following their instructions for Visual Studio will work to get you something you can start building. You'll then need to hack around looking for appropriate compiler options and so forth.

link|flag
The only reasons I am contemplating it is because of familiararity with the IDE plus the out of the box inclusion of very good libraries such as Boost and even the VCL. However you are right in that, if these benefits are very outweighed by the disadvantages, I'll just suck it up and use VS. – Tim Jarvis Mar 25 at 22:55
Unless you're planning on developing on MySQL (or its interfaces) itself, I'd suggest just using the libraries and binaries provided by MySQL AB and not compiling at all. – Jon Bright Mar 29 at 18:21
vote up -1 vote down

Shouldn't be too challenging; just use Cygwin if you'd like to compile it.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.