Ticket #14488 (new defect)
blt not building
| Reported by: | schimaf@… | Owned by: | markd@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | Port Bugs |
| Component: | ports | Version: | 1.6.0 |
| Keywords: | Cc: | ||
| Port: | blt |
Description
I'm trying to build blt but I'm getting an error. Here's the output:
sh-3.2# port install blt
---> Fetching blt
---> Verifying checksum(s) for blt
---> Extracting blt
---> Applying patches to blt
---> Configuring blt
---> Building blt with target all
Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_blt/work/BLT2.4z" && make all " returned error 2
Command output: (cd src; make all)
/usr/bin/gcc-4.0 -c -Wall -O3 -fno-common -I. -I. -I/opt/local/include -I/usr/X11/include bltAlloc.c
In file included from bltInt.h:80,
from bltAlloc.c:1:
bltNsUtil.h:50: error: conflicting types for 'Tcl_FindCommand'
/opt/local/include/tclDecls.h:3125: error: previous declaration of 'Tcl_FindCommand' was here
bltNsUtil.h:67: error: conflicting types for 'Tcl_CreateNamespace'
/opt/local/include/tclDecls.h:3070: error: previous declaration of 'Tcl_CreateNamespace' was here
bltNsUtil.h:72: error: conflicting types for 'Tcl_FindNamespace'
/opt/local/include/tclDecls.h:3118: error: previous declaration of 'Tcl_FindNamespace' was here
bltNsUtil.h:75: error: conflicting types for 'Tcl_Export'
/opt/local/include/tclDecls.h:3088: error: previous declaration of 'Tcl_Export' was here
make[1]: *** [bltAlloc.o] Error 1
make: *** [all] Error 2
Error: Status 1 encountered during processing.
Running Xcode 3.0 on Mac OS X 10.5.2 (Intel) MacPro 8 core.
Change History
Note: See
TracTickets for help on using
tickets.

