[kismac] Re: [binaervarianz] r110 - KisMACng

  • From: Ron Rosson <ron.rosson@xxxxxxxxx>
  • To: "kismac@xxxxxxxxxxxxx" <kismac@xxxxxxxxxxxxx>
  • Date: Tue, 21 Mar 2006 06:54:30 -0600

Just FYI.

I have xcode 2.2.1 installed and I see no issues when building the latest
checkout.


-- 
Ron Rosson
ron.rosson@xxxxxxxxx
http://www.oneinsane.net


> From: Robin L Darroch <robin@xxxxxxxxxxxxx>
> Reply-To: "kismac@xxxxxxxxxxxxx" <kismac@xxxxxxxxxxxxx>
> Date: Tue, 21 Mar 2006 18:06:33 +1000
> To: "kismac@xxxxxxxxxxxxx" <kismac@xxxxxxxxxxxxx>
> Subject: [kismac] Re: [binaervarianz] r110 - KisMACng
> 
> Try building R108, then update to R110 and open the XCode project and
> build it using Xcode.  I've been unable to use compile.command from
> R110 on account of having XCode 2.1, but it builds fine in XCode.
> 
>> I'm having problems with R110 and R109, but R108 works fine.  I've
>> tried a clean checkout of all (deleted all files, redownloaded).
>> I'm using svnX.
>> Xcode 2.2
>> 
>> This is the error for R109 and R110
>> Building for configuration... Deployment
>> Building install image... NO
>> Checking for required enviroment... ok
>> Decompressing UnitTest bundle...
>> /Developer/Projects/KisMACng/compile.command: line 57: cd: UnitTest:
>> No such file or directory
>> *FAILED*
>> 
>> Is there an alteration that I should be making in order to compile these?
>> 
>> 
>> 
>> 
>> On 3/18/06, svn@xxxxxxxxxxxxxxxx <svn@xxxxxxxxxxxxxxxx> wrote:
>>>  Author: mick
>>>  Date: 2006-03-18 21:21:49 +0100 (Sat, 18 Mar 2006)
>>>  New Revision: 110
>>> 
>>>  Modified:
>>>     KisMACng/compile.command
>>>  Log:
>>>  - fixing bugs regarding the new built system, particulary #66
>>> 
>>> 
>>> 
>>>  Modified: KisMACng/compile.command
>>>  ===================================================================
>>>  --- KisMACng/compile.command    2006-03-18 13:03:39 UTC (rev 109)
>>>  +++ KisMACng/compile.command    2006-03-18 20:21:49 UTC (rev 110)
>>>  @@ -193,15 +193,16 @@
>>>     cp -r build/$configuration/KisMAC.app image
>>>     cd "image/KisMAC.app"
>>>          rm `find . -type f -name .DS_Store` 2>/dev/null
>>>  -       rm -rf `find . -name .svn`
>>>  -       tar -czf "/Volumes/KisMAC/KisMAC
>>> Installer.app/Contents/Resources/KisMAC.tgz" *>/dev/null
>>>  +       rm -rf `find . -name .svn`
>>>          cd ..
>>>  +       tar -czf "/Volumes/KisMAC/KisMAC
>>> Installer.app/Contents/Resources/KisMAC.tgz" KisMAC.app>/dev/null
>>>          rm -rf KisMAC.app
>>>          cd ..
>>> 
>>>          rm `find "/Volumes/KisMAC/KisMAC Installer.app" -type f
>>> -name .DS_Store` 2>/dev/null
>>>          rm -rf `find "/Volumes/KisMAC/KisMAC Installer.app" -name .svn`
>>>  -
>>>  +  rm /Volumes/KisMAC/Desktop* 2>/dev/null
>>>  +
>>>     while [ -d  /Volumes/KisMAC ]; do
>>>       hdiutil detach /Volumes/KisMAC >/dev/null
>>>       sleep 1
>>>  @@ -211,9 +212,11 @@
>>>          #trim dumb characters from SVN version
>>>          SVNVERS=`echo $SVNVERS | sed 's/.*://g'`
>>>     SVNVERS=`echo $SVNVERS | sed 's/\]//g'`
>>>  -
>>>  -       zip -9 KisMACR$SVNVERS.zip image/KisMAC.dmg >/dev/null
>>>  -
>>>  +
>>>  +       cd image
>>>  +       zip -9 ../KisMACR$SVNVERS.zip KisMAC.dmg >/dev/null
>>>  +       cd ..
>>>  +
>>>          rm image/KisMAC.dmg
>>>          echo "ok"
>>>   fi
>>> 
>>> 
>>> 
> 
> 
> -- 
> 
> -------------------------------------------------------------------------
>   Robin L. Darroch - PO Box 2715, South Hedland WA 6722 - +61 421 503 966
>        robin@xxxxxxxxxxxxx - robin@xxxxxxxxxxx - robin@xxxxxxxxxxxxx
> 
> 
> 



Other related posts: