Edin Kadribasic wrote:
> I have indeed.
I'm trying to build the current MySQL 4.1 sources from the BitKeeper
repository with MS VisualC++ 6 (VisualStudio 98, Service Pack 5) on
my Windows 2000 Professional box.
The "prepare" script produces the errors shown in
http://www.sebastian-bergmann.de/prepare.txt
Since my setup of MS VisualC++ 6 seems not tp be able to compile
symlinked files (for whatever reason), I changed the "ln -s" calls
in the prepare script to "mv".
I still get similar errors from the prepare script, but now the
compiler finds the files and the build looks okay until it yields
the following compiler errors:
E:\home\mysql-4.1\VC++Files\strings\strto.c(98): error C2232:
'->ctype': The left operand is of type 'struct', use '.'
E:\home\mysql-4.1\VC++Files\strings\strto.c(118): error C2232:
'->to_upper': The left operand is of type 'struct', use '.'
E:\home\mysql-4.1\VC++Files\strings\strto.c(126): error C2232:
'->to_upper': The left operand is of type 'struct', use '.'
E:\home\mysql-4.1\VC++Files\strings\strto.c(148): error C2232:
'->ctype': The left operand is of type 'struct', use '.'
E:\home\mysql-4.1\VC++Files\strings\strto.c(150): error C2232:
'->ctype': The left operand is of type 'struct', use '.'
E:\home\mysql-4.1\VC++Files\strings\strto.c(151): error C2232:
'->to_upper': The left operand is of type 'struct', use '.'
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php