Displaying 20 results from an estimated 27 matches for "kdevelop".
Did you mean:
develop
2005 Jun 30
2
Problem with yum/kdevelop?
I've produced a custom rpm for kdevelop 3.0.1. However, yum reinstalls
the original CentOS rpm when I do 'yum update'.
Yum shows the following for kdevelop:
>yum list kdevelop
--------------------------------------------------------------------------------
kdevelop i386 8:2.1.5-12.1...
2007 Mar 08
6
NetBeans IDE 6.0
Hi there !
I came across the NetBeans IDE and also the screencasts.
Here are the links for screencasts:
http://blogs.sun.com/roumen/entry/two_demos_jruby_on_rails
D/L Link :
http://nbi.netbeans.org/m11/download.html
I''m now on Kdevelop and not yet tried NetBeans and its ~80 Mb of D/L.
If any of you had tried it out, do post your views.
-- Arjun.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this g...
2005 May 20
1
Re-2: Samba3 on SCO Openserver
Hi Chris
I made it installing the KDE/KDevelop (SCO Skunkware), but when the configure find gcc, exit with a lot of errors without producing the Makefile! Any idea?
Thanks
> > I have installed the development package (SCO) on my machine so
> > now i have cc.
>
> Why don't you try to find gcc instezad of using SCO's...
2006 Jun 22
18
Ruby on Rails Live CD
...w Ruby on Rails
LiveCD Linux Distribution. http://www.railslivecd.org
The RailsLiveCD offers most of what an average Rails developer needs
right out of the box! That includes :
Ruby 1.8.4
Rails 1.1.2
Capistrano 1.1.0
Mongrel 0.3.13
Rake 0.7.1
Subversion
MySQL 4.1.12
MySQL Administrator
RadRails
KDevelop
Kate
and many many others!
There are a ton of things we haven''t finished or even started yet, but I
think we''re off to a great start.
You can set your computer to boot first from CD and try this Ruby on
Rails specific distribution of Linux without altering your computer at
all...
[PATCH] Use pkg-config (if available) to detect libogg. Fall back to old method if pkg-config fails.
2009 Oct 25
0
[PATCH] Use pkg-config (if available) to detect libogg. Fall back to old method if pkg-config fails.
...ns(+), 4 deletions(-)
create mode 100644 m4/Makefile.am
create mode 100644 m4/extra_pkg.m4
diff --git a/Makefile.am b/Makefile.am
index 4b99faf..91bbed9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,9 +13,9 @@ pkgconfig_DATA = speex.pc speexdsp.pc
EXTRA_DIST = Speex.spec Speex.spec.in Speex.kdevelop speex.m4 speex.pc.in README.blackfin README.symbian README.TI-DSP
#Fools KDevelop into including all files
-SUBDIRS = libspeex include @src@ doc win32 symbian ti
+SUBDIRS = libspeex include @src@ doc win32 symbian ti m4
-DIST_SUBDIRS = libspeex include src doc win32 symbian ti
+DIST_SUBDIRS =...
2006 Aug 06
10
editor recommendation
Hello lsit,
I''am new to rails (about 2 hours) and after the first lines of code
I must say: Great! I love it!
Can someone recommend me a editor? I run Ubuntu Dapper.
Th?ngs
--
Jochen Kaechelin, fvgi242ss, wlanhacking.de
http://mail.wlanhacking.de/cgi-bin/mailman/listinfo
http://www.gissmoh.de - Mein sonstiges Leben!!
2011 Aug 30
5
Wine 1.3.26 no output from linux console to windows console
I have some problems with wineconsole.
2.6.39-gentoo-r3 #1 MSD 2011 x86_64 Intel(R) Xeon(TM) CPU 2.80GHz GenuineIntel GNU/Linux, KDE 4.
Wine 1.3.26,
KDE 4.6,
Xorg 1.10.2
1. No output from linux console to cmd
wineconsole cmd
dir - gives the correct output from the current directory
uptime : empty output, though the program is found and started
uptimenonexistent : File not found
ls -l :
2008 Jul 16
4
yum remove <old kernel pkgs> -- wants to remove a ton of stuff
...i386 3.3.1-2 installed 14 M
kdesdk-devel i386 3.3.1-2 installed 140 k
kdeutils i386 6:3.3.1-2 installed 7.7 M
kdeutils-devel i386 6:3.3.1-2 installed 72 k
kdevelop i386 9:3.1.1-2 installed 37 M
libsane-hpoj i386 0.91-9 installed 61 k
lm_sensors i386 2.8.7-2.40.5 installed 1.5 M
lm_sensors-devel i386 2.8.7-2.40.5 installed 236 k...
2017 May 29
0
[PATCH] Add CMake build script
...TION ${CMAKE_INSTALL_PACKAGEDIR})
+endif()
diff --git a/Makefile.am b/Makefile.am
index dc90415..155f0a9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,7 +11,12 @@ m4data_DATA = speex.m4
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = speex.pc
-EXTRA_DIST = Speex.spec Speex.spec.in Speex.kdevelop speex.m4 speex.pc.in README.blackfin README.symbian README.TI-DSP
+EXTRA_DIST = Speex.spec Speex.spec.in Speex.kdevelop speex.m4 speex.pc.in \
+ README.blackfin README.symbian README.TI-DSP CMakeLists.txt config.h.cmake \
+ $(cmake_files)
+
+cmake_files = cmake/FindOgg.cmake cmake/FindSpeexDsp.cmak...
2009 May 18
3
[LLVMdev] IDE for llvm
Hi,
I am new in the "Linux business" and i need to add an optimization to the
LLVM compiler.
I would like to know what is the bast way to debug (IDE) the LLVM compiler ?
To be more precise, what is the equivalent to Microsoft visual studio on
Linux platform? is it eclipse?
I want features like: syntax highlight, go to def, etc.
Thanks.
-------------- next part --------------
An HTML
2009 May 18
0
[LLVMdev] IDE for llvm
Hello,
Eclipse is pretty good. If you want something with a smaller memory footprint there's always Code::Blocks for C++. It isn't as advanced as Eclipse though.
I don't know if anybody has done the configuration files for LLVM-GCC on those IDEs yet but it should definitely be possible to modify from the standard GCC profiles.
If you find something better, let us know.
--Sam
2009 May 18
1
[LLVMdev] IDE for llvm
...don't know if anybody has done the configuration files for LLVM-GCC
> on those IDEs yet but it should definitely be possible to modify from
> the standard GCC profiles.
The CMake build system should work on linux (since it do work on
windows) and can generate projects for eclipse CDT, KDevelop and
Code::Blocks.
2011 Jul 22
1
[LLVMdev] LLVM IDE
Sir,
I am new to LLVM. Please suggest a good IDE for debugging LLVM.
Yours faithfully,
Adarsh Konchady
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110722/d954d107/attachment.html>
2004 Oct 27
1
"Pipe-read" error running Dev-C++ in Wine
...ran. However, I then tried to compile a much
more complex program, and that program gave the same error, but did not
produce an executable.
So, just wondering if anyone may have any tips / ideas on this? I'd *love*
to be able to run Dev-C++ on Wine, as I find the other IDEs on Linux
(KDevelop etc) a bit intimidating....
Many thanks in advance!
- Andy
2010 May 03
3
gcc?
dear all i have gcc on my centos. I need to make an executable file
from my c code. Can you please let me know what stuff and company do i
need on my centos? Is there any gui like c++/visual c avalable for
centos? Thank you
2007 Jun 06
7
RadRails vs. Textmate
Is there anyone out there can give me a comparison between RadRails/
Aptana and Textmate? I have been using skEdit for all of my general
coding stuff, but I am now looking into getting a new editor for my
Ruby/Rails work. I know that most Mac users swear by Textmate, but I
would really like to hear some comparisons between RadRails, Textmate,
and even skEdit as well.
What your thoughts and
2012 Sep 10
11
Cleanup/build improvement for opus
Hello all,
after FOMS I decided to take a look at the opus library and I found
that I could improve a bit the build system and cleanup the code a
little bit.
Most of the changes to the code has been suggested by my two tools
cowstats and missingstatic (part of the ruby-elf gem if you care).
HTH,
Diego
2005 Aug 09
12
Eclipse with RDT
Has anyone used Eclipse with RDT
(http://wiki.rubyonrails.com/rails/show/RubyDevelopmentTools)? I have
never used Eclipse. Would it be worth my time to setup Eclipse with RDT
to create my first rails project?
2011 Jan 20
13
[Bug 33297] New: X hangs with nouveau and linux kernel 2.6.38-rc1
...have installed following software:
- nouveau DDX driver - from git;
- libdrm - from git;
- linux kernel 2.6.38-rc1;
- xorg - 1.9.2 from debian instalation
And with all this stuff X hangs after some time. I can't realise what is the
cause of these hangs but it happened two times after starting KDevelop 4.0.2.
There is nothing special/extraordinary in dmesg. Actually hangs only X and
graphic subsystem. I can reboot the system with SysRq magic button :) (any
other key combinations don't work) and also I can ssh to my box from other one.
You can find stack trace with which X fails in attached X...
2007 Feb 23
9
IDE for R C++ package writing ?
Dear all,
I have to develop a (hopefully) small package for R in C++.
I didn't code in C++ for some years, and i'm now searching
for an adequate IDE for this task.
Some of my criterions : not proprietary, not too heavy,
open to linux, not java gasworks, still maintained, etc
After looking on several places