Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Sep 2006 16:59:48 +0200
From:      =?ISO-8859-15?Q?Bj=F6rn_K=F6nig?= <bkoenig@cs.tu-berlin.de>
To:        ports@freebsd.org
Subject:   can't reproduce pointyhat's errors while compiling databases/mysqltcl
Message-ID:  <450EB464.50200@cs.tu-berlin.de>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?450EB464.50200>