LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 08-05-2005, 07:49 PM   #1
pandorazbox
LQ Newbie
 
Registered: May 2005
Location: Pennsylvania
Distribution: Slackware, SuSE, Fedora Core 3, Lycoris Desktop/LX
Posts: 29

Rep: Reputation: 15
MonoDevelop and KDevelop Help


Hey guys! A few questions that some of you might actually be able to take care of for me (or at least point me in the right direction). I need to have an IDE for C++, C# and VB. Looking through some of the IDEs, I see that KDevelop is great for C++, and MonoDevelop is great for the .NET framework. However, I see that mono is only on rpm packages for SuSE and FedoraCore. I don't feel like going through and dloading those files, doing gzip to unzip, doing installpkg xxxx, then finding where the installation was. Is there a MonoDevelop Slackware package already developed? I found a Brazilian website that had it for Dropline Gnome 2.6, but I'm running KDE (not sure if this will cause problems). So, I installed every file that was listed, but have no clue where it was installed. So I guess a question at this point, is: How do I know where my stuff gets installed to? That is one thing that is perplexing about Linux package installations. With Windows, you get to choose your directory where you install it, and when you install it, it will place an icon on your desktop, and place a quick link on the 'Start' bar. Is this function even available in Linux?

Next problem: I installed KDevelop, but am generating errors. I can load the KDevelop workspace fine. When I create a new project, it crashes, and won't create my project. Therefore, I cannot compile any source code that I create in a .cpp file. Do I need to do removepkg xxxxx and remove that package? I really want to get these IDEs working. The company I work with does C#, VB, HTML, CSS, ASP, ADO, SQL, C++, etc. programming. Our focus however, is in the .NET framework. A coworker said that if I can get .NET to work on Linux, we would switch to Linux instead of Microsoft. But, I need this working.

Any suggestions?

Mike
 
Old 08-05-2005, 10:49 PM   #2
Tino27
Member
 
Registered: Aug 2003
Location: Akron, OH
Distribution: Slackware 14.2-stable, Ubuntu 16.04 LTS
Posts: 401

Rep: Reputation: 30
For Mono, simply use the binary installer, located here ...

http://www.go-mono.com/archive/1.1.8...-installer.bin

However, know that Mono currently supports C#. VB.NET is in the works, I think, but it'll be a while before it is fully supported like C# currently is.
 
Old 08-06-2005, 12:34 AM   #3
pandorazbox
LQ Newbie
 
Registered: May 2005
Location: Pennsylvania
Distribution: Slackware, SuSE, Fedora Core 3, Lycoris Desktop/LX
Posts: 29

Original Poster
Rep: Reputation: 15
I still have to download other packages, right? Or do I just download that installer, and it will grab the necessary files and install them?
 
Old 08-06-2005, 07:29 AM   #4
Tino27
Member
 
Registered: Aug 2003
Location: Akron, OH
Distribution: Slackware 14.2-stable, Ubuntu 16.04 LTS
Posts: 401

Rep: Reputation: 30
As the name "installer.bin" name implies, it installs it all.
 
Old 08-06-2005, 04:43 PM   #5
gargamel
Senior Member
 
Registered: May 2003
Distribution: Slackware, OpenSuSE
Posts: 1,839

Rep: Reputation: 242Reputation: 242Reputation: 242
NetBeans and Eclipse are Java based IDEs that support most of the languages, yet not all the frameworks and platforms you mention. But there is a C# plugin available for Eclipse and C++ is said to be very well supported in NetBeans.

http://www.netbeans.org
http://www.eclipse.org

NetBeans is much more mature than Eclipse, but the latter has huge industry and Open Source community support.

Both are productive tools, provided your machine isn't too low-spec to run Java apps. BTW, while Eclipse is much faster than NetBeans on Windows, thanks to SWT, the Swing based NetBeans is much more responsive on Linux.

My favourite IDE is VIM, BTW. ;-)

gargamel
 
Old 08-06-2005, 04:47 PM   #6
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145

Rep: Reputation: 53
Re: MonoDevelop and KDevelop Help

Quote:
Originally posted by pandorazbox
So, I installed every file that was listed, but have no clue where it was installed. So I guess a question at this point, is: How do I know where my stuff gets installed to? That is one thing that is perplexing about Linux package installations. With Windows, you get to choose your directory where you install it, and when you install it, it will place an icon on your desktop, and place a quick link on the 'Start' bar. Is this function even available in Linux?
Placing a icon and all that depends on the package, it's likely that package would create one but for GNome desktop.
To see the files a package installed, just go to /var/log/packages and open with a editor (or use less) the file that has the package name, it will show you the list of installed files.
 
Old 08-09-2005, 08:08 AM   #7
pandorazbox
LQ Newbie
 
Registered: May 2005
Location: Pennsylvania
Distribution: Slackware, SuSE, Fedora Core 3, Lycoris Desktop/LX
Posts: 29

Original Poster
Rep: Reputation: 15
Well, I got MonoDevelop and KDevelop to install, but none of them work. KDevelop crashes when I try to create a new project, and MonoDevelop just won't load. MonoDevelop installs to /opt/mono-1.1.8.3, but I'm unsure how to get this working. I click the little hammer icon (titled MonoDevelop.Desktop), the hammer shows up beside my cursor, but goes away and poof....no IDE. KDevelop loads, but as I stated before, it will not create a project. Can anyone help me get this working? I'd appreciate it. Thanks!

Mike
 
Old 08-09-2005, 08:31 AM   #8
Tino27
Member
 
Registered: Aug 2003
Location: Akron, OH
Distribution: Slackware 14.2-stable, Ubuntu 16.04 LTS
Posts: 401

Rep: Reputation: 30
Try starting MonoDevelop from the command line (look for the correct command inside the MonoDevelop.Desktop file). This may give you some additional feedback as to why it looks like it is starting, but then doesn't.
 
Old 08-10-2005, 08:18 AM   #9
pandorazbox
LQ Newbie
 
Registered: May 2005
Location: Pennsylvania
Distribution: Slackware, SuSE, Fedora Core 3, Lycoris Desktop/LX
Posts: 29

Original Poster
Rep: Reputation: 15
Well, I reinstalled Slackware (had a ton of programs on it that I just wanted off of there and didn't feel like doing 'removepkg'), and didn't realize it came with KDevelop as standard. Though this is ver. 3.1 and the newest is 3.2, I guess it isn't a major revision, so I can deal with it until a major revision is done to KDevelop.

After I reinstalled Slack, I installed the MonoDevelop.bin file, and it installed successfully. However, it still will not open. So I tried to start it from command line, and it said that my path wasn't set in MOZILLA_FIVE_HOME. I've done some research on the internet, and it looks like this is a common problem. I'm assuming that I just need to set my path to where Mozilla 1.7 is installed. One thing that is uncertain though....where exactly is MOZILLA_FIVE_HOME? Is this set in bashrc?

Thanks,


Mike
 
Old 08-10-2005, 08:57 AM   #10
Tino27
Member
 
Registered: Aug 2003
Location: Akron, OH
Distribution: Slackware 14.2-stable, Ubuntu 16.04 LTS
Posts: 401

Rep: Reputation: 30
Mike --

You are very close now ... I remember having this problem as well. Here is what I did to solve the problem...

I created a script inside the /home/tnoe/mono-1.1.x/bin folder (this is where I installed Mono) called monodevelop-start. The contents of the monodevelop-start script are as follows ...

#!/bin/sh

# First export the right directory
export MOZILLA_FIVE_HOME=/usr/bin/mozilla

# And now start MonoDevelop
/home/tnoe/mono-1.1.6/bin/monodevelop

Thus to start MonoDevelop, I invoke monodevelop-start instead of just monodevleop. Note that once you create this script file, you will have to make it executable by issuing ...

$chmod a+x monodevelop-start

Good luck!
 
Old 08-16-2005, 01:21 PM   #11
pandorazbox
LQ Newbie
 
Registered: May 2005
Location: Pennsylvania
Distribution: Slackware, SuSE, Fedora Core 3, Lycoris Desktop/LX
Posts: 29

Original Poster
Rep: Reputation: 15
Sorry for not responding in a very long time. I had to do some things with work that required a trip to Ohio. I successfully got MonoDevelop working by doing the script. However, I get a ton of warning messages in the Shell whenever the program loads. Is this common with Slackware, or am I missing something? I cannot name all of them, but most are related to Gtk+. Will this affect my programs being built?

Oh, thanks for the help, Tino27.

Thanks,


Mike
 
Old 12-15-2005, 04:41 AM   #12
suguru
Member
 
Registered: Dec 2003
Location: Voluntarily move into diaster relief areas.
Distribution: Upgraded from Suse 10 to Ubuntu.
Posts: 104

Rep: Reputation: 15
U asked 2* where stored. Use sudo find / -iname "*xxx*"

You asked twice where linux was storing things. The path is different
on differend distros.

To find exerywhere mono appears in a file name or folder
Use sudo find / -iname "*mono*"
Iname ignores case in the name.
For big programs things are often stored in
bin sbin usr lib and maybe also in etc

You said you wanted to do VB and other things for your company.
SharpDevelop is suppossed to let you write in boo and translate/generate
VB, C# and other language programs.

Last edited by suguru; 12-15-2005 at 04:44 AM.
 
Old 12-19-2005, 08:19 AM   #13
pandorazbox
LQ Newbie
 
Registered: May 2005
Location: Pennsylvania
Distribution: Slackware, SuSE, Fedora Core 3, Lycoris Desktop/LX
Posts: 29

Original Poster
Rep: Reputation: 15
Frustrations

Well, we develop in Visual Studio .NET 2003, soon to be 2005. Unfortunately, the cost for the MSDN subscription has escalated, and we were thinking of not renewing. But, as we are an integration company and need to develop for Microsoft only products (as a majority of PCs in the Industrial Automation realm are), we decided to stay with Visual Studio .NET for office use. However, I use SharpDevelop at home on my Windows PC. I don't think SharpDevelop is for Linux though, if I'm not mistaken. Hence the reason why I was looking at MonoDevelop for the .NET architecture on Linux.

I guess that is one frustration. Microsoft wants to have MS only products, and releases MS only development tools and architectures, without thinking of the userbase as a whole. It is true that 90% of the PCs on the market are Windows based. However, there are many many servers which are other operating systems (such as Solaris, Linux, OS/2, etc). To me, it is just insane that MS doesn't at least support a runtime for Linux that can at least manipulate the .NET architecture, and release tools to integrate other operating systems into that framework. But hey...I'm no Bill Gates.
 
Old 12-19-2005, 11:47 AM   #14
suguru
Member
 
Registered: Dec 2003
Location: Voluntarily move into diaster relief areas.
Distribution: Upgraded from Suse 10 to Ubuntu.
Posts: 104

Rep: Reputation: 15
Can you develop in Boo on MonoDevelop & translate to VB?

Can you develop in Boo on MonoDevelop & translate to VB on .Net?
Some programmers say this is possible and desirable.
 
Old 12-22-2005, 12:22 PM   #15
pandorazbox
LQ Newbie
 
Registered: May 2005
Location: Pennsylvania
Distribution: Slackware, SuSE, Fedora Core 3, Lycoris Desktop/LX
Posts: 29

Original Poster
Rep: Reputation: 15
hurm...

Well, I'm sure there are ways to convert Boo code into VB.NET. I'm not sure if or how it can be done though.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Getting my hands on Mono and MonoDevelop sduffy89 Linux - General 3 12-15-2005 04:50 AM
MonoDevelop troubles nagromo Linux - Software 1 12-15-2005 04:23 AM
No Monodevelop for testing damienduff Debian 1 08-19-2005 11:12 PM
MonoDevelop gives conflicting results nagromo Linux - Software 0 12-11-2004 02:00 PM
emerge monodevelop problem Jestrik Linux - General 0 09-19-2004 03:30 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 11:11 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration