|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Programming/Scripting Questions about programming, bash scripts, perl, php, cron jobs, ruby, python, etc. |
![]() |
|
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
What command did you use to compile?
|
|
||||
|
I just used the build command in Kdevelop I don't know the actual command that was used.
__________________
"We must plan for freedom, and not only for security, if for no other reason than only freedom can make security more secure." Karl Popper |
|
|||
|
I personally have not used Kdevelop, so can't offer much advice there - but I would go ahead and compile with gcc (g++) on the command line and see what happens, it may well just be with Kdevelop. If that is the case, and you are interested, you might want to check out Eclipse.
Lews Therin |
|
||||
|
Compiling with just gcc works fine so the problem has to be with Kdevelop somewhere.
__________________
"We must plan for freedom, and not only for security, if for no other reason than only freedom can make security more secure." Karl Popper |
|
||||
|
If it helps I found out what Kdevelop is running when building the program:
Quote:
__________________
"We must plan for freedom, and not only for security, if for no other reason than only freedom can make security more secure." Karl Popper |
|
|||
|
Hi,
Unfortunately I can't offer any help with Kdevelop, as I have never used it. I would recommend using gcc. I don't use anything but gcc to compile c++ programs, I use Emacs to code them, which I would also highly recommend, as it provides so many keyboard shortcuts and syntax highlighting, which it also provides for Java, HTML, PHP, SQL, Perl... pretty much every programming/scripting language I have used. Anyway, good luck with your programming lessons, feel free to contact me to discuss programming/C++. Regards, Barry. |
|
||||
|
I prefer vi/vim over emacs because the vi commands just feel more natural to me. Yes I did give emacs a try when I converted to Linux and was looking for a text editor, but when I found out about vi I was amazed at how easy it was. Also vi does syntax highlighting so that is covered as well.
__________________
"We must plan for freedom, and not only for security, if for no other reason than only freedom can make security more secure." Karl Popper |
|
||||
|
Turns out KDevelop 3.5.x is doomed to never to work with openSUSE 11.1 because it requires libtool 1.5 but the one in the repos is 2.2.6.
__________________
"We must plan for freedom, and not only for security, if for no other reason than only freedom can make security more secure." Karl Popper |
|
|||
|
The problem with Kdevelop 3 is that no s actively working on it, but Kdevelop 4 is just not stable enough. Until Kdevelop4 is stable enough, I'd recommend using Eclipse or QtCreator if you want something simpler.
Unfortunately I don't know anything about libtool, so I can't help you in finding out the problem with that command. |
![]() |
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|