[TeamTalk 211]: [747] trunk/TeamTalk: 1) Compile Ravenclaw with Galaxy rather than OAA under SwiftDebug solution.

tk@edam.speech.cs.cmu.edu tk at edam.speech.cs.cmu.edu
Mon Sep 17 16:52:21 EDT 2007


An HTML attachment was scrubbed...
URL: http://mailman.srv.cs.cmu.edu/pipermail/teamtalk-developers/attachments/20070917/d0c4d8d8/attachment.html
-------------- next part --------------
Modified: trunk/TeamTalk/Agents/Agents.sln
===================================================================
--- trunk/TeamTalk/Agents/Agents.sln	2007-09-17 15:46:15 UTC (rev 746)
+++ trunk/TeamTalk/Agents/Agents.sln	2007-09-17 20:52:20 UTC (rev 747)
@@ -301,10 +301,10 @@
 		{538B76FD-E289-4CF7-A7FF-1ACB429B4F63}.ReleaseGalaxy|Win32.Build.0 = ReleaseGalaxy|Win32
 		{538B76FD-E289-4CF7-A7FF-1ACB429B4F63}.ReleaseOAA|Win32.ActiveCfg = ReleaseOAA|Win32
 		{538B76FD-E289-4CF7-A7FF-1ACB429B4F63}.ReleaseOAA|Win32.Build.0 = ReleaseOAA|Win32
-		{538B76FD-E289-4CF7-A7FF-1ACB429B4F63}.SwiftDebug|Win32.ActiveCfg = ReleaseOAA|Win32
-		{538B76FD-E289-4CF7-A7FF-1ACB429B4F63}.SwiftDebug|Win32.Build.0 = ReleaseOAA|Win32
-		{538B76FD-E289-4CF7-A7FF-1ACB429B4F63}.SwiftRelease|Win32.ActiveCfg = ReleaseOAA|Win32
-		{538B76FD-E289-4CF7-A7FF-1ACB429B4F63}.SwiftRelease|Win32.Build.0 = ReleaseOAA|Win32
+		{538B76FD-E289-4CF7-A7FF-1ACB429B4F63}.SwiftDebug|Win32.ActiveCfg = DebugGalaxy|Win32
+		{538B76FD-E289-4CF7-A7FF-1ACB429B4F63}.SwiftDebug|Win32.Build.0 = DebugGalaxy|Win32
+		{538B76FD-E289-4CF7-A7FF-1ACB429B4F63}.SwiftRelease|Win32.ActiveCfg = ReleaseGalaxy|Win32
+		{538B76FD-E289-4CF7-A7FF-1ACB429B4F63}.SwiftRelease|Win32.Build.0 = ReleaseGalaxy|Win32
 		{BB2093E6-97B7-47B1-9F6D-5F7417E69267}.Debug|Win32.ActiveCfg = Debug|Win32
 		{BB2093E6-97B7-47B1-9F6D-5F7417E69267}.Debug|Win32.Build.0 = Debug|Win32
 		{BB2093E6-97B7-47B1-9F6D-5F7417E69267}.DebugGalaxy|Win32.ActiveCfg = Debug|Win32

Modified: trunk/TeamTalk/Configurations/DesktopConfiguration/startlist-desktop.config
===================================================================
--- trunk/TeamTalk/Configurations/DesktopConfiguration/startlist-desktop.config	2007-09-17 15:46:15 UTC (rev 746)
+++ trunk/TeamTalk/Configurations/DesktopConfiguration/startlist-desktop.config	2007-09-17 20:52:20 UTC (rev 747)
@@ -1,4 +1,4 @@
-EXPAND: $GC_HOME ..\..\ExternalLibraries\Galaxy
+EXPAND: $GC_HOME ..\..\Libraries\Galaxy
 EXPAND: $MITRE_ROOT $GC_HOME\contrib\MITRE
 EXPAND: $TEAMTALK ..\..
 EXPAND: $CONFIGURATION $TEAMTALK\Configurations\DesktopConfiguration
@@ -41,7 +41,7 @@
 PROCESS_MONITOR_ARGS: --start
 PROCESS_TITLE: Phoenix
 
-PROCESS: $BIN\Audio_Server.exe -maxconns 6 -sps 16000 -engine_list sphinx_engines.txt
+PROCESS: $BIN\Audio_Server-DEBUG.exe -maxconns 6 -sps 16000 -engine_list sphinx_engines.txt
 PROCESS_MONITOR_ARGS: --start
 PROCESS_TITLE: Audio_Server
 

Modified: trunk/TeamTalk/TeamTalkRun.bat
===================================================================
--- trunk/TeamTalk/TeamTalkRun.bat	2007-09-17 15:46:15 UTC (rev 746)
+++ trunk/TeamTalk/TeamTalkRun.bat	2007-09-17 20:52:20 UTC (rev 747)
@@ -14,7 +14,7 @@
 IF NOT EXIST Agents\Pythia\dist\process_monitor.exe goto Error
 
 cd Configurations\DesktopConfiguration
-..\..\Agents\Pythia\dist\process_monitor.exe startlist-desktop.config
+START ..\..\Agents\Pythia\dist\process_monitor.exe startlist-desktop.config
 cd ..\..
 
 :: Don't display the message that the script was run in the wrong working directory as that was not the case


More information about the TeamTalk-developers mailing list