[kismac] Re: [OpenSVN] r76 committed: KisMACng/KisMAC.xcodeproj/mick.mode1 KisMACng/KisMAC.xc

  • From: GABRY <gabrylst@xxxxxxxxx>
  • To: kismac@xxxxxxxxxxxxx
  • Date: Wed, 12 Oct 2005 11:10:54 +0200

did you copy the files correctly? do you have them?

On 10/12/05, numE <numE@xxxxxxxxxxxx> wrote:
> Hi,
>
> two questions left.
>
> 1.)
>
> the compile command produces a lot of errors:
> /Users/myuser/XCode/KisMac\ Source/KisMACng/compile.command; exit
> Welcome to Darwin!
> Client-01:~ myuser$ /Users/myuser/XCode/KisMac\
> Source/KisMACng/compile.command; exit
> /Users/myuser/XCode/KisMac Source/KisMACng/compile.command: line 3: cd:
> /Users/myuser/XCode/KisMac: No such file or directory
> /Users/myuser/XCode/KisMac Source/KisMACng/compile.command: line 6: cd:
> UnitTest: No such file or directory
> /Users/myuser/XCode/KisMac Source/KisMACng/compile.command: line 12:
> Resources/Info.plist: No such file or directory
> /Users/myuser/XCode/KisMac Source/KisMACng/compile.command: line 13:
> Resources/Strings/English.lproj/InfoPlist.strings: No such file or directory
> touch: ./Sources/not public/WaveSecret.h: No such file or directory
> touch: ./Sources/WindowControllers/CrashReportController.m: No such file
> or directory
> /Users/myuser/XCode/KisMac Source/KisMACng/compile.command: line 18: cd:
> ./Subprojects/files: No such file or directory
> /Users/myuser/XCode/KisMac Source/KisMACng/compile.command: line 22: cd:
> MACJack: No such file or directory
> xcodebuild: Error: the directory / does not contain an Xcode project.
> /Users/myuser/XCode/KisMac Source/KisMACng/compile.command: line 24: cd:
> ../VihaDriver: No such file or directory
> xcodebuild: Error: the directory / does not contain an Xcode project.
> /Users/myuser/XCode/KisMac Source/KisMACng/compile.command: line 26: cd:
> ../AtheroJack: No such file or directory
> xcodebuild: Error: the directory / does not contain an Xcode project.
> /Users/myuser/XCode/KisMac Source/KisMACng/compile.command: line 28: cd:
> ../AiroJack: No such file or directory
> xcodebuild: Error: the directory / does not contain an Xcode project.
> /Users/myuser/XCode/KisMac Source/KisMACng/compile.command: line 30: cd:
> ../BIGL: No such file or directory
> xcodebuild: Error: the directory / does not contain an Xcode project.
> /Users/myuser/XCode/KisMac Source/KisMACng/compile.command: line 32: cd:
> ../BIGeneric: No such file or directory
> xcodebuild: Error: the directory / does not contain an Xcode project.
> /Users/myuser/XCode/KisMac Source/KisMACng/compile.command: line 34: cd:
> ../AirPortMenu: No such file or directory
> xcodebuild: Error: the directory / does not contain an Xcode project.
> /Users/myuser/XCode/KisMac Source/KisMACng/compile.command: line 36: cd:
> ../KisMAC Installer: No such file or directory
> xcodebuild: Error: the directory / does not contain an Xcode project.
> xcodebuild: Error: the directory / does not contain an Xcode project.
> logout
>
> 2)
>
> There is no
>
> KisMac.xcodeproj file.. only a directory with this name.
>
>
> did i miss something?
>
> greetz,
>
> numE
>
> themacuser schrieb:
>
> > Ok, here you go:
> > Install xcode (you appear to have done that.)
> > Install fink
> > Install svn using fink (fink install svn-client-ssl)
> > Download svnX
> > Open a terminal, type svn list https://OpenSVN.csie.org/bi/
> >
> > You should get this warning:
> > svn list https://OpenSVN.csie.org/bi/
> > Error validating server certificate for 'https://OpenSVN.csie.org:443':
> > - The certificate is not issued by a trusted authority. Use the
> >    fingerprint to validate the certificate manually!
> > Certificate information:
> > - Hostname: *.csie.org
> > - Valid: from Sep  7 17:38:37 2005 GMT until Sep  6 17:38:37 2010 GMT
> > - Issuer: CSIE.org, CSIE.org, Taipei, Taiwan, TW
> > - Fingerprint: d9:02:df:9b:03:03:01:08:3e:36:5b:d0:51:d3:db:0f:
> > 70:36:cf:05
> > (R)eject, accept (t)emporarily or accept (p)ermanently?
> >
> > Type in p to accept the certificate permanently, and you should see:
> >
> > GTDriver/
> > KisMACng/
> > SSIDLister/
> > UDPEchoTester/
> >
> > Now get svnX out, go to Preferences, your path to svn binaries should
> > be /sw/bin instead of /usr/local/bin (I think, tell me if it doesn't
> > work, it might be /sw/local/bin). Then open the repositories window
> > and hit the plus button.
> >
> > Change "My Repository" to "KisMac", change "svn://" to "https://
> > opensvn.csie.org/bi/" and then double-click it. You should now see a
> > window with a filebrowser-like thing at the bottom, and a list of
> > versions at the top. Make sure that r76 is selected. Hit the SVN
> > Checkout button in the toolbar. Navigate to somewhere, hit New
> > Folder. Call it "KisMac Source". Select it and hit open.
> >
> > You should now see a scrollbar scrolling, while the source downloads.
> > It will probably take a while.
> >
> > While you wait (you say you are quite new to the apple system, if you
> > were a developer on linux, you will probably want to check out some
> > of the fink packages, there's a lot of stuff ported from linux on
> > there.)
> >
> > Now, when it's finished, you should have a folder there. Make sure
> > you have the latest version of xcode (2.1). If not, get it from
> > developer.apple.com. If you just installed it from the disks, you
> > need to get the update from the web.
> >
> > Double-click the "compile.command" file. When it's done, open the
> > KisMac.xcodeproj file with XCode. Then hit the hammer icon to build.
> > Look in your KisMacNG directory in Build/Deployment, and there's your
> > KisMac app. Double-click and enjoy.
> >
> > You might want to add a few of my patches, including the aqua windows
> > so it follows the Apple Human Interface Guidelines properly, my
> > improved vendor.db file (you will never see "unknown" for a vendor
> > again, my db includes ALL of the vendors registered with the IEEE).
> > And my improved help files, or my patch that adds an "Open pcap in
> > ethereal" to the File menu. Tell me if you need instructions on any
> > of these.
> >
> > On 11/10/2005, at 6:44 PM, numE wrote:
> >
> >
> >> Is there already a binary out there? Like R75?
> >> Greets
> >>
> >> P.S.: Better than a binary would be a short howto
> >> to compile myself.. i am quite new to the apple system, so
> >> i wasnt able to figure out how the xcode thing works :-)
> >> already searched the net, but didnt find really usefull information.
> >>
> >> mick.bi@xxxxxxxxxxxxxxxx schrieb:
> >>
> >>
> >>
> >>> mick    Mon Oct 10 18:26:54 2005 UTC
> >>>
> >>>  Repository:
> >>>    https://OpenSVN.csie.org/bi/
> >>>
> >>>  Revision:
> >>>    76
> >>>
> >>>  Log:
> >>>    added Spanish translation, contributed by Jesus Hormigo
> >>>
> >>>  Flag Changes    Path
> >>>  U    +28 -25    KisMACng/KisMAC.xcodeproj/mick.mode1
> >>>  U    +53 -37    KisMACng/KisMAC.xcodeproj/mick.pbxuser
> >>>  U    +45 -0     KisMACng/KisMAC.xcodeproj/project.pbxproj
> >>>  U    +1 -0      KisMACng/Resources/Help/English.lproj/KisMACHelp/
> >>> pgs2/99.html
> >>>  D    +0 -75     KisMACng/Resources/Info.plist
> >>>  A    +0 -0      KisMACng/Resources/Info.plist.templ
> >>>  A    +0 -0      KisMACng/Resources/Nibs/NibsLocalized.ldb
> >>>  A    +0 -0      KisMACng/Resources/Nibs/Spanish.lproj/
> >>>  A    +0 -0      KisMACng/Resources/Nibs/Spanish.lproj/Crack.nib/
> >>>  A    +19 -0     KisMACng/Resources/Nibs/Spanish.lproj/Crack.nib/
> >>> classes.nib
> >>>  A    +12 -0     KisMACng/Resources/Nibs/Spanish.lproj/Crack.nib/
> >>> info.nib
> >>>  A    +0 -0      KisMACng/Resources/Nibs/Spanish.lproj/Crack.nib/
> >>> keyedobjects.nib
> >>>  A    +0 -0      KisMACng/Resources/Nibs/Spanish.lproj/
> >>> CrashReporter.nib/
> >>>  A    +20 -0     KisMACng/Resources/Nibs/Spanish.lproj/
> >>> CrashReporter.nib/classes.nib
> >>>  A    +14 -0     KisMACng/Resources/Nibs/Spanish.lproj/
> >>> CrashReporter.nib/info.nib
> >>>  A    +0 -0      KisMACng/Resources/Nibs/Spanish.lproj/
> >>> CrashReporter.nib/keyedobjects.nib
> >>>  A    +0 -0      KisMACng/Resources/Nibs/Spanish.lproj/
> >>> DecryptDialog.nib/
> >>>  A    +22 -0     KisMACng/Resources/Nibs/Spanish.lproj/
> >>> DecryptDialog.nib/classes.nib
> >>>  A    +12 -0     KisMACng/Resources/Nibs/Spanish.lproj/
> >>> DecryptDialog.nib/info.nib
> >>>  A    +0 -0      KisMACng/Resources/Nibs/Spanish.lproj/
> >>> DecryptDialog.nib/keyedobjects.nib
> >>>  A    +0 -0      KisMACng/Resources/Nibs/Spanish.lproj/
> >>> DownloadMap.nib/
> >>>  A    +24 -0     KisMACng/Resources/Nibs/Spanish.lproj/
> >>> DownloadMap.nib/classes.nib
> >>>  A    +12 -0     KisMACng/Resources/Nibs/Spanish.lproj/
> >>> DownloadMap.nib/info.nib
> >>>  A    +0 -0      KisMACng/Resources/Nibs/Spanish.lproj/
> >>> DownloadMap.nib/keyedobjects.nib
> >>>  A    +0 -0      KisMACng/Resources/Nibs/Spanish.lproj/Import.nib/
> >>>  A    +19 -0     KisMACng/Resources/Nibs/Spanish.lproj/Import.nib/
> >>> classes.nib
> >>>  A    +14 -0     KisMACng/Resources/Nibs/Spanish.lproj/Import.nib/
> >>> info.nib
> >>>  A    +0 -0      KisMACng/Resources/Nibs/Spanish.lproj/Import.nib/
> >>> keyedobjects.nib
> >>>  A    +0 -0      KisMACng/Resources/Nibs/Spanish.lproj/MainMenu.nib/
> >>>  A    +306 -0    KisMACng/Resources/Nibs/Spanish.lproj/
> >>> MainMenu.nib/classes.nib
> >>>  A    +11 -0     KisMACng/Resources/Nibs/Spanish.lproj/
> >>> MainMenu.nib/data.dependency
> >>>  A    +38 -0     KisMACng/Resources/Nibs/Spanish.lproj/
> >>> MainMenu.nib/info.nib
> >>>  A    +0 -0      KisMACng/Resources/Nibs/Spanish.lproj/
> >>> MainMenu.nib/keyedobjects.nib
> >>>  A    +0 -0      KisMACng/Resources/Nibs/Spanish.lproj/
> >>> Preferences.nib/
> >>>  A    +61 -0     KisMACng/Resources/Nibs/Spanish.lproj/
> >>> Preferences.nib/classes.nib
> >>>  A    +12 -0     KisMACng/Resources/Nibs/Spanish.lproj/
> >>> Preferences.nib/info.nib
> >>>  A    +0 -0      KisMACng/Resources/Nibs/Spanish.lproj/
> >>> Preferences.nib/objects.nib
> >>>  A    +0 -0      KisMACng/Resources/Nibs/Spanish.lproj/
> >>> PrefsDriver.nib/
> >>>  A    +44 -0     KisMACng/Resources/Nibs/Spanish.lproj/
> >>> PrefsDriver.nib/classes.nib
> >>>  A    +17 -0     KisMACng/Resources/Nibs/Spanish.lproj/
> >>> PrefsDriver.nib/info.nib
> >>>  A    +0 -0      KisMACng/Resources/Nibs/Spanish.lproj/
> >>> PrefsDriver.nib/objects.nib
> >>>  A    +0 -0      KisMACng/Resources/Nibs/Spanish.lproj/
> >>> PrefsFilter.nib/
> >>>  A    +39 -0     KisMACng/Resources/Nibs/Spanish.lproj/
> >>> PrefsFilter.nib/classes.nib
> >>>  A    +17 -0     KisMACng/Resources/Nibs/Spanish.lproj/
> >>> PrefsFilter.nib/info.nib
> >>>  A    +0 -0      KisMACng/Resources/Nibs/Spanish.lproj/
> >>> PrefsFilter.nib/keyedobjects.nib
> >>>  A    +0 -0      KisMACng/Resources/Nibs/Spanish.lproj/PrefsGPS.nib/
> >>>  A    +39 -0     KisMACng/Resources/Nibs/Spanish.lproj/
> >>> PrefsGPS.nib/classes.nib
> >>>  A    +17 -0     KisMACng/Resources/Nibs/Spanish.lproj/
> >>> PrefsGPS.nib/info.nib
> >>>  A    +0 -0      KisMACng/Resources/Nibs/Spanish.lproj/
> >>> PrefsGPS.nib/objects.nib
> >>>  A    +0 -0      KisMACng/Resources/Nibs/Spanish.lproj/PrefsMap.nib/
> >>>  A    +33 -0     KisMACng/Resources/Nibs/Spanish.lproj/
> >>> PrefsMap.nib/classes.nib
> >>>  A    +17 -0     KisMACng/Resources/Nibs/Spanish.lproj/
> >>> PrefsMap.nib/info.nib
> >>>  A    +0 -0      KisMACng/Resources/Nibs/Spanish.lproj/
> >>> PrefsMap.nib/objects.nib
> >>>  A    +0 -0      KisMACng/Resources/Nibs/Spanish.lproj/
> >>> PrefsScanning.nib/
> >>>  A    +24 -0     KisMACng/Resources/Nibs/Spanish.lproj/
> >>> PrefsScanning.nib/classes.nib
> >>>  A    +17 -0     KisMACng/Resources/Nibs/Spanish.lproj/
> >>> PrefsScanning.nib/info.nib
> >>>  A    +0 -0      KisMACng/Resources/Nibs/Spanish.lproj/
> >>> PrefsScanning.nib/objects.nib
> >>>  A    +0 -0      KisMACng/Resources/Nibs/Spanish.lproj/ PrefsSleep.nib/
> >>>  A    +19 -0     KisMACng/Resources/Nibs/Spanish.lproj/
> >>> PrefsSleep.nib/classes.nib
> >>>  A    +17 -0     KisMACng/Resources/Nibs/Spanish.lproj/
> >>> PrefsSleep.nib/info.nib
> >>>  A    +0 -0      KisMACng/Resources/Nibs/Spanish.lproj/
> >>> PrefsSleep.nib/objects.nib
> >>>  A    +0 -0      KisMACng/Resources/Nibs/Spanish.lproj/
> >>> PrefsSounds.nib/
> >>>  A    +26 -0     KisMACng/Resources/Nibs/Spanish.lproj/
> >>> PrefsSounds.nib/classes.nib
> >>>  A    +17 -0     KisMACng/Resources/Nibs/Spanish.lproj/
> >>> PrefsSounds.nib/info.nib
> >>>  A    +0 -0      KisMACng/Resources/Nibs/Spanish.lproj/
> >>> PrefsSounds.nib/objects.nib
> >>>  A    +0 -0      KisMACng/Resources/Nibs/Spanish.lproj/
> >>> PrefsTraffic.nib/
> >>>  A    +36 -0     KisMACng/Resources/Nibs/Spanish.lproj/
> >>> PrefsTraffic.nib/classes.nib
> >>>  A    +19 -0     KisMACng/Resources/Nibs/Spanish.lproj/
> >>> PrefsTraffic.nib/info.nib
> >>>  A    +0 -0      KisMACng/Resources/Nibs/Spanish.lproj/
> >>> PrefsTraffic.nib/objects.nib
> >>>  A    +0 -0      KisMACng/Resources/Nibs/Spanish.lproj/
> >>> PrefsWebService.nib/
> >>>  A    +51 -0     KisMACng/Resources/Nibs/Spanish.lproj/
> >>> PrefsWebService.nib/classes.nib
> >>>  A    +17 -0     KisMACng/Resources/Nibs/Spanish.lproj/
> >>> PrefsWebService.nib/info.nib
> >>>  A    +0 -0      KisMACng/Resources/Nibs/Spanish.lproj/
> >>> PrefsWebService.nib/keyedobjects.nib
> >>>  A    +0 -0      KisMACng/Resources/Nibs/Spanish.lproj/
> >>> PrefsWebService.nib/objects.nib
> >>>  A    +0 -0      KisMACng/Resources/Nibs/Spanish.lproj/
> >>> WayPointDialog.nib/
> >>>  A    +21 -0     KisMACng/Resources/Nibs/Spanish.lproj/
> >>> WayPointDialog.nib/classes.nib
> >>>  A    +12 -0     KisMACng/Resources/Nibs/Spanish.lproj/
> >>> WayPointDialog.nib/info.nib
> >>>  A    +0 -0      KisMACng/Resources/Nibs/Spanish.lproj/
> >>> WayPointDialog.nib/objects.nib
> >>>  D    +0 -0      KisMACng/Resources/Strings/English.lproj/
> >>> InfoPlist.strings
> >>>  A    +0 -0      KisMACng/Resources/Strings/English.lproj/
> >>> InfoPlist.strings.templ
> >>>  U    +0 -0      KisMACng/Resources/Strings/English.lproj/
> >>> Localizable.strings
> >>>  A    +0 -0      KisMACng/Resources/Strings/Spanish.lproj/
> >>>  A    +0 -0      KisMACng/Resources/Strings/Spanish.lproj/
> >>> InfoPlist.strings
> >>>  A    +0 -0      KisMACng/Resources/Strings/Spanish.lproj/
> >>> Localizable.strings
> >>>  A    +0 -0      KisMACng/Resources/Strings/StringsLocalized.ldb
> >>>  U    +13 -2     KisMACng/Sources/WaveDrivers/
> >>> WaveDriverAirportExtreme.m
> >>>  U    +0 -0      KisMACng/Subprojects/KisMAC Installer/
> >>> InstallController.m
> >>>  U    +0 -0      KisMACng/Subprojects/KisMAC Installer/KisMAC
> >>> Installer.xcodeproj/mick.mode1
> >>>  U    +0 -0      KisMACng/Subprojects/KisMAC Installer/KisMAC
> >>> Installer.xcodeproj/mick.pbxuser
> >>>  U    +0 -0      KisMACng/Subprojects/KisMAC Installer/KisMAC
> >>> Installer.xcodeproj/project.pbxproj
> >>>  U    +7 -0      KisMACng/compile.command
> >>>
> >>> _______________________________________________
> >>> https://OpenSVN.csie.org/bi/
> >>>
> >>>
> >>>
> >>>
> >>
> >>
> >>
> >>
>
>
>

Other related posts: