OpenSUSE :: Packages To Setup KDevelop For Programming With Qt?
Mar 22, 2011
I have KDevelop installed it tells me i dont have cmake so i installed one now when i created my project, it says it doesnt find the included Qt libraries i wonder if there is a pattern to install all KDevelop and Qt stuff? I am using openSUSE11.4 KDE isnt KDE built on Qt? how come there is no Qt libraries onboard?
Using: Open SUSE 11.0 64 bit, KDE 3.5.9 (release 49) and KDevelop 3.5.1. Problem: A singleton was created in subproject A, and so an object file is created in subproject A. In subproject B, I want to use that object file. We have not been able to find a way to link that object file created in subproject A with subproject B. Also, the subprojects are in different directories. We created a symbolic link to the ".h" and ".cpp" files in directory A. And the project compiles and links just fine after adding the symbolic link to the header and cpp files in subproject B. My concern is, that two objects of that singleton will be created. The whole idea of making a singleton is so that there is only one instance at a time.
I just installed OpenSUSE 11.3 and I want to use Kdevelop 4.0 for programming in fortran. when I try to start a new project (Project/New from template) I only get the choice between C++ and PHP. What can I do so that I can also use fortran.
I've built a script that should meet the requirements to pass the MMCHECK script written by J. McDaniels and RedDwarf. Save anywhere, call anything, and then (must be run as root):
chmod +x <nameOfFile> ./<nameOfFile> setup|remove Code: #!/bin/bash function addRepo() {
I just upgraded from 11.2 to 11.4 and the installation/upgrade worked just perfect. I than followed the instructions in the "New User How To/FAQ", "Multimedia and restricted format" post. I was following the instruction in the 11.4 section. I added the additional repositories as explained. I then was on the section where it talks about going into software management and selecting the "Packman" repository and clicking to "switch systems packages" to the versions in this repository (packman). I than click this link and the "warning" screen appears and I am present with conflict resolution after conflict resolution dialog. It just seems that there are some many conflicts, it just seems wrong and I canceled.
The installation/upgrade appears to have worked just fine. My mail is there, audio and dvd play back worked the first try after the upgrade. I am not clear if this is what I should expect or their is something wrong or if I even need to complete this step for a successfully installation.
I want to upgrade to 11.04 but I'm extremely scared of breaking my installation. First of all, I have all that experimental Compiz bling installed, does it break anything with Natty's Compiz? It obviously won't work because Natty uses 0.9 while Maverick uses 0.8, but I don't want any dummy plugins or anything. Also, these plugins are way too cool to miss (I just installed them and now I can't live without the extra eye-candy). And what's with my awkward startup settings? I have a compiz --replace --loose-binding command in there and many disabled docks that, in KDE, all launch simultaneously (including Compiz, which renders everything unusable) and completely screw the desktop (I stopped caring about KDE now). Also, my setup feels like my computer's going to blow up any minute while upgrading because of too much dull packages, including gnome-shell which I don't use after all. My computer is, in terms of packages, a complete junkyard! So, is it safe to upgrade with this setup, if yes, tell me the recommended way to do this (CD, update manager?) or if not, how do I scrap that from my updates forever? By the way, will the upgrade also ruin KDE?
I can't find them in the repositories, and don't want to run MS Visual Basic through wine. I'm looking into programming, and really need the highlighting feats of these programs (I know you can program in a simple word editor, but I prefer the help of an advanced program).
Im trying to setup multiple domU through the default bridge setup. I am able to access only one of them through the network at a time. If you ping one of the domU it works perfectly but you cannot ping any of the others until you stop pinging the one and even then it takes a bit before you can. Ive looked around for a while and seen similar problems but nothing ever seems quite the same. Im probably missing something really stupid. Or is this the way the bridge is supposed to behave? Do i need to use a routed virtual network?
I just installed F14 (upgraded from F13), and I wanted to install the PHP plugin for KDevelop, but yum reports no plugin packages. A friend has openSUSE and he found the plugins in the repos. Have the plugins not been packaged for Fedora yet? I just want to know that before I install them from source.
Currently, I am trying to use the Kdevelop4 in linux debian to make some debugging on a simple project. I added the <db.h> in the text editor and it is working. Unfortunately, when I am trying to build an "undefined reference to db_create error". So how to cope such error and where I have to add the searchable link libraries in Kdevelop4.
Kernel 2.6.21.5, slackware 12.0 Kdevelop 3.3.91 writing a C program of a pretty good size and, when I am done compiling, I'll have to begin debugging. I know of dbg, but was thinking in one of those integrated development environments (IDEs). Looking into my HDD, I found a KDevelop package and began to see what it was about. The documentation (help) is copious and it seems I will never get to the point in the docs where I'll know if it serves my purpose. For I'm afraid it is intended to develop appls for KDE, when in reality, my appl runs in a text console. So that is the question. Is KDevelop mainly intended for developing GUI applications?
Trying KDevelop for the first time. I have the free pascal libraries installed, I have KDevelop 3.9.95 installed, I can select java, c+, C#, and so on, but I do not have an option for any pascal.I learned pascal in college, that is why I would like to use it (I know people dont like it, so please refrain from opinions), just looking for help.I tried lazarus, and yes it is nice, reminds me of Delphi, but I take issues with it not finding library paths when they are in the IDE.Would really like to use KDevelop, so if anyone can let me know how to let KDevelop give me options to use the pascal language, that would be great. I have searched through the menus, and cannot find anything that says something like "Insall additional language...".
I have been searching the internet in vain for the names of the packages that provide the following plugins for kdevelop in Debian Squeeze. The missing plugins are preventing me from testing the written programs.
Missing plugins: 1) C++ support 2) kdevcvs 3) make builder 4) output view 5) QtHelp 6) Subversion
The icons representing these plugins are all a question mark. I am assuming that means that they are missing. Needless to say, as it is, kdevelop is useless.
I have KDevelop installed but it doesn't allow me to make a new KDE4 template and searching the Internet has only yeilded headaches. Is it possible or do I have to get an older version?
kdevelop doesn't start in Slackware 13.1. The output just says
Code: ... /usr/bin/kdevelop.bin: symbol lookup error: /usr/lib/qt/plugins/sqldrivers/libqsqlite.so: undefined symbol: sqlite3_open_v2 Relevant packages installed on my system (all unmodified from 13.1): sqlite-3.6.23.1-i486-1 kdevelop-4.0.0-i486-1 qt-4.6.2_2d3d3e5-i486-1
So it's a problem between sqlite and qt(?). Rebuild needed?
After downloading four .bz2 source files containing the sources for kdevelop-4.2.2, I tried to follow Soul Singin' HowTo without success apart from receiving this error:
I tried to install KDevelop4, decided I didn't want to use it, and now I am having trouble getting KDevelop3 working again. The only steps to installing kdevelop4 were installing a new version of kdevplatform and then kdevelop itself. I did this:
The problem is that there is something wrong with the menus (File, Edit, etc). There are many important items missing, as well as one of them says "No text!". This indicates that this is not the original packaged version with F11 because I used it for a year and it was certainly not like this. Is there a better way to get back to the original version than I showed here?
i am new to ubuntu have migrated laptop from centos to ubuntu 9.10 i am customed to kdevelop scripting, i am however unable to install Kdevelop using commandIs there some issue with the respository configuration or kdevelop is not available with ubuntu 9.10.
With new installs of openSuse 11.4 I've hit a printer problem. I can run hp-setup (or hp-toolbox) for the wireless Officejet j6410 and it is recognised. The right driver is selected. Then when I choose add printer it all falls over with the error message: error: Printer queue setup failed. Could not connect to CUPS Server Is user added to "lp" group(s) error: Fax queue setup failed. Please restart CUPS and try again.
The user is added to the lp group. I have this problem with my 64 bit desktop and 32 bit laptop installs of 11.4, it all worked perfectly in 11.2. I've used the Cups web interface to set up the printer now and can print from both machines, but I would prefer to use the hp-toolbox, which has several convenient features. Where do I go from here?
Ubuntu 10.04 lucid. sun-java6-jdk has been dropped from the Multiverse section of the Ubuntu archive. They recommend using openjdk-6 instead. Is there any difference between these 2 packages?
I've got two files. They both contain package names. Is there any way I can go through the package list on one file, and search to see if each package exists in the other file? What I'd want to do, is if the package name is found in the the main file, then go to the next line. If its not found then print that package name to another file.
I know you can use diff, but it doesn't seem to be that straight forward. As I understand it diff searches line by line, so if line one doesn't match line one in another file, then it prints it out. That's not exactly what I want.
I just really need an easy way to filter out the additional packages that exist on a new server. If I have a list of packages that aren't on the original server, then i can just delete them.
Not sure if I've made any sense but there must be a quicker way to do what i need to. It would take me ages to scan manually through the package names in each list, and highlight the ones i dont need.
Now I would like to create a third file which contains only those packages which are present in package-a.txt but NOT in package-b.txt. The file should look like this:
Code:
package2 package4
Note: The world "install" is also to be removed for all packages. Using diff command I could get something like this: