Displaying 20 results from an estimated 90000 matches similar to: "Manage Samba Sources using a Eclipse Project"
2013 Jul 16
0
[LLVMdev] eclipse and gdb
I'm using Eclipse with gdb to develop and debug llvm.
You need to use the "Eclipse IDE for C/C++ Developers<http://www.eclipse.org/downloads/packages/eclipse-ide-cc-developers/keplerr>" version for that (also sometimes called "Eclipse CDT" - CDT is the C++ component), though you can also download any other Eclipse version and just install CDT on top of it. As for
2008 Jun 05
0
Managing Eclipse Plugins
Hi People,
I just wondered  if anyone had an suggestions on how to manage Eclipse 
plugins where RPMS don't exist for the particular plugin.  In this case 
Aptana.  Using the instructions here 
http://www.aptana.com/docs/index.php/Plugging_Aptana_into_an_existing_Eclipse_configuration 
I can install the plugin manually to /usr/share/eclipse so that its 
available to all users on the box.  But
2007 Nov 29
0
R , Eclipse
Hi ! Everybody!
I am learning R, and I installed R on my laptop(OpenSUSE). Because some 
my work was done under Eclipse , so I use the StatET plug-in for 
Eclipse. Most work well,  but when I plot graphics, It can't display the 
picture. Why? How to start te graphic device?
Any ideas on how to solve it was required. Thanks very much!
boyang
2006 Nov 19
0
[743] trunk/wxruby2/: Add ignore for eclipse .project files
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2013 Jul 16
0
[LLVMdev] eclipse and gdb
Hi Reed,
I’ve used Eclipse for a long time to do LLVM development on Linux (both for code navigation/editing and debugging), any recent Linux distribution and version of Eclipse should be fine (even older versions should be good enough as this has been working for many years).
Xcode works fine as well, I started to use Xcode exclusively when I switched to OS X.
The key to make this work is to
2009 Jul 05
0
[LLVMdev] LLVM and Eclipse
Hi Oscar,
On Thu, Jul 2, 2009 at 2:59 PM, Óscar Fuentes<ofv at wanadoo.es> wrote:
>> It might be worth to put an Eclipse CDT project file with relative
>> paths to the header files in the LLVM SVN repository to make it easier
>> for people to use Eclipse in the future (my project files currently
>> contain absolute paths, so they're probably not useful to other
2013 Jul 17
2
[LLVMdev] eclipse and gdb
On 07/16/2013 05:21 AM, Tilmann Scheller wrote:
> Hi Reed,
>
> I’ve used Eclipse for a long time to do LLVM development on Linux (both for code navigation/editing and debugging), any recent Linux distribution and version of Eclipse should be fine (even older versions should be good enough as this has been working for many years).
>
> Xcode works fine as well, I started to use Xcode
2010 Feb 25
1
Including Rcpp in Eclipse C++ project
Hello. I am trying to include R in an eclipse C++ project so that I can use
Rcpp and Rinside. Right now I have R installed on my Ubuntu machine and both
plugins are installed too. I have the directories of the corresponding .so
files set in the Project > Properties > Settings Gcc c++ linker under
Library Search Path. Here is the error that I'm getting when I try to build
my code:
>  
2006 Jun 21
0
Eclipse plugin for R code submit to Rserve available (Alpha)
Hello R-users and developers,
This is the announce of a new Eclipse plugin for R.
It is in its "early" (alpha) stage. It's GPL, source code is provided with the 
plugin. 
The update site is ready for install with eclipse 3.1 at :
http://www.alysis.de/Rsubmit/update/ 
If you're interested, please read the feature list below or go to 
http://www.alysis.de/Rsubmit/
Thanks, 
2013 Jul 16
3
[LLVMdev] eclipse and gdb
On 07/16/2013 05:21 AM, Tilmann Scheller wrote:
> Hi Reed,
>
> I’ve used Eclipse for a long time to do LLVM development on Linux (both for code navigation/editing and debugging), any recent Linux distribution and version of Eclipse should be fine (even older versions should be good enough as this has been working for many years).
>
> Xcode works fine as well, I started to use Xcode
2013 Sep 24
2
[LLVMdev] range-analysis in Function Pass on Eclipse with CMake
Hello,
I currently write my own LLVM (function) pass and intend to use the
following project to enable the use of range analysis information in my
code: https://code.google.com/p/range-analysis/.
Since I use Eclipse (with CMake) to build LLVM I did the following:
1. Provide each subfolder with a CMakeLists.txt 	(add_llvm_loadable_module).
2. Re-create the CMake config (cmake ../llvm -G
2009 Mar 29
3
Eclipse and StatET Howto (also added Subversion, Rtools)
I recently got a RFC on Eclipse and StatET setup from a R-help user, so here
it is.
Note: there may be slight errors of omission in my directions as I am making
these notes after I had a successful install.  If you have questions post
here.
Setup tested with Eclipse 3.4.0 on XP 32-bit and Eclipse 3.4.2 on Vista
32-bit.
R 2.9.0 alpha.
Installing StatET:
1. Go to Help > Software Updates...
2010 Aug 01
1
[LLVMdev] Creating and building LLVM projects with Eclipse CDT on Windows?
I just downloaded LLVM a couple days ago -- I got everything built and
installed quite easily using CMake to generate build files for Eclipse CDT +
MinGW. That much worked like a charm -- but I've spent most of the
intervening time trying to get a simple project set up.  :-P
My goal is to create a project consisting of two main parts:
   - A backend for WDC 65816
   - A frontend including a
2013 Jul 17
1
[LLVMdev] eclipse and gdb
Hi,
I am using Eclipse to edit the files, and I used it to debug with gdb as 
well (but I went back to gdb on the command line, Eclipse GDB UI is just 
too slow and buggy for me ..).
You need to exclude the clang preprocessor/.. stress tests from the 
sources, otherwise the indexer will freeze Eclipse. You should also 
remove some autogenerated CMake project subdirectories, otherwise your 
files
2005 Oct 24
0
R interpreter in Java/R plugin or RCP for Eclipse
I've been enjoying R a lot and want to say thanks to all R developers for a
fantastic stat environment. 
I also am a fan of the Eclipse computing environment, which I've been using
for Java/C(++)/Python. I was researching for an Eclipse plugin for R and
found StatET (http://www.walware.de/goto/statet). That's when I thought
about writing another Eclipse plugin with tighter integration
2009 Jul 02
2
[LLVMdev] LLVM and Eclipse
Tilmann Scheller <tilmann.scheller at googlemail.com> writes:
[snip]
> It might be worth to put an Eclipse CDT project file with relative
> paths to the header files in the LLVM SVN repository to make it easier
> for people to use Eclipse in the future (my project files currently
> contain absolute paths, so they're probably not useful to other
> people).
CMake can
2013 Jul 17
1
[LLVMdev] eclipse and gdb
On Jul 17, 2013, at 1:19 PM, Tilmann Scheller <tscheller at apple.com> wrote:
> I actually never did a build with Eclipse, only used it for code navigation and debugging :)
Actually that’s not really true, I did build with Eclipse from time to time to get all the sources TableGen generates automatically. This is really nice because the source navigation works just fine across handwritten
2009 Jul 02
0
[LLVMdev] LLVM and Eclipse
Hi Patrick,
On Thu, Jul 2, 2009 at 12:17 AM, Patrick Alexander
Simmons<simmon12 at cs.uiuc.edu> wrote:
> Has anyone tried using the Eclipse CDT plugin (or another C++ IDE) to
> develop code in LLVM?  I'm specifically interested in getting code
> completion to work.
I've been sucessfully using the Eclipse CDT with LLVM for quite a
while now. The official releases of Eclipse
2007 Jun 26
0
CentOS5: Eclipse error!
Hello,
   We had a CentOS5 server with Eclipse on it, one of our programmers 
tried to update the Eclipse install (within eclipse) and after a problem
on the update it stop working.
   I tried removing the Eclipse RPMs and eclipse directories, and 
reinstalling it with yum. Now we had this error, on $HOME/workspace/.metadata/.log:
!SESSION 2007-06-25 09:44:00.093
2016 May 20
0
Eclipse (Java) locking issues after upgrade (3.6.23 -> 4.4.3)
On Fri, May 20, 2016 at 12:01:20PM -0400, Luc Lalonde wrote:
> Caused
>  by: java.io.IOException: An error occurred while locking file
> "/home/user/.eclipse/org.eclipse.platform_4.6.0_1664049636_macosx_cocoa_x86_64/configuration/org.eclipse.osgi/.manager/.fileTableLock":
>  "Operation not supported". A common reason is that the file system or
> Runtime