home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Products
IR Server Suite (IRSS)
Translator timeout when using command line to start macro
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="barnabas1969" data-source="post: 774337" data-attributes="member: 114414"><p>mm,</p><p></p><p>Thank you! I really don't mind learning how to do this myself, and I'm willing to contribute code, ideas, testing, money, or whatever you would like me to contribute. However, as I wrote earlier, I'm not experienced with C#... or SourceForge, or SVN (whatever that is). I would like to learn, but I'm getting very frustrated.</p><p></p><p>I downloaded the source code for IRSS, but the batch files in the "Build" directory don't work for me because I don't have the correct tools. This is even before I attempt to make any changes to the original source code. I presume this has something to do with a "SVN" or my user privileges on SourceForge (I have never used either SourceForge nor an "SVN" in the past, so I really don't know where to start).</p><p></p><p>So... I wrote my own batch file to compile the source... and I get the following error due to missing files that are included via an "include" statement in the source code for IRSS. I've tried to locate these files on SourceForge so I can build the correct directories on my hard drive. However, I can't find the "MediaPortal.Core" directory on SourceForge.</p><p></p><p>Here's the error message I'm getting when I try to build IRSS:</p><p>[CODE]"C:\Users\user.name\Downloads\IRSS\IR Server Suite\IR Server Suite\IR Serv</p><p>er Suite.sln" (Rebuild target) (1) -></p><p>"C:\Users\user.name\Downloads\IRSS\IR Server Suite\IR Server Suite\Applica</p><p>tions\Debug Client\Debug Client.csproj" (Rebuild target) (2) -></p><p>"C:\Users\user.name\Downloads\IRSS\IR Server Suite\IR Server Suite\Common\</p><p>IrssUtils\IrssUtils.csproj" (default target) (4:2) -></p><p>(CoreCompile target) -></p><p> [COLOR="Red"]CSC : error CS2001: Source file 'MediaPortal.Core\Services\Logging\CrashLogge</p><p>rBase.cs' could not be found [C:\Users\user.name\Downloads\IRSS\IR Server</p><p>Suite\IR Server Suite\Common\IrssUtils\IrssUtils.csproj][/COLOR][/CODE]</p><p></p><p>There are other references in the IrssUtils.csproj file to files in the MediaPortal.Core directory, so I assume that the build would get stuck on the next included file if I could get past this first error.</p><p></p><p>I really believe that if I could get past these errors and build the program with the existing code, I would be able to figure out where to go from there (with some help from people who are more experienced, such as you).</p><p></p><p>I recognize the value in learning how to write programs in C# and also the value in learning how to use these tools (SourceForge, SVN's, etc).</p><p></p><p>Is there some software that I need to install on my PC to use a "SVN"???</p><p></p><p>Are there some rights that need to be granted to my SourceForge user in order to download/compile this software???</p><p></p><p>I would really appreciate any information, guidance, and help that you can provide. I fully appreciate the value in learning how to solve a problem myself... with guidance from those who are more experienced. I truly believe that the best way to learn something new is to be immersed into it... with help from someone who will point me to the information that I need to learn for myself... and someone who will not do everything for me. I don't want to be a helpless baby... but I need a little guidance from someone who is patient enough to give me enough information so that I can find the solution, but stops short of giving me the answer.</p><p></p><p>Thanks again for responding to my request! I really appreciate it. I want to make sure you know that I don't intend to be an anchor that holds you down. If I learn enough to write my own code, I will gladly help support the community here.</p><p></p><p>Thank you,</p><p>Brian</p></blockquote><p></p>
[QUOTE="barnabas1969, post: 774337, member: 114414"] mm, Thank you! I really don't mind learning how to do this myself, and I'm willing to contribute code, ideas, testing, money, or whatever you would like me to contribute. However, as I wrote earlier, I'm not experienced with C#... or SourceForge, or SVN (whatever that is). I would like to learn, but I'm getting very frustrated. I downloaded the source code for IRSS, but the batch files in the "Build" directory don't work for me because I don't have the correct tools. This is even before I attempt to make any changes to the original source code. I presume this has something to do with a "SVN" or my user privileges on SourceForge (I have never used either SourceForge nor an "SVN" in the past, so I really don't know where to start). So... I wrote my own batch file to compile the source... and I get the following error due to missing files that are included via an "include" statement in the source code for IRSS. I've tried to locate these files on SourceForge so I can build the correct directories on my hard drive. However, I can't find the "MediaPortal.Core" directory on SourceForge. Here's the error message I'm getting when I try to build IRSS: [CODE]"C:\Users\user.name\Downloads\IRSS\IR Server Suite\IR Server Suite\IR Serv er Suite.sln" (Rebuild target) (1) -> "C:\Users\user.name\Downloads\IRSS\IR Server Suite\IR Server Suite\Applica tions\Debug Client\Debug Client.csproj" (Rebuild target) (2) -> "C:\Users\user.name\Downloads\IRSS\IR Server Suite\IR Server Suite\Common\ IrssUtils\IrssUtils.csproj" (default target) (4:2) -> (CoreCompile target) -> [COLOR="Red"]CSC : error CS2001: Source file 'MediaPortal.Core\Services\Logging\CrashLogge rBase.cs' could not be found [C:\Users\user.name\Downloads\IRSS\IR Server Suite\IR Server Suite\Common\IrssUtils\IrssUtils.csproj][/COLOR][/CODE] There are other references in the IrssUtils.csproj file to files in the MediaPortal.Core directory, so I assume that the build would get stuck on the next included file if I could get past this first error. I really believe that if I could get past these errors and build the program with the existing code, I would be able to figure out where to go from there (with some help from people who are more experienced, such as you). I recognize the value in learning how to write programs in C# and also the value in learning how to use these tools (SourceForge, SVN's, etc). Is there some software that I need to install on my PC to use a "SVN"??? Are there some rights that need to be granted to my SourceForge user in order to download/compile this software??? I would really appreciate any information, guidance, and help that you can provide. I fully appreciate the value in learning how to solve a problem myself... with guidance from those who are more experienced. I truly believe that the best way to learn something new is to be immersed into it... with help from someone who will point me to the information that I need to learn for myself... and someone who will not do everything for me. I don't want to be a helpless baby... but I need a little guidance from someone who is patient enough to give me enough information so that I can find the solution, but stops short of giving me the answer. Thanks again for responding to my request! I really appreciate it. I want to make sure you know that I don't intend to be an anchor that holds you down. If I learn enough to write my own code, I will gladly help support the community here. Thank you, Brian [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Products
IR Server Suite (IRSS)
Translator timeout when using command line to start macro
Contact us
RSS
Top
Bottom