<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Ruby on Rails on OS X with SQL Server</title>
	<atom:link href="http://www.infused.org/2005/11/17/ruby-on-rails-on-os-x-with-sql-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.infused.org/2005/11/17/ruby-on-rails-on-os-x-with-sql-server/</link>
	<description></description>
	<lastBuildDate>Wed, 19 Aug 2009 08:02:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mark Imbriaco</title>
		<link>http://www.infused.org/2005/11/17/ruby-on-rails-on-os-x-with-sql-server/comment-page-1/#comment-5469</link>
		<dc:creator>Mark Imbriaco</dc:creator>
		<pubDate>Wed, 22 Feb 2006 17:09:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.infused.org/?p=313#comment-5469</guid>
		<description>More specifically, in case it&#039;s not immediately obvious, just edit irb.rb in your ruby lib directory and remove the assignment to $0.  Commenting it out makes the problem go away.

Thanks for the tip, James, saved me some time.</description>
		<content:encoded><![CDATA[<p>More specifically, in case it&#8217;s not immediately obvious, just edit irb.rb in your ruby lib directory and remove the assignment to $0.  Commenting it out makes the problem go away.</p>
<p>Thanks for the tip, James, saved me some time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Adam</title>
		<link>http://www.infused.org/2005/11/17/ruby-on-rails-on-os-x-with-sql-server/comment-page-1/#comment-5468</link>
		<dc:creator>James Adam</dc:creator>
		<pubDate>Mon, 20 Feb 2006 10:57:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.infused.org/?p=313#comment-5468</guid>
		<description>To fix the bus error: http://www.ruby-talk.org/cgi-bin/scat.rb/ruby/ruby-talk/142893</description>
		<content:encoded><![CDATA[<p>To fix the bus error: <a href="http://www.ruby-talk.org/cgi-bin/scat.rb/ruby/ruby-talk/142893" rel="nofollow">http://www.ruby-talk.org/cgi-bin/scat.rb/ruby/ruby-talk/142893</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Admin</title>
		<link>http://www.infused.org/2005/11/17/ruby-on-rails-on-os-x-with-sql-server/comment-page-1/#comment-4137</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Fri, 16 Dec 2005 23:26:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.infused.org/?p=313#comment-4137</guid>
		<description>The just look like warnings to me.  You can probably safely ignore them.</description>
		<content:encoded><![CDATA[<p>The just look like warnings to me.  You can probably safely ignore them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grant Gelinas-Brown</title>
		<link>http://www.infused.org/2005/11/17/ruby-on-rails-on-os-x-with-sql-server/comment-page-1/#comment-4136</link>
		<dc:creator>Grant Gelinas-Brown</dc:creator>
		<pubDate>Fri, 16 Dec 2005 22:08:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.infused.org/?p=313#comment-4136</guid>
		<description>Thanks for the pointers. This certainly get&#039;s me hopeful, but I encounter a load of warnings when executing &#039;make&#039; on the Ruby-ODBC file:

&lt;code&gt;
gcc -fno-common  -arch ppc -g -Os -pipe -fno-common  -arch ppc -pipe -pipe -fno-common  -I. -I/usr/lib/ruby/1.8/powerpc-darwin8.0 -I/usr/lib/ruby/1.8/powerpc-darwin8.0 -I. -DHAVE_SQL_H -DHAVE_SQLEXT_H -DHAVE_TYPE_SQLTCHAR  -c odbc.c
odbc.c: In function &#039;get_err_or_info&#039;:
odbc.c:761: warning: pointer targets in passing argument 4 of &#039;SQLError&#039; differ in signedness
odbc.c:761: warning: pointer targets in passing argument 6 of &#039;SQLError&#039; differ in signedness
odbc.c: In function &#039;callsql&#039;:
odbc.c:949: warning: pointer targets in passing argument 4 of &#039;SQLError&#039; differ in signedness
odbc.c:949: warning: pointer targets in passing argument 6 of &#039;SQLError&#039; differ in signedness
odbc.c: In function &#039;make_coltypes&#039;:
odbc.c:1747: warning: passing argument 7 of &#039;SQLColAttributes&#039; from incompatible pointer type
odbc.c:1755: warning: passing argument 7 of &#039;SQLColAttributes&#039; from incompatible pointer type
odbc.c:1774: warning: passing argument 7 of &#039;SQLColAttributes&#039; from incompatible pointer type
odbc.c:1779: warning: passing argument 7 of &#039;SQLColAttributes&#039; from incompatible pointer type
odbc.c: In function &#039;make_pinfo&#039;:
odbc.c:1880: warning: passing argument 4 of &#039;SQLDescribeParam&#039; from incompatible pointer type
odbc.c: In function &#039;upcase_if&#039;:
odbc.c:1994: warning: pointer targets in initialization differ in signedness
odbc.c: In function &#039;make_col&#039;:
odbc.c:2093: warning: passing argument 7 of &#039;SQLColAttributes&#039; from incompatible pointer type
odbc.c:2109: warning: passing argument 7 of &#039;SQLColAttributes&#039; from incompatible pointer type
odbc.c:2121: warning: passing argument 7 of &#039;SQLColAttributes&#039; from incompatible pointer type
odbc.c:2130: warning: passing argument 7 of &#039;SQLColAttributes&#039; from incompatible pointer type
odbc.c:2139: warning: passing argument 7 of &#039;SQLColAttributes&#039; from incompatible pointer type
odbc.c:2148: warning: passing argument 7 of &#039;SQLColAttributes&#039; from incompatible pointer type
odbc.c:2157: warning: passing argument 7 of &#039;SQLColAttributes&#039; from incompatible pointer type
odbc.c:2166: warning: passing argument 7 of &#039;SQLColAttributes&#039; from incompatible pointer type
odbc.c: In function &#039;dbc_info&#039;:
odbc.c:2305: warning: pointer targets in passing argument 6 of &#039;SQLTables&#039; differ in signedness
odbc.c:2313: warning: pointer targets in passing argument 6 of &#039;SQLColumns&#039; differ in signedness
odbc.c:2321: warning: pointer targets in passing argument 6 of &#039;SQLPrimaryKeys&#039; differ in signedness
odbc.c:2332: warning: pointer targets in passing argument 6 of &#039;SQLStatistics&#039; differ in signedness
odbc.c:2348: warning: pointer targets in passing argument 6 of &#039;SQLForeignKeys&#039; differ in signedness
odbc.c:2348: warning: pointer targets in passing argument 12 of &#039;SQLForeignKeys&#039; differ in signedness
odbc.c:2357: warning: pointer targets in passing argument 6 of &#039;SQLTablePrivileges&#039; differ in signedness
odbc.c:2365: warning: pointer targets in passing argument 6 of &#039;SQLProcedures&#039; differ in signedness
odbc.c:2374: warning: pointer targets in passing argument 6 of &#039;SQLProcedureColumns&#039; differ in signedness
odbc.c:2374: warning: pointer targets in passing argument 8 of &#039;SQLProcedureColumns&#039; differ in signedness
odbc.c:2385: warning: pointer targets in passing argument 7 of &#039;SQLSpecialColumns&#039; differ in signedness
odbc.c: In function &#039;stmt_nrows&#039;:
odbc.c:3704: warning: passing argument 2 of &#039;SQLRowCount&#039; from incompatible pointer type
odbc.c: In function &#039;stmt_cursorname&#039;:
odbc.c:3763: warning: pointer targets in passing argument 2 of &#039;SQLSetCursorName&#039; differ in signedness
odbc.c: In function &#039;do_fetch&#039;:
odbc.c:4082: warning: passing argument 6 of &#039;SQLGetData&#039; from incompatible pointer type
odbc.c:4115: warning: passing argument 6 of &#039;SQLGetData&#039; from incompatible pointer type
odbc.c: In function &#039;stmt_prep_int&#039;:
odbc.c:4667: warning: pointer targets in passing argument 2 of &#039;SQLExecDirect&#039; differ in signedness
odbc.c:4672: warning: pointer targets in passing argument 2 of &#039;SQLPrepare&#039; differ in signedness
odbc.c: In function &#039;stmt_exec_int&#039;:
odbc.c:4857: warning: passing argument 10 of &#039;SQLBindParameter&#039; from incompatible pointer type
odbc.c:4889: warning: passing argument 10 of &#039;SQLBindParameter&#039; from incompatible pointer type
cc -dynamic -bundle -undefined suppress -flat_namespace  -L&quot;/usr/lib&quot; -o odbc.bundle odbc.o  -liodbc  -lpthread -ldl -lobjc                     
&lt;/code&gt;

I&#039;m new to all this &#039;make&#039; business...should I assume this is bad?

Any help would be most welcome.
Grant</description>
		<content:encoded><![CDATA[<p>Thanks for the pointers. This certainly get&#8217;s me hopeful, but I encounter a load of warnings when executing &#8216;make&#8217; on the Ruby-ODBC file:</p>
<p><code><br />
gcc -fno-common  -arch ppc -g -Os -pipe -fno-common  -arch ppc -pipe -pipe -fno-common  -I. -I/usr/lib/ruby/1.8/powerpc-darwin8.0 -I/usr/lib/ruby/1.8/powerpc-darwin8.0 -I. -DHAVE_SQL_H -DHAVE_SQLEXT_H -DHAVE_TYPE_SQLTCHAR  -c odbc.c<br />
odbc.c: In function 'get_err_or_info':<br />
odbc.c:761: warning: pointer targets in passing argument 4 of 'SQLError' differ in signedness<br />
odbc.c:761: warning: pointer targets in passing argument 6 of 'SQLError' differ in signedness<br />
odbc.c: In function 'callsql':<br />
odbc.c:949: warning: pointer targets in passing argument 4 of 'SQLError' differ in signedness<br />
odbc.c:949: warning: pointer targets in passing argument 6 of 'SQLError' differ in signedness<br />
odbc.c: In function 'make_coltypes':<br />
odbc.c:1747: warning: passing argument 7 of 'SQLColAttributes' from incompatible pointer type<br />
odbc.c:1755: warning: passing argument 7 of 'SQLColAttributes' from incompatible pointer type<br />
odbc.c:1774: warning: passing argument 7 of 'SQLColAttributes' from incompatible pointer type<br />
odbc.c:1779: warning: passing argument 7 of 'SQLColAttributes' from incompatible pointer type<br />
odbc.c: In function 'make_pinfo':<br />
odbc.c:1880: warning: passing argument 4 of 'SQLDescribeParam' from incompatible pointer type<br />
odbc.c: In function 'upcase_if':<br />
odbc.c:1994: warning: pointer targets in initialization differ in signedness<br />
odbc.c: In function 'make_col':<br />
odbc.c:2093: warning: passing argument 7 of 'SQLColAttributes' from incompatible pointer type<br />
odbc.c:2109: warning: passing argument 7 of 'SQLColAttributes' from incompatible pointer type<br />
odbc.c:2121: warning: passing argument 7 of 'SQLColAttributes' from incompatible pointer type<br />
odbc.c:2130: warning: passing argument 7 of 'SQLColAttributes' from incompatible pointer type<br />
odbc.c:2139: warning: passing argument 7 of 'SQLColAttributes' from incompatible pointer type<br />
odbc.c:2148: warning: passing argument 7 of 'SQLColAttributes' from incompatible pointer type<br />
odbc.c:2157: warning: passing argument 7 of 'SQLColAttributes' from incompatible pointer type<br />
odbc.c:2166: warning: passing argument 7 of 'SQLColAttributes' from incompatible pointer type<br />
odbc.c: In function 'dbc_info':<br />
odbc.c:2305: warning: pointer targets in passing argument 6 of 'SQLTables' differ in signedness<br />
odbc.c:2313: warning: pointer targets in passing argument 6 of 'SQLColumns' differ in signedness<br />
odbc.c:2321: warning: pointer targets in passing argument 6 of 'SQLPrimaryKeys' differ in signedness<br />
odbc.c:2332: warning: pointer targets in passing argument 6 of 'SQLStatistics' differ in signedness<br />
odbc.c:2348: warning: pointer targets in passing argument 6 of 'SQLForeignKeys' differ in signedness<br />
odbc.c:2348: warning: pointer targets in passing argument 12 of 'SQLForeignKeys' differ in signedness<br />
odbc.c:2357: warning: pointer targets in passing argument 6 of 'SQLTablePrivileges' differ in signedness<br />
odbc.c:2365: warning: pointer targets in passing argument 6 of 'SQLProcedures' differ in signedness<br />
odbc.c:2374: warning: pointer targets in passing argument 6 of 'SQLProcedureColumns' differ in signedness<br />
odbc.c:2374: warning: pointer targets in passing argument 8 of 'SQLProcedureColumns' differ in signedness<br />
odbc.c:2385: warning: pointer targets in passing argument 7 of 'SQLSpecialColumns' differ in signedness<br />
odbc.c: In function 'stmt_nrows':<br />
odbc.c:3704: warning: passing argument 2 of 'SQLRowCount' from incompatible pointer type<br />
odbc.c: In function 'stmt_cursorname':<br />
odbc.c:3763: warning: pointer targets in passing argument 2 of 'SQLSetCursorName' differ in signedness<br />
odbc.c: In function 'do_fetch':<br />
odbc.c:4082: warning: passing argument 6 of 'SQLGetData' from incompatible pointer type<br />
odbc.c:4115: warning: passing argument 6 of 'SQLGetData' from incompatible pointer type<br />
odbc.c: In function 'stmt_prep_int':<br />
odbc.c:4667: warning: pointer targets in passing argument 2 of 'SQLExecDirect' differ in signedness<br />
odbc.c:4672: warning: pointer targets in passing argument 2 of 'SQLPrepare' differ in signedness<br />
odbc.c: In function 'stmt_exec_int':<br />
odbc.c:4857: warning: passing argument 10 of 'SQLBindParameter' from incompatible pointer type<br />
odbc.c:4889: warning: passing argument 10 of 'SQLBindParameter' from incompatible pointer type<br />
cc -dynamic -bundle -undefined suppress -flat_namespace  -L"/usr/lib" -o odbc.bundle odbc.o  -liodbc  -lpthread -ldl -lobjc<br />
</code></p>
<p>I&#8217;m new to all this &#8216;make&#8217; business&#8230;should I assume this is bad?</p>
<p>Any help would be most welcome.<br />
Grant</p>
]]></content:encoded>
	</item>
</channel>
</rss>
