Bugzilla – Bug 316952
Code will not compile, build, or run in IDE
Last modified: 2007-09-15 21:23:51 UTC
---- Reported by james.muirhead@gmail.com 2005-01-21 07:56:31 MST ---- Please fill in this template when reporting a bug, unless you know what you are doing. Description of Problem: Code will not compile, build, or run in IDE, even a simple "Hello World' app. Nothing shows up in Output window even when intentional complile errors are introduced. Steps to reproduce the problem: 1. Write simple, single class, app with a System.Console.WriteLine("Hello World") output. 2. Press Compile button or select Compile from menu. Nothing happens. 3. Press Run buttion or select Run from menu. Nothing happens. 4. Code compiles and runs fine from command line, i.e. mcs myApp; mono myApp Actual Results: No compilation or running of app. within IDE. No compilation errors shown in output window. Expected Results: Should see "Hello World' in output window. How often does this happen? Every time. Additional Information: SuSe 9.2 Pro. All SuSe rpm's and associated dependencies installed correctly (at least with no errors). All rpm's installed from the console with the -Uvh command line switches. Running on a PIII 500, 512MB ram, GeForce 4 video card. ---- Additional Comments From tberman@off.net 2005-01-21 14:55:24 MST ---- You need xterm to run. Most likely you created a single file. MonoDevelop functions with the concept of projects. Single files are not build/runnable, you need to create a new project. ---- Additional Comments From james.muirhead@gmail.com 2005-01-21 16:13:04 MST ---- In your response to by bug entry you stated "You need xterm to run." Why do I need to run xterm while developing in Mono Develop? Unknown operating system SUSE 9.2. Setting to default OS "Other".