<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/13410" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2011-01-15T06:28:54-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/13410</id>

		<entry>
		<author><name><![CDATA[renski1]]></name></author>
		<updated>2011-01-15T06:28:54-04:00</updated>

		<published>2011-01-15T06:28:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=95688#p95688</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=95688#p95688"/>
		<title type="html"><![CDATA[dict (tcl module)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=95688#p95688"><![CDATA[
The fix for me was to install tk/tk-dev packages on debian, I also compiled/install tclDict prior to this, not sure if it made a difference.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11496">renski1</a> — Sat Jan 15, 2011 6:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[wac]]></name></author>
		<updated>2010-04-06T14:09:18-04:00</updated>

		<published>2010-04-06T14:09:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92715#p92715</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92715#p92715"/>
		<title type="html"><![CDATA[dict (tcl module)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92715#p92715"><![CDATA[
<blockquote class="uncited"><div>This is driving me insane. Someone please tell me wtf to do.<br><br>I consider myself a linux poweruser, and I've been screwing with this script and tclDict for 2 days now.<br><br>CentOS 5.3 (Final) x86_64<br><div class="codebox"><p>Code: </p><pre><code>blah</code></pre></div></div></blockquote>If you're just trying to use the tvrage script just upgrade to the latest version of the script. I tried to do this with the same error, it's been so long since I did it I forgot but updating the main script made it a non issue with 8.5.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8485">wac</a> — Tue Apr 06, 2010 2:09 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[godzirra]]></name></author>
		<updated>2010-02-23T13:12:04-04:00</updated>

		<published>2010-02-23T13:12:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92214#p92214</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92214#p92214"/>
		<title type="html"><![CDATA[dict (tcl module)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92214#p92214"><![CDATA[
This is driving me insane. Someone please tell me wtf to do.<br><br>I consider myself a linux poweruser, and I've been screwing with this script and tclDict for 2 days now.<br><br>CentOS 5.3 (Final) x86_64<br><div class="codebox"><p>Code: </p><pre><code># rpm -qa |grep tcltcl-8.4.13-4.el5.x86_64tcl-devel-8.4.13-4.el5.x86_64tcl-devel-8.4.13-4.el5.i386tcl-8.4.13-4.el5.i386# makegcc -pipe -DPACKAGE_NAME=\"dict\" -DPACKAGE_TARNAME=\"dict\" -DPACKAGE_VERSION=\"8.5.2\" -DPACKAGE_STRING=\"dict\ 8.5.2\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D_LARGEFILE64_SOURCE=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_TCL_STUBS=1   -I"/usr/local/include"    -O -Wall -Wconversion -Wno-implicit-int -fPIC -c `echo ./generic/tclDictObj.c` -o tclDictObj.oIn file included from ./generic/tclDictObj.c:43:./generic/tclDict.h:56: error: conflicting types for ‘Tcl_DictSearch’/usr/local/include/tcl.h:1279: error: previous declaration of ‘Tcl_DictSearch’ was here./generic/tclDictObj.c: In function ‘DupDictInternalRep’:./generic/tclDictObj.c:198: warning: passing argument 1 of ‘tclStubsPtr-&gt;tcl_Alloc’ with different width due to prototype./generic/tclDictObj.c: In function ‘UpdateStringOfDict’:./generic/tclDictObj.c:355: warning: passing argument 1 of ‘tclStubsPtr-&gt;tcl_Alloc’ with different width due to prototype./generic/tclDictObj.c: In function ‘SetDictFromAny’:./generic/tclDictObj.c:494: warning: passing argument 1 of ‘tclStubsPtr-&gt;tcl_Alloc’ with different width due to prototype./generic/tclDictObj.c: At top level:./generic/tclDictObj.c:811: error: expected ‘)’ before ‘-&gt;’ token./generic/tclDictObj.c:868: error: expected ‘)’ before ‘-&gt;’ token./generic/tclDictObj.c:914: error: expected ‘)’ before ‘-&gt;’ token./generic/tclDictObj.c:967: error: expected ‘)’ before ‘-&gt;’ token./generic/tclDictObj.c:1011: error: expected ‘)’ before ‘-&gt;’ token./generic/tclDictObj.c:1081: error: expected ‘)’ before ‘-&gt;’ token./generic/tclDictObj.c:1149: error: expected ‘)’ before ‘-&gt;’ token./generic/tclDictObj.c:1185: error: expected ‘)’ before ‘-&gt;’ token./generic/tclDictObj.c:1244: error: expected ‘)’ before ‘-&gt;’ token./generic/tclDictObj.c:1300: error: expected ‘)’ before ‘-&gt;’ token./generic/tclDictObj.c:1350: error: expected ‘)’ before ‘-&gt;’ token./generic/tclDictObj.c: In function ‘DictGetCmd’:./generic/tclDictObj.c:1468: warning: passing argument 3 of ‘tclStubsPtr-&gt;tcl_DictObjFirst’ from incompatible pointer type./generic/tclDictObj.c:1482: warning: passing argument 1 of ‘tclStubsPtr-&gt;tcl_DictObjNext’ from incompatible pointer type./generic/tclDictObj.c: In function ‘DictMergeCmd’:./generic/tclDictObj.c:1679: warning: passing argument 3 of ‘tclStubsPtr-&gt;tcl_DictObjFirst’ from incompatible pointer type./generic/tclDictObj.c:1688: warning: passing argument 1 of ‘tclStubsPtr-&gt;tcl_DictObjDone’ from incompatible pointer type./generic/tclDictObj.c:1694: warning: passing argument 1 of ‘tclStubsPtr-&gt;tcl_DictObjNext’ from incompatible pointer type./generic/tclDictObj.c: In function ‘DictKeysCmd’:./generic/tclDictObj.c:1735: warning: passing argument 3 of ‘tclStubsPtr-&gt;tcl_DictObjFirst’ from incompatible pointer type./generic/tclDictObj.c:1751: warning: passing argument 1 of ‘tclStubsPtr-&gt;tcl_DictObjNext’ from incompatible pointer type./generic/tclDictObj.c: In function ‘DictValuesCmd’:./generic/tclDictObj.c:1800: warning: passing argument 3 of ‘tclStubsPtr-&gt;tcl_DictObjFirst’ from incompatible pointer type./generic/tclDictObj.c:1808: warning: passing argument 1 of ‘tclStubsPtr-&gt;tcl_DictObjNext’ from incompatible pointer type./generic/tclDictObj.c: In function ‘DictForCmd’:./generic/tclDictObj.c:2462: warning: passing argument 3 of ‘tclStubsPtr-&gt;tcl_DictObjFirst’ from incompatible pointer type./generic/tclDictObj.c:2509: warning: passing argument 1 of ‘tclStubsPtr-&gt;tcl_DictObjNext’ from incompatible pointer type./generic/tclDictObj.c:2521: warning: passing argument 1 of ‘tclStubsPtr-&gt;tcl_DictObjDone’ from incompatible pointer type./generic/tclDictObj.c: In function ‘DictFilterCmd’:./generic/tclDictObj.c:2702: warning: passing argument 3 of ‘tclStubsPtr-&gt;tcl_DictObjFirst’ from incompatible pointer type./generic/tclDictObj.c:2717: warning: passing argument 1 of ‘tclStubsPtr-&gt;tcl_DictObjNext’ from incompatible pointer type./generic/tclDictObj.c:2734: warning: passing argument 3 of ‘tclStubsPtr-&gt;tcl_DictObjFirst’ from incompatible pointer type./generic/tclDictObj.c:2743: warning: passing argument 1 of ‘tclStubsPtr-&gt;tcl_DictObjNext’ from incompatible pointer type./generic/tclDictObj.c:2785: warning: passing argument 3 of ‘tclStubsPtr-&gt;tcl_DictObjFirst’ from incompatible pointer type./generic/tclDictObj.c:2844: warning: passing argument 1 of ‘tclStubsPtr-&gt;tcl_DictObjDone’ from incompatible pointer type./generic/tclDictObj.c:2866: warning: passing argument 1 of ‘tclStubsPtr-&gt;tcl_DictObjNext’ from incompatible pointer type./generic/tclDictObj.c:2876: warning: passing argument 1 of ‘tclStubsPtr-&gt;tcl_DictObjDone’ from incompatible pointer type./generic/tclDictObj.c:2886: warning: passing argument 1 of ‘tclStubsPtr-&gt;tcl_DictObjDone’ from incompatible pointer type./generic/tclDictObj.c: In function ‘DictWithCmd’:./generic/tclDictObj.c:3078: warning: passing argument 3 of ‘tclStubsPtr-&gt;tcl_DictObjFirst’ from incompatible pointer type./generic/tclDictObj.c:3085: warning: passing argument 1 of ‘tclStubsPtr-&gt;tcl_DictObjNext’ from incompatible pointer type./generic/tclDictObj.c:3090: warning: passing argument 1 of ‘tclStubsPtr-&gt;tcl_DictObjDone’ from incompatible pointer typemake: *** [tclDictObj.o] Error 1</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11116">godzirra</a> — Tue Feb 23, 2010 1:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tassat]]></name></author>
		<updated>2009-09-20T12:17:51-04:00</updated>

		<published>2009-09-20T12:17:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90295#p90295</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90295#p90295"/>
		<title type="html"><![CDATA[dict (tcl module)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90295#p90295"><![CDATA[
ok i need some direction i have <br><br>version<br><br>tcl8.5-dev_8.5.3-2<br><br><br>how do i get dict to work with it??? near as i can tell there is no how to to do this just bits and pieces scattered accross the web.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9977">tassat</a> — Sun Sep 20, 2009 12:17 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2008-03-05T14:19:41-04:00</updated>

		<published>2008-03-05T14:19:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=81460#p81460</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=81460#p81460"/>
		<title type="html"><![CDATA[dict (tcl module)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=81460#p81460"><![CDATA[
The script will load it, if it's available.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Wed Mar 05, 2008 2:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[darkwolf]]></name></author>
		<updated>2008-03-04T20:08:59-04:00</updated>

		<published>2008-03-04T20:08:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=81447#p81447</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=81447#p81447"/>
		<title type="html"><![CDATA[dict (tcl module)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=81447#p81447"><![CDATA[
Do you have to manually load the dict module in the eggdrop config file or is the tvrage script should automaticly load it up ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8748">darkwolf</a> — Tue Mar 04, 2008 8:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2008-01-06T16:29:14-04:00</updated>

		<published>2008-01-06T16:29:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=79848#p79848</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=79848#p79848"/>
		<title type="html"><![CDATA[dict (tcl module)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=79848#p79848"><![CDATA[
bump<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Sun Jan 06, 2008 4:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ace0174]]></name></author>
		<updated>2007-05-28T21:30:42-04:00</updated>

		<published>2007-05-28T21:30:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73121#p73121</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73121#p73121"/>
		<title type="html"><![CDATA[dict (tcl module)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73121#p73121"><![CDATA[
tvrage.tcl + dict in windrop up and running.<br>Check <a href="http://forum.egghelp.org/viewtopic.php?p=73010#73010" class="postlink">http://forum.egghelp.org/viewtopic.php?p=73010#73010</a> for more info.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9023">ace0174</a> — Mon May 28, 2007 9:30 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[scr1pt]]></name></author>
		<updated>2007-05-11T13:57:00-04:00</updated>

		<published>2007-05-11T13:57:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72666#p72666</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72666#p72666"/>
		<title type="html"><![CDATA[dict (tcl module)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72666#p72666"><![CDATA[
tvrage says:tvrage.tcl error: dict required.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8863">scr1pt</a> — Fri May 11, 2007 1:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2007-05-10T17:49:29-04:00</updated>

		<published>2007-05-10T17:49:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72638#p72638</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72638#p72638"/>
		<title type="html"><![CDATA[dict (tcl module)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72638#p72638"><![CDATA[
attempt to provide package dict 8.5 failed: package dict 8.5.2 provided instead  <br><br>So it loaded 8.5.2.. What's the problem?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Thu May 10, 2007 5:49 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[scr1pt]]></name></author>
		<updated>2007-05-10T15:17:59-04:00</updated>

		<published>2007-05-10T15:17:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72633#p72633</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72633#p72633"/>
		<title type="html"><![CDATA[dict (tcl module)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72633#p72633"><![CDATA[
ive installed tcl, tcldict<br>but still - [16:48] tvrage.tcl error: dict required.<br><br>what can be wrong?<br><br>ive tried almost everything<br>it worked perfectly on my previous box, where i also installed above mentioned packages<br><br>when i do test<br><br>Tests running in interp:       /usr/bin/tclsh8.4<br>Tests running with pwd:        /root/tclDict-8.5.2<br>Tests running in working dir:  /root/tclDict-8.5.2/tests<br>Only running tests that match:        *<br>Skipping test files that match:       l.*.test<br>Only sourcing test files that match:  *.test<br>Tests began at Thu May 10 23:06:10 CEST 2007<br>dict.test<br>attempt to provide package dict 8.5 failed: package dict 8.5.2 provided instead<br>not a wide 0<br><br>Tests ended at Thu May 10 23:06:10 CEST 2007<br>all.tcl:        Total   215     Passed  214     Skipped 1       Failed  0<br>Sourced 0 Test Files.<br>Number of tests skipped for each constraint:<br>        1       memory<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8863">scr1pt</a> — Thu May 10, 2007 3:17 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Killerchronic]]></name></author>
		<updated>2007-04-26T10:28:07-04:00</updated>

		<published>2007-04-26T10:28:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72269#p72269</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72269#p72269"/>
		<title type="html"><![CDATA[dict (tcl module)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72269#p72269"><![CDATA[
<blockquote class="uncited"><div>That's a known bug in the configure script.  The fix is mentioned in the other thread.</div></blockquote>ok my bad, went through the whole of that thread a few times i dunno how the hell i missed that bit lol  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_redface.gif" width="15" height="15" alt=":oops:" title="Embarassed"> <br><br>but thanks yer that fixed it, removed the extra quote on line 7555 ran with no probs.<br><br>edit: thanks rosc aswell, ill have to remember that one, might come in handy <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8941">Killerchronic</a> — Thu Apr 26, 2007 10:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2007-04-26T08:39:52-04:00</updated>

		<published>2007-04-26T08:39:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72260#p72260</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72260#p72260"/>
		<title type="html"><![CDATA[dict (tcl module)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72260#p72260"><![CDATA[
@rosc: actually, /bin/sh is'nt always the same binary as /bin/bash. Many systems do symlink /bin/sh to point to bash, but you cannot rely on it.<br>Especially, according to the <a href="http://en.wikipedia.org/wiki/Single_UNIX_Specification" class="postlink">Single UNIX Specification</a>, /bin/sh should provide a shell environment that mimic's the Bourne shell (Linux uses bash - Bourne Again SHell - which extends Bourne shell).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Thu Apr 26, 2007 8:39 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[GaveUp]]></name></author>
		<updated>2007-04-25T20:26:31-04:00</updated>

		<published>2007-04-25T20:26:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72255#p72255</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72255#p72255"/>
		<title type="html"><![CDATA[dict (tcl module)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72255#p72255"><![CDATA[
That's a known bug in the configure script.  The fix is mentioned in the other thread.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7262">GaveUp</a> — Wed Apr 25, 2007 8:26 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2007-04-25T12:31:06-04:00</updated>

		<published>2007-04-25T12:31:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72249#p72249</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72249#p72249"/>
		<title type="html"><![CDATA[dict (tcl module)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72249#p72249"><![CDATA[
I recently came across a somewhat similar error with a shell script, fixed it by changing #!/bin/sh to #!/bin/bash, see if changing that in your configure script helps. No idea why it made a diff, since /bin/sh is /bin/bash but in non-interactive mode..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Wed Apr 25, 2007 12:31 pm</p><hr />
]]></content>
	</entry>
	</feed>
