related to Eclipse


 
Thread Tools Search this Thread
Top Forums Programming related to Eclipse
# 1  
Old 02-09-2007
related to Eclipse

I wanted to install similar automake & friends that exist in kdevelop in Eclipse also. There is a project related to this here and the plugins are at Download section. If everyone did it or might do it in the future, I am interested to know how !
If there is somebody else that has another option to automate creation of configuration files and build process I am interested in it also. I mean I must handle at least 80 cpp files per project. It will not be easy.
mihk.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Eclipse for Solaris 11

I downloaded eclipse for x86. However when I try to start it I get the following:- ld.so.1: eclipse: fatal: relocation error: file /usr/lib/firefox//libxul.so: symbol __1cHmozillaJHashBytes6FpkvI_I_: referenced symbol not found Killed This file libxul.so is in /usr/lib/firefox. How do I get my... (6 Replies)
Discussion started by: Tenyhwa
6 Replies

2. Shell Programming and Scripting

need downloading related help...but its not related to unix

Hi All, I am trying to dowmload the zip file "zkManageCustomers.zip " but i dont have access. Can anyone help me to download this file See the below link- http://www.ibm.com/developerworks/opensource/library/wa-aj-open/index.html?ca=drs- Please help me as early as... (1 Reply)
Discussion started by: aish11
1 Replies

3. Solaris

Eclipse for Solaris

i am trying to install weblogic 10.3 but for some component need eclipse from where i can download eclipse and how to install it (2 Replies)
Discussion started by: xxmasrawy
2 Replies

4. HP-UX

Eclipse 3.1 on HP-UX 11i

Hey guys how do you run eclipse on HP-UX 11i? there's a startup.jar and an eclipse file ( which is not an executable ) I get different errors try to run the jar file with different java versions. I have all the possible java vm's installed. (0 Replies)
Discussion started by: binary0x01
0 Replies

5. Programming

problem with eclipse in ubuntu

hello I did install eclipse in ubuntu when I run it its gives me the following message The custom VM you have chosen is not a valid executable. I don't now how to fix it could you please help me with that Problem Solved Thanks All (0 Replies)
Discussion started by: vip_a1
0 Replies

6. Programming

debug with eclipse

Hi, i' m using eclipse 3.2.2 on ubuntu. When i debug a program (C language) i cannot see any variable in the variables view. From the console (debug perspective) i can see the message: no source file named class.c. What is the problem??? thanks (1 Reply)
Discussion started by: littleboyblu
1 Replies

7. Programming

eclipse console

I have a C program which ends when user types ctrl-c. this program works fine from terminal but when i launch it from eclipse i can't terminate it correctly with ctrl-c because the console does not read the ctrl-c input command. Can anyone help me?? Thanks (3 Replies)
Discussion started by: littleboyblu
3 Replies

8. UNIX for Dummies Questions & Answers

How to launch Eclipse in Solaris 10

Hi people, i just installed Eclipse on my Solaris terminal and i can't seem to run it. Currently i am using the SSH Client software to go to my Unix console.I tried to run the command "eclipse -vm <path of java hre>" as directed however i still can't run the application. My Command prompt is... (5 Replies)
Discussion started by: wilsontan
5 Replies

9. UNIX for Advanced & Expert Users

How to link CVS to eclipse...?

Hi All, can any body help me out on conecting CVS to eclipse. Thanks in advance KUSHAGRA (2 Replies)
Discussion started by: kushagrak
2 Replies

10. Solaris

Eclipse launch question

I just bought my first Ultra 20 (Solaris 10) and I would like to know the step by step directions to launch eclipse please. I have unzipped the eclipse folder in my temp directory I am having really hard time launching eclipse from my desktop. (7 Replies)
Discussion started by: saif
7 Replies
Login or Register to Ask a Question
KDEVELOP(1)						      General Commands Manual						       KDEVELOP(1)

NAME
kdevelop - Integrated Development Environment for KDE SYNOPSIS
kdevelop [Qt-options] [KDE-options] [options] file(s) DESCRIPTION
KDevelop is an integrated development environment for KDE. PROGRAM OPTIONS
--profile <profile> Profile to load. --project <project> Project to load. file(s) Files to load. GENERIC OPTIONS
--help Show help about options. --help-qt Show Qt specific options. --help-kde Show KDE specific options. --help-all Show all options. --author Show author information. -v, --version Show version information. --license Show license information. -- End of options. QT OPTIONS
--display <displayname> Use the X-server display `displayname'. --session <sessionId> Restore the application for the given `sessionId'. --cmap Causes the application to install a private color map on an 8-bit display. --ncols <count> Limits the number of colors allocated in the color cube on an 8-bit display, if the application is using the QApplication::ManyColor color specification. --nograb Tells Qt to never grab the mouse or the keyboard. --dograb Running under a debugger can cause an implicit -nograb, use -dograb to override. --sync Switches to synchronous mode for debugging. --fn, --font <fontname> Defines the application font. --bg, --background <color> Sets the default background color and an application palette (light and dark shades are calculated). --fg, --foreground <color> Sets the default foreground color. --btn, --button <color> Sets the default button color. --name <name> Sets the application name. --title <title> Sets the application title (caption). --visual TrueColor Forces the application to use a TrueColor visual on an 8-bit display. --inputstyle <inputstyle> Sets XIM (X Input Method) input style. Possible values are onthespot, overthespot, offthespot and root. --im <XIM server> Set XIM server. --noxim Disable XIM. --reverse Mirrors the whole layout of widgets. KDE OPTIONS
--caption <caption> Use `caption' as name in the titlebar. --icon <icon> Use `icon' as the application icon. --config <filename> Use alternative configuration file. --nocrashhandler Disable crash handler, to get core dumps. --waitforwm Waits for a WM_NET compatible windowmanager. --style <style> Sets the application GUI style. --geometry <geometry> Sets the client geometry of the main widget. SEE ALSO
More detailed user documentation is available from help:/kdevelop (either enter this URL into konqueror, or run `khelpcenter help:/kde- velop'). KDEVELOP(1)