<?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/9495" />

	<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>2005-05-12T07:53:27-04:00</updated>

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

		<entry>
		<author><name><![CDATA[choupette]]></name></author>
		<updated>2005-05-12T07:53:27-04:00</updated>

		<published>2005-05-12T07:53:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49397#p49397</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49397#p49397"/>
		<title type="html"><![CDATA[Re: choupette.mod problems]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49397#p49397"><![CDATA[
<blockquote class="uncited"><div>Hey guys I have a few problems compiling this script. I have tried to contact the writer but he has yet to reply. </div></blockquote>tee hee, you asked for a precompiled binary, I tend to ignore these requests, sorry =/<blockquote class="uncited"><div><a href="http://choupette.bloup.net/index_en.php" class="postlink">http://choupette.bloup.net/index_en.php</a><br><blockquote class="uncited"><div>choupette.mod is a magnificent module for eggdrop, aiming at looking after an hlds server from irc, it allows rconing of the server from irc, and tracking of players by keeping their wonids in a mysql database.</div></blockquote>Basicly I need to run multiple server commands via IRC. I have 10 + game servers and if I could get this module to work it would be great.</div></blockquote>I had a lot of fun at the great time of servers abondance =)<br>but note that I took off wonids support in favor of steam_ids.<blockquote class="uncited"><div>Maybe you pro's could give me a hand. Here is the error: <br><br>In file included from /usr/include/mysql/mysql.h:62,<br>                 from ../choupette.mod/sql_choup.c:25,<br>                 from ../choupette.mod/choupette.c:77:<br>/usr/include/mysql/my_list.h:32: error: syntax error before "int"<br>../choupette.mod/choupette.c: In function `aff_server':<br>../choupette.mod/choupette.c<img alt=":1096:" class="emoji smilies" draggable="false" src="//cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1096.svg"> warning: unused variable `fp'<br>make[2]: *** [../choupette.o] Error 1<br>make[1]: *** [choupette.mod_so] Error 2<br>make: *** [modules] Error 2<br>make[2]: Leaving directory `/home/clock/eggy/eggdrop1.6.172/src/mod/choupette.mod'<br>make[1]: Leaving directory `/home/clock/eggy/eggdrop1.6.172/src/mod'</div></blockquote>"FILE *fp;" is a stupid debug thing I forgot to remove from the release, nothing important.<br>your error is related to libmysqclient, did you try to upgrade your libmysqlclient package ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6221">choupette</a> — Thu May 12, 2005 7:53 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Galadhrim]]></name></author>
		<updated>2005-05-01T18:11:43-04:00</updated>

		<published>2005-05-01T18:11:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48844#p48844</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48844#p48844"/>
		<title type="html"><![CDATA[choupette.mod problems]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48844#p48844"><![CDATA[
what is your system type? You can't really use any compiled module, it depends on the processor...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2999">Galadhrim</a> — Sun May 01, 2005 6:11 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[teecee]]></name></author>
		<updated>2005-04-28T17:30:22-04:00</updated>

		<published>2005-04-28T17:30:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48675#p48675</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48675#p48675"/>
		<title type="html"><![CDATA[choupette.mod problems]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48675#p48675"><![CDATA[
Is it possible for you to send me the pre compiled mod or will that not work? I still can't seem to compile it<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6147">teecee</a> — Thu Apr 28, 2005 5:30 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Galadhrim]]></name></author>
		<updated>2005-04-28T07:47:12-04:00</updated>

		<published>2005-04-28T07:47:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48651#p48651</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48651#p48651"/>
		<title type="html"><![CDATA[choupette.mod problems]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48651#p48651"><![CDATA[
Looks like something in the mysql headers you have on your server, because it compiles on my server. The only warning i get is:<br><div class="codebox"><p>Code: </p><pre><code>../choupette.mod/choupette.c: In function `aff_server':../choupette.mod/choupette.c:1096: warning: unused variable `fp'</code></pre></div>I suggest you either download the mysql source and compile it and then install it (over an existing version). Or, if you have some cool updating system like with Debian, you update your system automatically. I have 4.0.24 on Debian, but you can download 4.1.11 from <a href="http://dev.mysql.com/downloads/mysql/4.1.html" class="postlink">MySQL.com</a><br><br>If you are sure your mysql headers are ok and they work for other programs than try this:<br><br>Replace the Makefile code with this:<div class="codebox"><p>Code: </p><pre><code># Makefile for src/mod/choupette.mod/# $Id: Makefile,v 1.12 2000/09/12 15:26:54 fabian Exp $srcdir = .doofus:@echo ""@echo "Let's try this from the right directory..."@echo ""@cd ../../../ &amp;&amp; makestatic: ../choupette.omodules: ../../../choupette.$(MOD_EXT)../choupette.o: $(CC) $(CFLAGS) $(shell mysql_config --cflags) $(CPPFLAGS) -DMAKING_MODS -c $(srcdir)/choupette.c @rm -f ../choupette.o mv choupette.o ../../../../choupette.$(MOD_EXT): ../choupette.o $(LD) $(shell mysql_config --libs) -o ../../../choupette.$(MOD_EXT) ../choupette.o $(STRIP) ../../../choupette.$(MOD_EXT)depend:$(CC) $(CFLAGS) $(CPPFLAGS) -MM $(srcdir)/choupette.c &gt; .dependclean:@rm -f .depend *.o *.$(MOD_EXT) *~distclean: clean#safety hash../choupette.o: .././choupette.mod/choupette.c ../../../src/mod/module.h \ ../../../src/main.h ../../../config.h ../../../src/lang.h \ ../../../src/eggdrop.h ../../../src/flags.h ../../../src/proto.h \ ../../../lush.h ../../../src/misc_file.h ../../../src/cmdt.h \ ../../../src/tclegg.h ../../../src/tclhash.h ../../../src/chan.h \ ../../../src/users.h ../../../src/compat/compat.h \ ../../../src/compat/inet_aton.h ../../../src/compat/snprintf.h \ ../../../src/compat/memset.h ../../../src/compat/memcpy.h \ ../../../src/compat/strcasecmp.h ../../../src/compat/strftime.h \ ../../../src/mod/modvals.h ../../../src/tandem.h \ ../../../src/mod/transfer.mod/transfer.h \ ../../../src/mod/channels.mod/channels.h ../choupette.mod/choupette.h \ ../choupette.mod/hlds_query.c</code></pre></div>Notice that I added: "$(shell mysql_config --cflags)" and "$(shell mysql_config --libs)" instead of the line "choup_libs = -lmysqlclient".<br><br>It'll work the same as the current Makefile, but the system will tell gcc where the headerfiles are, instead of that gcc assumes where they are.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2999">Galadhrim</a> — Thu Apr 28, 2005 7:47 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[teecee]]></name></author>
		<updated>2005-04-27T05:28:14-04:00</updated>

		<published>2005-04-27T05:28:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48617#p48617</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48617#p48617"/>
		<title type="html"><![CDATA[choupette.mod problems]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48617#p48617"><![CDATA[
Hey guys I have a few problems compiling this script. I have tried to contact the writer but he has yet to reply. <br><a href="http://choupette.bloup.net/index_en.php" class="postlink">http://choupette.bloup.net/index_en.php</a><br><blockquote class="uncited"><div>choupette.mod is a magnificent module for eggdrop, aiming at looking after an hlds server from irc, it allows rconing of the server from irc, and tracking of players by keeping their wonids in a mysql database.</div></blockquote>Basicly I need to run multiple server commands via IRC. I have 10 + game servers and if I could get this module to work it would be great.<br><br>Maybe you pro's could give me a hand. Here is the error: <br><br>In file included from /usr/include/mysql/mysql.h:62,<br>                 from ../choupette.mod/sql_choup.c:25,<br>                 from ../choupette.mod/choupette.c:77:<br>/usr/include/mysql/my_list.h:32: error: syntax error before "int"<br>../choupette.mod/choupette.c: In function `aff_server':<br>../choupette.mod/choupette.c<img alt=":1096:" class="emoji smilies" draggable="false" src="//cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1096.svg"> warning: unused variable `fp'<br>make[2]: *** [../choupette.o] Error 1<br>make[1]: *** [choupette.mod_so] Error 2<br>make: *** [modules] Error 2<br>make[2]: Leaving directory `/home/clock/eggy/eggdrop1.6.172/src/mod/choupette.mod'<br>make[1]: Leaving directory `/home/clock/eggy/eggdrop1.6.172/src/mod'<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6147">teecee</a> — Wed Apr 27, 2005 5:28 am</p><hr />
]]></content>
	</entry>
	</feed>
