can't reproduce pointyhat's errors while compiling databases/mysqltcl

Björn König bkoenig at cs.tu-berlin.de
Mon Sep 18 07:59:39 PDT 2006


Hello,

I need some help to repair the broken port mysqltcl. It worked for a 
long time without problems but approximately one week ago something 
changed fundametally so that it doesn't compile anymore on pointyhat.

I started to investigate the problem but I can't find the reason. 
Currently I use FreeBSD 6.2-PRERELEASE, mysql-client-5.0.24 and 
tcl-8.4.13_1,1. The port still compiles without problems for me using 
-DNO_IGNORE. I can't find any occurences of "ulong" in the whole source 
code of mysqltcl (see pointyhat's error messages below).

Does anyone have a hint for me before I start spending more time? It 
would be nice if someone sends me a mysqltcl.c with 'ulong' in line 812.


===>   mysqltcl-3.01 depends on shared library: tcl84 - found
===>   mysqltcl-3.01 depends on shared library: mysqlclient.15 - found
===>  Configuring for mysqltcl-3.01
===>  Building for mysqltcl-3.01
cc -fPIC -DPIC -O2 -fno-strict-aliasing -pipe 
-I/usr/local/include/tcl8.4/ -I/usr/local/include/mysql/ -Wall 
-DVERSION='"3.01"'  -c 
/work/a/ports/databases/mysqltcl/work/mysqltcl-3.01/generic/mysqltcl.c 
-o mysqltcl.So
/work/a/ports/databases/mysqltcl/work/mysqltcl-3.01/generic/mysqltcl.c: 
In function `Mysqltcl_Connect':
/work/a/ports/databases/mysqltcl/work/mysqltcl-3.01/generic/mysqltcl.c:812:error: 
`ulong' undeclared (first use in this function)
/work/a/ports/databases/mysqltcl/work/mysqltcl-3.01/generic/mysqltcl.c:812:error: 
(Each undeclared identifier is reported only once
/work/a/ports/databases/mysqltcl/work/mysqltcl-3.01/generic/mysqltcl.c:812:error: 
for each function it appears in.)
/work/a/ports/databases/mysqltcl/work/mysqltcl-3.01/generic/mysqltcl.c:812:error: 
syntax error before numeric constant
/work/a/ports/databases/mysqltcl/work/mysqltcl-3.01/generic/mysqltcl.c:820:error: 
syntax error before numeric constant
*** Error code 1

Stop in /work/a/ports/databases/mysqltcl/work/mysqltcl-3.01.
*** Error code 1

Regards
Björn



More information about the freebsd-ports mailing list