<?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: The CRM114 Discrimnator &#8211; Your own personal secretary on Mac OSX</title>
	<atom:link href="http://www.huyng.com/archives/the-crm114-discrimnator-your-own-personal-secretary-on-mac-osx/309/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.huyng.com/archives/the-crm114-discrimnator-your-own-personal-secretary-on-mac-osx/309/</link>
	<description></description>
	<lastBuildDate>Mon, 16 Aug 2010 10:05:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Peter</title>
		<link>http://www.huyng.com/archives/the-crm114-discrimnator-your-own-personal-secretary-on-mac-osx/309/comment-page-1/#comment-1857</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Mon, 07 Dec 2009 23:09:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.huyng.com/?p=309#comment-1857</guid>
		<description>good instructions.

When compiling, I was getting a bunch of errors from crmregex_tre.c.  They all traced back to the error, &quot;crm114_sysincludes.h:30:23: error: tre/regex.h: No such file or directory&quot;.

I fixed it by making one more change to the Makefile:

I changed the line(s):

crm114: $(OFILES)
        $(CC) $(LDFLAGS) $(LIBS) $(OFILES) \
          -ltre -lm \
          -o crm114

by adding $(CFLAGS) to them so that they became:

crm114: $(OFILES)
        $(CC) $(LDFLAGS) $(CFLAGS) $(LIBS) $(OFILES) \
          -ltre -lm \
          -o crm114

That addition enabled that step in the compilation to find TRE&#039;s header file, regex.h, which had some definitions that crmregex_tre.c (among others) needed.

I was working with CRM114 version 20090914-BlameThorstenAndJenny (TRE 0.7.5 (LGPL))

-Peter</description>
		<content:encoded><![CDATA[<p>good instructions.</p>
<p>When compiling, I was getting a bunch of errors from crmregex_tre.c.  They all traced back to the error, &#8220;crm114_sysincludes.h:30:23: error: tre/regex.h: No such file or directory&#8221;.</p>
<p>I fixed it by making one more change to the Makefile:</p>
<p>I changed the line(s):</p>
<p>crm114: $(OFILES)<br />
        $(CC) $(LDFLAGS) $(LIBS) $(OFILES) \<br />
          -ltre -lm \<br />
          -o crm114</p>
<p>by adding $(CFLAGS) to them so that they became:</p>
<p>crm114: $(OFILES)<br />
        $(CC) $(LDFLAGS) $(CFLAGS) $(LIBS) $(OFILES) \<br />
          -ltre -lm \<br />
          -o crm114</p>
<p>That addition enabled that step in the compilation to find TRE&#8217;s header file, regex.h, which had some definitions that crmregex_tre.c (among others) needed.</p>
<p>I was working with CRM114 version 20090914-BlameThorstenAndJenny (TRE 0.7.5 (LGPL))</p>
<p>-Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terry Smith</title>
		<link>http://www.huyng.com/archives/the-crm114-discrimnator-your-own-personal-secretary-on-mac-osx/309/comment-page-1/#comment-953</link>
		<dc:creator>Terry Smith</dc:creator>
		<pubDate>Fri, 10 Apr 2009 14:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.huyng.com/?p=309#comment-953</guid>
		<description>This is great, thanks - I&#039;m going to investigate Ruby wrappers for crm114!</description>
		<content:encoded><![CDATA[<p>This is great, thanks &#8211; I&#8217;m going to investigate Ruby wrappers for crm114!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
