--
_______________________________________________
Golden-Cheetah-Users mailing list
golden-che...@googlegroups.com
http://groups.google.com/group/golden-cheetah-users?hl=en
---
You received this message because you are subscribed to the Google Groups "golden-cheetah-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golden-cheetah-u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I installed by searching it in the download center.Hi Tom,Yes, it's the second one: http://www.dcrainmaker.com/2012/11/cycleops-joule-gps-in-depth-review.html.
To get my files, I tried both download from device and from file, non worked.I do have reasons to run this software, as I have a CNC machine controller that only runs in 12.04. Getting Golden Cheetah and one more program to work is all that keeps me from ditching Windows for good.So how could I at least try to fix the issue, even if I have to compile and get the drivers?Thanks for your help,Alfredo
--Sueña, ten paciencia, y no te des por vencido. Pero sobre todo, intentalo.
Three versions powertap monitor should work on goldencheetach.
On ubuntu GoldenCheetach should be compiled with D2XX driver http://www.ftdichip.com/Drivers/D2XX.htm
entry D2XX_INCLUDE = ..
Check your version by Help → About GoldenCheetah → Version (should by D2XX yes)
Which version GC have you got?
How did you install it (from repo or source)?

/workspace/GoldenCheetah$ git pull/workspace/GoldenCheetah$ git checkout V3.3Building an executable
To build GC, we currently use qmake, which comes with the Qt libraries referenced above. All local configuration is stored in the file gcconfig.pri, which you create by copying gcconfig.pri.in, both in the GoldenCheetah/src directory. Additionally, GoldenCheetah uses a patched version of Qwt which is located in the GoldenCheetah/qwt directory. You'll need to copy the configuration file qwtconfig.pri.in to qwtconfig.pri and edit that file if needed. The steps you'll take are as follows:
In the top level GoldenCheetah directory [This is the directory you unzipped]Doing this will build the base GoldenCheetah without any options enabled. I am a little concerned that your version of QT might be too old and you might have to build a newer version of that, but let's give this a try. Once you can successfully do this, then we can step you through editing your gcconfig.pri to get the Joule Download enabled.cp src/gcconfig.pri.in src/gcconfig.pri cp qwt/qwtconfig.pri.in qwt/qwtconfig.pri vi src/gcconfig.pri # Follow the directions at the top of the file. vi qwt/qwtconfig.pri # This may not need to be edited to successfully build. qmake build.pro # called qmake-mac in MacPorts make