Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Ticket #14488 (new defect)

Opened 9 months ago

Last modified 5 hours ago

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

Changed 9 months ago by markd@…

Looks like BLT is not ready for Tk 8.5 yet. I hope someone patches it soon.

http://groups.google.com/group/comp.lang.tcl/browse_thread/thread/6e5f6db6afada238

Changed 8 months ago by jmr@…

  • owner changed from macports-tickets@… to markd@…
  • milestone set to Port Bugs

Changed 2 months ago by macsforever2000@…

  • keywords blt removed
  • port set to blt

For the record, my current workaround is that I use a modified version of the tk and tcl ports that install version 8.4.19 of both.

Changed 5 hours ago by macsforever2000@…

Here's a promising version to try.

Note: See TracTickets for help on using tickets.