From chconley at WPI.EDU Mon Jan 10 22:40:08 2011 From: chconley at WPI.EDU (Conley, Christopher Harold) Date: Mon, 10 Jan 2011 22:40:08 -0500 Subject: [Olympus developers 274]: Olympus Issue: OlympusBuild.pm Message-ID: <0A2ACA4D5B53FA40B2CD3281973B5131050E03B2@S281.admin.wpi.edu> Hello, My name is Christopher Conley and I am a student and Worcester Polytechnic Institute. I am currently having issues building and installing Olympus. Any guidance you could provide would be most appreciated! I have all of the required prerequisites installed and the installation runs up until these errors below: Here is the compiler output: 1>------ Build started: Project: DTMFEngine, Configuration: Release Win32 ------ 2>------ Build started: Project: Kalliope, Configuration: SAPIRelease Win32 ------ 2>Compiling... 1>Linking... 2>cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release 2>sock.c 1>dtmfdecoder.lib(DTMFDecoder.obj) : error LNK2019: unresolved external symbol __imp___E__pr_warn referenced in function _dtmf_uttproc_end 1>dtmfdecoder.lib(DTMFDecoder.obj) : error LNK2019: unresolved external symbol __imp___E__pr_header referenced in function _dtmf_uttproc_end 1>Release\DTMFEngine.exe : fatal error LNK1120: 2 unresolved externals 1>Build log was saved at "file://c:\Talkie\olympus\Agents\MultiDecoder\DTMFEngine\Release\BuildLog.htm" 1>DTMFEngine - 3 error(s), 0 warning(s) 2>.\sock.c : error C2471: cannot update program database 'c:\talkie\olympus\agents\kalliope\sapirelease\vc90.pdb' 2>.\sock.c(385) : fatal error C1903: unable to recover from previous error(s); stopping compilation 2>Build log was saved at "file://c:\Talkie\olympus\Agents\Kalliope\SAPIRelease\BuildLog.htm" 2>Kalliope - 2 error(s), 1 warning(s) ========== Build: 0 succeeded, 2 failed, 22 up-to-date, 0 skipped ========== The version of VS2008 I am running is Microsoft Visual Studio 2008 Professional Edition v9.0.21022.8 RTM One thing I need mention: I had to make some small changes to the OlympusBuild.pm file in order for it to execute. There were some pathing issues when it attempted to locate the install directory for Visual Studio 2008 (the 'InstallDir' registry entry doesn't exist- I went over my registry with a fine tooth comb) so I had to manually path it out within the file, and there was another pathing issue with the SAPI samples directory. I am attaching my modified version of OlympusBuild.pm (both subroutines that I changed are commented) for you as well. Thank you for your time and consideration, Christopher H. Conley chconley at wpi.edu -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: OlympusBuild.pm Url: http://mailman.srv.cs.cmu.edu/pipermail/olympus-developers/attachments/20110110/40db4816/OlympusBuild.ksh From georgios89 at gmail.com Tue Jan 18 06:39:48 2011 From: georgios89 at gmail.com (Georgios Grigoriadis) Date: Tue, 18 Jan 2011 11:39:48 +0000 Subject: [Olympus developers 275]: run meeting line Message-ID: Hi, I am new to the area and I would like to ask a simple question. My project is to build a simple dialogue system using olympus. I have downloaded the example of meeting line in order to start learning. When i run SystemRun.bat in order to run the system i get the message "Please set the OLYMPOUS_ROOT environment variable." What should i do? Sorry for the stupid question Thank you, Georgios -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.srv.cs.cmu.edu/pipermail/olympus-developers/attachments/20110118/0fe64d3a/attachment.html From tkharris at gmail.com Tue Jan 18 07:46:32 2011 From: tkharris at gmail.com (Thomas Harris) Date: Tue, 18 Jan 2011 07:46:32 -0500 Subject: [Olympus developers 276]: Re: run meeting line In-Reply-To: References: Message-ID: <024C90CE-C028-484F-9CF2-F30DD0B1B0DB@gmail.com> You will need to first download and build Olympus before you can build the systems. The Olympus build will set the environment variable. -Thomas On Jan 18, 2011, at 6:39, Georgios Grigoriadis wrote: > Hi, > > I am new to the area and I would like to ask a simple question. > My project is to build a simple dialogue system using olympus. I have downloaded the example of meeting line in order to start learning. > When i run SystemRun.bat in order to run the system i get the message "Please set the OLYMPOUS_ROOT environment variable." > What should i do? > > Sorry for the stupid question > > Thank you, > Georgios From gparent at cs.cmu.edu Tue Jan 18 13:22:25 2011 From: gparent at cs.cmu.edu (Gabriel Parent) Date: Tue, 18 Jan 2011 13:22:25 -0500 (EST) Subject: [Olympus developers 277]: Olympus and Windows Server 2003 Message-ID: <46797.98.141.131.17.1295374945.squirrel@webmail.cs.cmu.edu> All, anybody have experience with Olympus and something else than Windows XP? I'd like to use Amazon EC2, which doesn't natively support Windows XP so far. They do offer Windows Server 2003. What are your thoughts on how much work would be needed to make it work on there? Cheers, Gabriel From tkharris at gmail.com Tue Jan 18 13:40:56 2011 From: tkharris at gmail.com (Thomas Harris) Date: Tue, 18 Jan 2011 13:40:56 -0500 Subject: [Olympus developers 278]: Re: Olympus and Windows Server 2003 In-Reply-To: <46797.98.141.131.17.1295374945.squirrel@webmail.cs.cmu.edu> References: <46797.98.141.131.17.1295374945.squirrel@webmail.cs.cmu.edu> Message-ID: It work with Windows 7, FYI. If nobody knew better and I had to guess I would guess that it would work fine. It's possible that some of the build would fail because of the way it automatically searches for support programs and libraries, which might be a bit brittle. Thanks, -Thomas On Tue, Jan 18, 2011 at 1:22 PM, Gabriel Parent wrote: > All, > > anybody have experience with Olympus and something else than Windows XP? > I'd like to use Amazon EC2, which doesn't natively support Windows XP so > far. They do offer Windows Server 2003. What are your thoughts on how > much work would be needed to make it work on there? > > Cheers, > Gabriel > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.srv.cs.cmu.edu/pipermail/olympus-developers/attachments/20110118/9008b688/attachment-0001.html From tkharris at gmail.com Tue Jan 18 13:49:41 2011 From: tkharris at gmail.com (Thomas Harris) Date: Tue, 18 Jan 2011 13:49:41 -0500 Subject: [Olympus developers 279]: ec2 image Message-ID: Gabriel, BTW, an ec2 image would be a great idea. You can make those public, right? Then you would have Olympus-in-a-can. Someone could use it without having to worry about all the dependencies. -Thomas -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.srv.cs.cmu.edu/pipermail/olympus-developers/attachments/20110118/d2d2005d/attachment.html From bfrisch at cs.cmu.edu Tue Jan 18 19:54:53 2011 From: bfrisch at cs.cmu.edu (Benjamin Frisch) Date: Tue, 18 Jan 2011 18:54:53 -0600 Subject: [Olympus developers 280]: Re: Olympus and Windows Server 2003 In-Reply-To: References: <46797.98.141.131.17.1295374945.squirrel@webmail.cs.cmu.edu> Message-ID: Hi Gabriel, Windows Server 2003 is basically the server version of Windows xp so it should probably work fine. Let me know if there are any build errors with the 2.5 branch. Ben On Tue, Jan 18, 2011 at 12:40 PM, Thomas Harris wrote: > It work with Windows 7, FYI. If nobody knew better and I had to guess I > would guess that it would work fine. It's possible that some of the build > would fail because of the way it automatically searches for support programs > and libraries, which might be a bit brittle. > > Thanks, > -Thomas > > On Tue, Jan 18, 2011 at 1:22 PM, Gabriel Parent wrote: > >> All, >> >> anybody have experience with Olympus and something else than Windows XP? >> I'd like to use Amazon EC2, which doesn't natively support Windows XP so >> far. They do offer Windows Server 2003. What are your thoughts on how >> much work would be needed to make it work on there? >> >> Cheers, >> Gabriel >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.srv.cs.cmu.edu/pipermail/olympus-developers/attachments/20110118/068c6b67/attachment.html From bfrisch at cs.cmu.edu Wed Jan 19 01:23:11 2011 From: bfrisch at cs.cmu.edu (Benjamin Frisch) Date: Wed, 19 Jan 2011 00:23:11 -0600 Subject: [Olympus developers 281]: Re: Olympus Issue: OlympusBuild.pm In-Reply-To: <0A2ACA4D5B53FA40B2CD3281973B5131050E03B2@S281.admin.wpi.edu> References: <0A2ACA4D5B53FA40B2CD3281973B5131050E03B2@S281.admin.wpi.edu> Message-ID: Hello, Sorry it took so long to get back to you. I finally got some time to take a look at this. I fixed some issues with building the 2.5 branch in the past few days and the build seems to complete successfully for me with Visual Studio 2005 again. One fixed issue included adding support for detecting the new Windows 7 SDK v7.1 release, so that should fix the first OlympusBuild.pm issue. The lack of the registry entry for Visual Studio might be related to Visual Studio 2008 not executing its first run procedure. Could you just open the Visual Studio 2008 Development Environment and see if the registry entry is written then? In addition, could you do an SVN update of your Olympus 2.5 branch checkout, run OlympusRebuild.pl, and let me know what happens. In the meantime I'll try to get a Visual Studio 2008 installation setup again. Thanks, Ben Frisch On Mon, Jan 10, 2011 at 9:40 PM, Conley, Christopher Harold < chconley at wpi.edu> wrote: > > > Hello, > > My name is Christopher Conley and I am a student and Worcester Polytechnic > Institute. I am currently having issues building and installing Olympus. Any > guidance you could provide would be most appreciated! I have all of the > required prerequisites installed and the installation runs up until these > errors below: > > Here is the compiler output: > > > 1>------ Build started: Project: DTMFEngine, Configuration: Release Win32 > ------ > > 2>------ Build started: Project: Kalliope, Configuration: SAPIRelease Win32 > ------ > > 2>Compiling... > > 1>Linking... > > 2>cl : Command line warning D9035 : option 'Wp64' has been deprecated and > will be removed in a future release > > 2>sock.c > > 1>dtmfdecoder.lib(DTMFDecoder.obj) : error LNK2019: unresolved external > symbol __imp___E__pr_warn referenced in function _dtmf_uttproc_end > > 1>dtmfdecoder.lib(DTMFDecoder.obj) : error LNK2019: unresolved external > symbol __imp___E__pr_header referenced in function _dtmf_uttproc_end > > 1>Release\DTMFEngine.exe : fatal error LNK1120: 2 unresolved externals > > 1>Build log was saved at > "file://c:\Talkie\olympus\Agents\MultiDecoder\DTMFEngine\Release\BuildLog.htm" > > 1>DTMFEngine - 3 error(s), 0 warning(s) > > 2>.\sock.c : error C2471: cannot update program database > 'c:\talkie\olympus\agents\kalliope\sapirelease\vc90.pdb' > > 2>.\sock.c(385) : fatal error C1903: unable to recover from previous > error(s); stopping compilation > > 2>Build log was saved at > "file://c:\Talkie\olympus\Agents\Kalliope\SAPIRelease\BuildLog.htm" > > 2>Kalliope - 2 error(s), 1 warning(s) > > ========== Build: 0 succeeded, 2 failed, 22 up-to-date, 0 skipped > ========== > > > > > > The version of VS2008 I am running is Microsoft Visual Studio 2008 > Professional Edition v9.0.21022.8 RTM > > One thing I need mention: I had to make some small changes to the > OlympusBuild.pm file in order for it to execute. There were some pathing > issues when it attempted to locate the install directory for Visual Studio > 2008 (the 'InstallDir' registry entry doesn't exist- I went over my registry > with a fine tooth comb) so I had to manually path it out within the file, > and there was another pathing issue with the SAPI samples directory. I am > attaching my modified version of OlympusBuild.pm (both subroutines that I > changed are commented) for you as well. > > Thank you for your time and consideration, > > > > Christopher H. Conley > chconley at wpi.edu > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.srv.cs.cmu.edu/pipermail/olympus-developers/attachments/20110119/192b3fbd/attachment.html From ramraj at cs.wisc.edu Sat Jan 22 12:26:43 2011 From: ramraj at cs.wisc.edu (ramraj@cs.wisc.edu) Date: Sat, 22 Jan 2011 11:26:43 -0600 Subject: [Olympus developers 282]: a doubt regarding MyBus System Message-ID: <0dced471c2c0f961c48b4c3c4c4e37e6.squirrel@webmail.cs.wisc.edu> Hi, I am running your MyBus tutorial system and I am stuck in this error by Ravenclaw, [COR at 22:23:02.099 (8770)] Executing dialog agent /MyBus/PerformTask/ProcessQuery/ExecuteBackendCall [User:-1] [FATAL_ERROR at 22:23:02.168 (8839)] Cannot perform conversion to new_result from string (dump below). { departure_time route failed 1 arrival_time } . Do you have any ideas? Thanks, Raj. From georgios89 at gmail.com Tue Jan 25 09:18:40 2011 From: georgios89 at gmail.com (Georgios Grigoriadis) Date: Tue, 25 Jan 2011 14:18:40 +0000 Subject: [Olympus developers 283]: Olympus configuration Message-ID: Hi again, I have built the olympus agents and now i am trying to run the meeting line example. The problem is that when i run the systemRun.bat in the meeting line directory, only the backend, meetinglinenlg and amswitcher agents are functioning. Can you suggest what i have done wrong and give me a solution? Thank you in advance, Georgios -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.srv.cs.cmu.edu/pipermail/olympus-developers/attachments/20110125/949162ab/attachment.html