OK! Updates!<br><br>Short version, and more comments are inlined.<br><br>I got everything working, even the GUI. The problem is that the GUI thinks that the logger is in the PATH, so if it isn&#39;t, startup operations fail, but they fail without error. (That took me about three hours or so to figure out. :))<br>

<br>May I suggest a sanity test for the logger app when pressing &quot;Go&quot;?<br><br>I&#39;ve been coding in some #define DEBUG stuff (Yeah, yuck, but hey, it saved my bacon. It logs to a file because of the forked processes and closed file resources.) Do you want to incorporate any of that?<br>

<br><div class="gmail_quote">On Tue, Jul 13, 2010 at 11:59 AM, Gary Briggs <span dir="ltr">&lt;<a href="mailto:chunky@icculus.org">chunky@icculus.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div class="im">On Tue, Jul 13, 2010 at 07:04:04AM -0400, Robert Konigsberg wrote:<br>
&gt; Hi all,<br>
&gt;<br>
&gt; I&#39;ve sent some of this information privately to Gary, but have made progress<br>
&gt; since then, and also, want to use the mailing list.<br>
&gt;<br>
&gt; Short version:<br>
&gt; * odbgpslogger has a source 0.15 version.<br>
&gt; * Gary has built a 0.11 OSX version, but it&#39;s hard-coded such that it<br>
&gt; doesn&#39;t work unless your username is chunky?<br>
<br>
</div>Close but not quite :-)<br>
<br>
It&#39;s actually linked against a dynamic library for gpsd [oops], which<br>
happened to be in my home directory and linked with the full path. So<br>
not really a username-related issue, but an idiocy-on-my-part issue.<br>
<br>
Totally my bad.<br></blockquote><div><br>No worries. Building my own release helped a lot.<br><br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div class="im">
&gt; OK, so some trial and error and I&#39;m mostly there with the source.<br>
&gt;<br>
&gt; To get this to build on my Mac, I downloaded CMake (from <a href="http://cmake.org" target="_blank">cmake.org</a>, not from<br>
&gt; fink, because fink&#39;s version of cmake is too old.)<br>
<br>
</div>Really? I think I&#39;m using the one in Fink. If you&#39;re not already, you<br>
should definitely enable unstable with &quot;fink config&quot;, as the &quot;stable&quot;<br>
stuff is oftentimes &quot;archaic&quot;, in my experience. This sounds like one of<br>
those cases :-)<br><div class="im"></div></blockquote><div><br>I&#39;ve abandoned fink entirely and have downloaded source from everywhere. (I have sqlite already, fun! yay!)<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">


As for fluid, it&#39;s part of fltk. Since you&#39;re using fink, you might want<br>
to skip building your own fltk, and just install thus:<br>
fink install fltk-aqua fltk-aqua-shlibs<br></blockquote><div><br>Building my own was a cinch. make + make install makes me feel like a ninja.  <br><br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">


Without fltk, I think the mac bundle will still build, but there&#39;s no<br>
way it&#39;ll do anything useful.<br></blockquote><div><br>Well, to be fair, it did log to the database, and I could read it with sqlite.<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">


If you don&#39;t have gpsd but want to use it, I documented how to build it<br>
a long time ago here:<br>
<a href="http://www.mp3car.com/vbulletin/obdii-gps-logger/132461-gpsd-osx.html" target="_blank">http://www.mp3car.com/vbulletin/obdii-gps-logger/132461-gpsd-osx.html</a><br></blockquote><div><br>No need, my car does not have a GPS. I&#39;ll be using a Garmin GPS + an Android app for tracking, which I&#39;ll have to xref later. (ugh)<br>

</div></div><br>-- <br>Robert Konigsberg<br><a href="mailto:konigsberg@gmail.com">konigsberg@gmail.com</a><br>