I agree with this point.
I use Xcode to work on MySQL and a storage engine.
Xcode is great for editing and debugging the code, but you don't need
to build any of this stuff using Xcode.
make in a terminal works fine for that.
What is useful is to compile using Xcode, just to get a quick syntax
check.
It is possible to get most of the MySQL code compiling under Xcode for
this purpose. You can also then use the "goto definition/declaration"
functionality which is really useful.
And of course, including all the source files in a project is good for
doing text searches on the code.
On Mar 20, 2009, at 4:09 PM, Sahil Cooner wrote:
> why not install fink or macports and then get a copy of the source
> code
> and compile it in a *nix environment then you can just do a
>
> ./configure && make && sudo make install
>
> is there any particular reason you're just using Xcode to accomplish
> this?
>
> Yuan Wang wrote:
>> I'm searching for a solution of building mysql server in Mac using
>> xcode. I found this article
>> (http://developer.apple.com/business/macmarket/mysql.html) which said
>> that there’s a perl script to generate an Xcode project file.
>> However,
>> I can not find this perl script, at least in 5.1's source tree.
>> Then I
>> saw Jim Winstead said that it can be generated by cmake in this page
>> (http://bugs.mysql.com/bug.php?id=25440). However, no further
>> instruction can be find. I'm not an expert of cmake, so I can not get
>> this done.
>>
>> Could anybody give me some help?
>>
>>
>
>
> --
> MySQL Internals Mailing List
> For list archives: http://lists.mysql.com/internals
> To unsubscribe: http://lists.mysql.com/internals?unsub=1
>