<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[GMan's Mods & Stuff — linux ;)]]></title>
		<link>https://gprogs.com/viewtopic.php?id=47</link>
		<atom:link href="https://gprogs.com/extern.php?action=feed&amp;tid=47&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in linux ;).]]></description>
		<lastBuildDate>Wed, 23 Aug 2006 22:25:27 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: linux ;)]]></title>
			<link>https://gprogs.com/viewtopic.php?pid=403#p403</link>
			<description><![CDATA[<p>Years later. In the 21st century. This are the voyages of the starship Macintosh...</p><p>I found it:</p><p>Import &quot;-L/usr/local/mysql/lib -lmysqlclient -lz -lsystemstubs&quot;<br />Import &quot;mysql.cpp&quot;</p><p>This will compile and link on a PowerPC Mac with MySQL 5.0.24. <img src="https://gprogs.com/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>The only problem: It does not seem to work anyhow. </p><br /><p>I tried this to connect to a local MySQL server:</p><p>Local conn:ISQLDB=SetISQLDBDriver(GetMySQLDBDriver(True,&quot;localhost&quot;,&quot;root&quot;,&quot;&quot;,&quot;mysql&quot;))<br />Local result:ISQLResult=conn.execute(&quot;SELECT * FROM db&quot;)</p><p>But result is null, even though this should return something.</p><p>Maybe I will find an answer to that as well. For today, I´m tired enough. ;-)</p><p>Greetz,<br />Winni</p>]]></description>
			<author><![CDATA[null@example.com (Winni)]]></author>
			<pubDate>Wed, 23 Aug 2006 22:25:27 +0000</pubDate>
			<guid>https://gprogs.com/viewtopic.php?pid=403#p403</guid>
		</item>
		<item>
			<title><![CDATA[Re: linux ;)]]></title>
			<link>https://gprogs.com/viewtopic.php?pid=392#p392</link>
			<description><![CDATA[<p>greetings Winni <img src="https://gprogs.com/img/smilies/smile.png" width="15" height="15" alt="smile" />&nbsp; i have a mac mini so i will try to look at this something in the next few days.&nbsp; sorry i cant be faster, but i have a busy weekend ahead.</p>]]></description>
			<author><![CDATA[null@example.com (gman)]]></author>
			<pubDate>Sat, 05 Aug 2006 04:03:29 +0000</pubDate>
			<guid>https://gprogs.com/viewtopic.php?pid=392#p392</guid>
		</item>
		<item>
			<title><![CDATA[Re: linux ;)]]></title>
			<link>https://gprogs.com/viewtopic.php?pid=391#p391</link>
			<description><![CDATA[<p>Hi guys,</p><p>First I would like to thank gman for his great work on this module - this is really helpful!</p><p>I have not yet looked thoroughly at the module for PostgreSQL (but will do it this weekend). However, I have the same problem as gavinb with _compress and _uncompress - but on Mac OS X (Intel), and importing ZLib does not fix it.</p><p>Do you have any suggestions what to do about it?</p><p>Thanks and greetings from Germany,<br />Winni</p>]]></description>
			<author><![CDATA[null@example.com (Winni)]]></author>
			<pubDate>Fri, 04 Aug 2006 17:42:55 +0000</pubDate>
			<guid>https://gprogs.com/viewtopic.php?pid=391#p391</guid>
		</item>
		<item>
			<title><![CDATA[Re: linux ;)]]></title>
			<link>https://gprogs.com/viewtopic.php?pid=198#p198</link>
			<description><![CDATA[<p><img src="https://gprogs.com/img/smilies/smile.png" width="15" height="15" alt="smile" /><br />great, thanks for the great module again, it is certainly helpw ith creating my game.&nbsp; not to mention other software</p>]]></description>
			<author><![CDATA[null@example.com (gavinb)]]></author>
			<pubDate>Tue, 21 Feb 2006 13:00:53 +0000</pubDate>
			<guid>https://gprogs.com/viewtopic.php?pid=198#p198</guid>
		</item>
		<item>
			<title><![CDATA[Re: linux ;)]]></title>
			<link>https://gprogs.com/viewtopic.php?pid=197#p197</link>
			<description><![CDATA[<p>excellent thank you.&nbsp; when i free up some time i will add your instructions to the install.txt and merge in the Linux particular code.</p>]]></description>
			<author><![CDATA[null@example.com (gman)]]></author>
			<pubDate>Tue, 21 Feb 2006 12:36:12 +0000</pubDate>
			<guid>https://gprogs.com/viewtopic.php?pid=197#p197</guid>
		</item>
		<item>
			<title><![CDATA[Re: linux ;)]]></title>
			<link>https://gprogs.com/viewtopic.php?pid=196#p196</link>
			<description><![CDATA[<p>Right well firstly once you got the std. blitzmax install working, download the ISQLDB and mysql modules.<br />goto rpm.pbone.net and click the advanced serach option, search for mysql-devel and tick the box for your linux distro. download/install the mysql devel package that you want. in mycase it was mysql-devel-4.1.1.a.rpm<br />laucnh a console and use &#039;su&#039; to change to root. then &#039;cd /usr/lib/mysql&#039; us &#039;ls&#039; to see a list of files. int he list should be libmysqlclient.a in the console type &#039;cp libmysqlclient.a ../libmySQL.a&#039; and make sure you keep the right case for the letters.</p><p>next you&#039;ll need to edit mysql.cpp in the mysql.mod folder and comment out the #include &lt;winsock.h&gt; and save the file.</p><p>next edit the mysql.bmx in the same directory and add:</p><p>?Linux<br />Import &quot;-lz&quot;<br />?</p><p>just above:</p><p>Import &quot;-lmySQL&quot;<br />Import &quot;mysql.cpp&quot;</p><p>then save the file and compile modules.&nbsp; those are all the steps i took and it works fine</p>]]></description>
			<author><![CDATA[null@example.com (gavinb)]]></author>
			<pubDate>Tue, 21 Feb 2006 08:39:07 +0000</pubDate>
			<guid>https://gprogs.com/viewtopic.php?pid=196#p196</guid>
		</item>
		<item>
			<title><![CDATA[Re: linux ;)]]></title>
			<link>https://gprogs.com/viewtopic.php?pid=193#p193</link>
			<description><![CDATA[]]></description>
			<author><![CDATA[null@example.com (gman)]]></author>
			<pubDate>Tue, 21 Feb 2006 00:23:01 +0000</pubDate>
			<guid>https://gprogs.com/viewtopic.php?pid=193#p193</guid>
		</item>
		<item>
			<title><![CDATA[Re: linux ;)]]></title>
			<link>https://gprogs.com/viewtopic.php?pid=192#p192</link>
			<description><![CDATA[<p>*UPDATE - it works better under linux than Windows ....lol, coz there are a few steps to it not just whats mentioned in this thread i&#039;ll write summin up tomrrow and post it for you to do as u wish</p>]]></description>
			<author><![CDATA[null@example.com (gavinb)]]></author>
			<pubDate>Mon, 20 Feb 2006 22:49:36 +0000</pubDate>
			<guid>https://gprogs.com/viewtopic.php?pid=192#p192</guid>
		</item>
		<item>
			<title><![CDATA[Re: linux ;)]]></title>
			<link>https://gprogs.com/viewtopic.php?pid=191#p191</link>
			<description><![CDATA[<p>Import Pub.ISQLDB<br />Import BRL.Blitz</p><p>?Linux<br />Import &quot;-lz&quot;<br />?<br />Import &quot;-lmySQL&quot;<br />Import &quot;mysql.cpp&quot;</p><p>gets rid of errors, now it works A.OK, thanks dude</p>]]></description>
			<author><![CDATA[null@example.com (gavinb)]]></author>
			<pubDate>Mon, 20 Feb 2006 22:43:37 +0000</pubDate>
			<guid>https://gprogs.com/viewtopic.php?pid=191#p191</guid>
		</item>
		<item>
			<title><![CDATA[Re: linux ;)]]></title>
			<link>https://gprogs.com/viewtopic.php?pid=190#p190</link>
			<description><![CDATA[<p>those almost look like ZLib functions.&nbsp; try adding this right above the Import &quot;-lmySQL&quot; statement:<br /></p><div class="codebox"><pre><code>?Linux
Import Pub.ZLib
?</code></pre></div><p>so the end result would look like:<br /></p><div class="codebox"><pre><code>Import Pub.ISQLDB
Import BRL.Blitz

?Linux
Import Pub.ZLib
?
Import &quot;-lmySQL&quot;
Import &quot;mysql.cpp&quot;</code></pre></div><p>if that doesnt work, try:<br /></p><div class="codebox"><pre><code>Import Pub.ISQLDB
Import BRL.Blitz

?Linux
Import &quot;-lz&quot;
?
Import &quot;-lmySQL&quot;
Import &quot;mysql.cpp&quot;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (gman)]]></author>
			<pubDate>Mon, 20 Feb 2006 21:58:03 +0000</pubDate>
			<guid>https://gprogs.com/viewtopic.php?pid=190#p190</guid>
		</item>
		<item>
			<title><![CDATA[Re: linux ;)]]></title>
			<link>https://gprogs.com/viewtopic.php?pid=189#p189</link>
			<description><![CDATA[<p>managed to get it down to this:</p><p>Building main<br />Compiling:main.bmx<br />flat assembler&nbsp; version 1.64<br />4 passes, 19935 bytes.<br />Linking:main.debug<br />/usr/lib/libmySQL.a(my_compress.o)(.text+0x66): In function `my_uncompress&#039;:<br />: undefined reference to `uncompress&#039;<br />/usr/lib/libmySQL.a(my_compress.o)(.text+0x11c): In function `my_compress_alloc&#039;:<br />: undefined reference to `compress&#039;<br />collect2: ld returned 1 exit status<br />Build Error: Failed to link /home/gavin/Desktop/game/main.debug<br />Process complete</p>]]></description>
			<author><![CDATA[null@example.com (gavinb)]]></author>
			<pubDate>Mon, 20 Feb 2006 20:56:17 +0000</pubDate>
			<guid>https://gprogs.com/viewtopic.php?pid=189#p189</guid>
		</item>
		<item>
			<title><![CDATA[Re: linux ;)]]></title>
			<link>https://gprogs.com/viewtopic.php?pid=188#p188</link>
			<description><![CDATA[<p>hmm...where is it u link to the libmysql.a?</p>]]></description>
			<author><![CDATA[null@example.com (gavinb)]]></author>
			<pubDate>Mon, 20 Feb 2006 20:04:44 +0000</pubDate>
			<guid>https://gprogs.com/viewtopic.php?pid=188#p188</guid>
		</item>
		<item>
			<title><![CDATA[Re: linux ;)]]></title>
			<link>https://gprogs.com/viewtopic.php?pid=187#p187</link>
			<description><![CDATA[<p>i just saw the elive topic under the Linux forum on blitzmax.com.&nbsp; im going to give it a whirl.&nbsp; that will let me use my existing machine and not mess anything up.&nbsp; tried puppy, but this one is confirmed working.&nbsp; ill let ya know.</p>]]></description>
			<author><![CDATA[null@example.com (gman)]]></author>
			<pubDate>Mon, 20 Feb 2006 19:10:56 +0000</pubDate>
			<guid>https://gprogs.com/viewtopic.php?pid=187#p187</guid>
		</item>
		<item>
			<title><![CDATA[Re: linux ;)]]></title>
			<link>https://gprogs.com/viewtopic.php?pid=186#p186</link>
			<description><![CDATA[<p>Welll dont worry too much, its just the .a file i think :S then its sorted. then u can stick it on here as a linux pkg <img src="https://gprogs.com/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[null@example.com (gavinb)]]></author>
			<pubDate>Mon, 20 Feb 2006 18:46:06 +0000</pubDate>
			<guid>https://gprogs.com/viewtopic.php?pid=186#p186</guid>
		</item>
		<item>
			<title><![CDATA[Re: linux ;)]]></title>
			<link>https://gprogs.com/viewtopic.php?pid=183#p183</link>
			<description><![CDATA[<p>hmmm.&nbsp; i may have to bump up priority on getting together a linux box...</p>]]></description>
			<author><![CDATA[null@example.com (gman)]]></author>
			<pubDate>Mon, 20 Feb 2006 17:39:37 +0000</pubDate>
			<guid>https://gprogs.com/viewtopic.php?pid=183#p183</guid>
		</item>
	</channel>
</rss>
