[Tktable] Re: Makefile problem, Tktable2.8, IRIX 6.5.12
by Brian Cuttler other posts by this author
Jan 14 2003 9:25PM messages near this date
RE: [Tktable] Tktable2.8 not loaded statically
|
RE: [Tktable] Re: Makefile problem, Tktable2.8, IRIX 6.5.12
About that Makefile error, we cheated a little bit.. but
found an additional stumbling block.
I've checked the archives, don't see anything on this so I
thought I'd pass along the work-around for problem 1 and ask
if anyone was familiar with problem 2.
> Sorry to bother you, seem to have an error in my make file.
>
> bali 122# /usr/bin/make
> make: file `Makefile' line 297: Syntax error
The offending line (297) seemed to have nested variables:
$($(PACKAGE)_LIB_FILE): $($(PACKAGE)_OBJECTS)
I tried to rewrite it with
A = $(PACKAGE)_LIB_FILE
B = $(PACKAGE)_OBJECTS
$(A): $(B)
However we don't seem to be able to run the demo verification.
> [bali] /tmp/Tktable2.8/demos 14> /usr/local/spider/bin/python tktable.py
> Traceback (most recent call last):
> File "tktable.py", line 332, in ?
> command=test_cmd)
> File "tktable.py", line 68, in __init__
> master.tk.call('load', '', 'Tktable')
> TclError: package "Tktable" isn't loaded statically
thanks,
Brian
---
Brian R Cuttler brian.cuttler@[...].org
Computer Systems Support (v) 518 486-1697
Wadsworth Center (f) 518 473-6384
NYS Department of Health Help Desk 518 473-0773
-------------------------------------------------------
This SF.NET email is sponsored by: Take your first step towards giving
your online business a competitive advantage. Test-drive a Thawte SSL
certificate - our easy online guide will show you how. Click here to get
started: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0027en
_______________________________________________
Tktable-users mailing list
Tktable-users@[...].net
https://lists.sourceforge.net/lists/listinfo/tktable-users
Thread:
Brian Cuttler
Jeff Hobbs
|