[kismac] Re: [binaervarianz] r110 - KisMACng
- From: Robin L Darroch <robin@xxxxxxxxxxxxx>
- To: kismac@xxxxxxxxxxxxx
- Date: Tue, 21 Mar 2006 18:06:33 +1000
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
- Follow-Ups:
- [kismac] Re: [binaervarianz] r110 - KisMACng
- From: Ron Rosson
- References:
- [kismac] [binaervarianz] r110 - KisMACng
- From: svn
- [kismac] Re: [binaervarianz] r110 - KisMACng
- From: John Warren
Other related posts:
- » [kismac] [binaervarianz] r110 - KisMACng
- » [kismac] Re: [binaervarianz] r110 - KisMACng
- » [kismac] Re: [binaervarianz] r110 - KisMACng
- » [kismac] Re: [binaervarianz] r110 - KisMACng
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
- [kismac] Re: [binaervarianz] r110 - KisMACng
- From: Ron Rosson
- [kismac] [binaervarianz] r110 - KisMACng
- From: svn
- [kismac] Re: [binaervarianz] r110 - KisMACng
- From: John Warren