alecms / speedtrack

Automatically exported from code.google.com/p/speedtrack
0 stars 0 forks source link

Will not compile on 10.6 #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Downloaded Source Repo 
2. Compiled using Xcode v3.2.1 (64bit) using Gcc 4.2
3. Will not compile, 12 errors... (see bellow)

I'm a novice mac programmer, but have been using xcode for a while writing c / 
c++ utilities, was hoping to look at this code (I'm also an avid sailor who 
loves his speedpuck) and get it working with my speedpuck, but am having 
trouble compiling.  Thought I would paste my errors here, see if I get any 
feedback.

Category: Error: Other

Command /Developer/usr/bin/gcc-4.2 failed with exit code 1

Command 
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp 
failed with exit code 1

pbxcp: SC1.jpg: No such file or directory
pbxcp: S10.jpg: No such file or directory
"_VTStartedEstablishingConnectionWithDeviceNotification", referenced from:
"_VTTrackLogsFinishedDownloadingNotification", referenced from:
".objc_class_name_TrackLogViewController", referenced from:
"_VTTrackFinishedDownloadingNotification", referenced from:
".objc_class_name_VTProgressTracker", referenced from:
"_VTDownloadButtonPressedNotification", referenced from:
".objc_class_name_TrackFileViewController", referenced from:
"_VTFirstConnectedDeviceRemovedNotification", referenced from:

Category: Message: Other
Library not found for -lftd2xx.0.1.7
_VTStartedEstablishingConnectionWithDeviceNotification$non_lazy_ptr in 
MainWindowController.o
_VTTrackLogsFinishedDownloadingNotification$non_lazy_ptr in 
MainWindowController.o
Literal-pointer@__OBJC@__cls_refs@TrackLogViewController in 
MainWindowController.o
_VTTrackFinishedDownloadingNotification$non_lazy_ptr in MainWindowController.o
Literal-pointer@__OBJC@__cls_refs@VTProgressTracker in VTConnection.o
_VTDownloadButtonPressedNotification$non_lazy_ptr in MainWindowController.o
Literal-pointer@__OBJC@__cls_refs@TrackFileViewController in 
MainWindowController.o
_VTFirstConnectedDeviceRemovedNotification$non_lazy_ptr in 
MainWindowController.o

Symbol(s) not found
Collect2: ld returned 1 exit status
+ '[' Debug = Release ']'

Original issue reported on code.google.com by maritime...@gmail.com on 22 Jul 2010 at 1:21

GoogleCodeExporter commented 9 years ago
Okay, solved a lot of the above by removing the missing library and jpg files 
from the project that manually adding them back in (as they come with the repo, 
not sure why xcode doesn't see them).  Now I have a different set of issues 
that look to have something to do with "Tool".  I've never had multiple targets 
in xcode, so I'm not sure how to deal with them, see attached:

Original comment by maritime...@gmail.com on 22 Jul 2010 at 1:45

Attachments:

GoogleCodeExporter commented 9 years ago
Ignore the tool target, and just compile the app. The tool is only used for 
debug purpose.

You need to download Sparkle.framework and install it into the project folder 
for the app to compile.

And make sure you update to the most recent drop, I've done quite some cleanup 
in there.

Original comment by eric.no...@gmail.com on 9 Sep 2010 at 4:28

GoogleCodeExporter commented 9 years ago

Original comment by eric.no...@gmail.com on 9 Sep 2010 at 4:30