PDA

View Full Version : is there a gui c compiler on knoppix?



someuser77
08-12-2005, 04:19 PM
hello.
i am using Knoppix 3.8.2 from cdrom drive and i would like to know if there is gui c compiler?
something i can check and run the project i made on Visual C under Windows.

UnderScore
08-12-2005, 05:12 PM
Knoppix includes KDevelop http://en.wikipedia.org/wiki/KDevelop http://www.kdevelop.org/index.html?filename=3.2/screenshots2.html
It should be found under the Development menu http://shots.osdir.com/slideshows/167/17.gif
As for compile & run C/C++ code on Knoppix, if you C/C++ code uses any Windows specific MFC or Win32 API calls then it will not run on Knoppix.

someuser77
08-12-2005, 06:10 PM
i dont have "KDevelop (Integrated Development Environment)" on the menu.
if you'll explain me how ( :oops: ) i will upload a screen shot.
Ctrl/Alt+Print wont capture the menu, neither will "import"..

i do have "KDevelop: C/C++ (IDE for C/C++)" but nothing happens when i click it.

UnderScore
08-12-2005, 06:26 PM
yeah I just tried it and it failed.
Instead, open up a konsole command line window. The icon is on the taskbar. In the command line: kdevelop3
Hit the ENTER and it will load up kdevelop.

someuser77
08-12-2005, 06:38 PM
thanks UnderScore! :D
KDevelop is up!