Software :: Install Code - Blocks ?
Jan 24, 2010I'm using ubuntu 9.10 and I would like to install code::blocks.
Here is what I did so far :
I'm using ubuntu 9.10 and I would like to install code::blocks.
Here is what I did so far :
i have installed ubuntu 10.10 marverick, and on it i have installed code: blocks 10.05 and i want to run a program using opencv 2.1.0 in code: blocks.. when i build the program it builds properly without any warning but when i run it it does not show any output....
View 1 Replies View Relatedso I just installed code blocks after clear installing ubuntu 64 everything went fine but when I try to compile and run my .cpp files code::blocks wont do anything I dont get any messages on the build log so I dont understand whats happening I tried looking on the forums and checking other pages such as the one bellow but no luck at all. [URL]
View 1 Replies View RelatedI installed Code:Blocks (8.02 from ubuntu software center) and try to run sample program (at first I tried some program related to OpenCV and configure the project for it).
The Build went OK but I cant Run the program. So I tried the simplest progrma of hello World and still I get the same error even on a clean new project.
The Error: "error while loading shared libraries: cv.so can not open shared object file : No such file or directory"
I'd been using Code::Block IDE for quite a while, but now it won't open. When I try to run it, it says in the panel "Starting Code::Blocks IDE", but no window opens and it disappears from the panel a few seconds later. I've tried reinstalling a few times with no luck.
View 6 Replies View RelatedI just downloaded code::blocks for my c++ class, and I'm not very familiar with the program. I was trying to open a new project, but when it asks me to select a template there are none available. Is there some update or plugin I need to download?
View 3 Replies View RelatedI installed code blocks from .deb files, icon of CB was created but when I click on it to start it, it shows only logo of CB and end, please wehe is error?
View 1 Replies View RelatedI have created an application that has a executable program that loads in a shared object
the shared object loads in another shared object
both of these shared object I have created
For debugging I have been printf'in data to determine what is going on
I now have some odd memory issue, and need a bit more control over debugging...
I have one workspace set up and under my exectuable(will call maintest from now on) I have two items in my link libraries under project build options being soA and soB (so A is the shared object that maintest uses, soB is the SO that soA uses) I also have linker options pthread and ldl
At the beginning of my maintest I do my dlsym and load in each function that I will be using
I always run my program using maintest, because when I have one of the SO as the startup project(turns bold) and try to run it gives me "You must select a host application to run a library"
I tried to set up this host library, i Go to Menu->Project->SetProgramArguments and change the Host Application to the debug version of my maintest
I then hit OK and try to run again but I get the same error: "You must select a host application to run a library"
If I get this part working - which I need help doing, is tehre other steps that need to be taken to debug the so's? or will this make it so when i hit f8 it will run.
I couldn't find a Code::Blocks download for openSUSE 64 bit on their site, does it exist or should I just go with another C++ compiler?
View 5 Replies View RelatedIs there a way to get Code::Blocks to auto-hide the dialogs at the bottom? I can't find an option anywhere.
View 1 Replies View RelatedI am writing a C program which is contains Mysql header files and APIs but it can not compile it and its error is : Quote: undefined reference to
to all of Mysql APIs that I included their headers .In command line I compile my source like this with no problem: Quote: gcc test.c -Wall -o test -lz `mysql_config --cflags --include --libs`
I think code block does not have bold italic part of this command. How can I add this to code block to compile my project or those project that contains Mysql APIs (just my project not all of defined projects that has no relation to mysql APIs)with this gcc flags.
I am writing a C program which is contains Mysql header files and APIs but it can not compile it and its error is :
Quote:
undefined reference to
to all of Mysql APIs that I included their headers .In command line I compile my source like this with no problem:
Quote:
gcc test.c -Wall -o test -lz `mysql_config --cflags --include --libs`
I think code block does not have bold italic part of this command. How can I add this to code block to compile my project or those project that contains Mysql APIs (just my project not all of defined projects that has no relation to mysql APIs)with this gcc flags.
When i open project in code blocks and click build and run, it pop out debug report and exit after that
View 3 Replies View RelatedI ordered a SuSE 11.4 installation DVD from an online Linux Distro distributer that I've used before with no problems. I did this rather than burn my own DVD from the website. I thought that I might perform a fresh install of SuSE 11.4 on this Dell 1420 Laptop that is currently running Ubuntu 11.04.
Note, this is a completely fresh install, not a side-by-side installation with Ubuntu; I followed the installation sequence that completely repartitions the entire disk for SuSE, and accepted all of the suggested options regarding logon, etc.
Everything goes well ... sort of. The first install didn't reboot correctly, i.e., the set-up that is supposed to run after the initial install never happened and I had to manually power-down the machine and restart from the "safe mode." Needless to say, that didn't work as expected. So, I re-install, from scratch, trying different options: for instance, instead of LVM, I decide to have an un-encrypted partition scheme and accept the "obvious" options ... thinking that the LVM options interacted badly with the install. Eventually I get the installation to proceed correctly, or so it appears: it goes though the entire sequence, including the re-boot, building the default image, etc.
I test this image by removing the DVD, power-cycling the machine, and all looks good, so I begin the process of installing software updates, etc. Being paranoid, I re-boot the machine, and all restarts correctly, etc.
Now here's the annoying thing. The next day, I power the machine on, and it locks at the splash screen. By the way, these are the exact symptoms that I experienced with the bogus/incomplete installations. The boot sequence proceeds up to the splash screen and waits forever.
So, in sum: I spent inordinate amounts of time attempting to install this software, carefully following the instructions provided by the installer. In every instance, after leaving the machine off for a day or so and rebooting, I am met with a splash screen that sits forever. Needless to say, I am extremely reluctant to repeat another day of software installation to only have to re-start with no assurances of success. Either I go back to ugly Ubuntu (which has always worked out of the box, by the way), or I look at other options. I was hoping to use SuSE, but I really don't care which distro is on that machine as long as it works and it provides TeX, R, Emacs, Scheme, and a few other software packages that I'm sure are of no interest to your customer base.
I have searched everywhere for the error I am getting which pertains to "E: Sub-process /usr/bin/dpkg returned an error code (1)" I came across this when I was trying to uninstall dovecot through apt. This is what I am doing:
Quote:
# apt-get --purge remove dovecot
Reading package lists... Done
Building dependency tree
Reading state information... Done
[code]....
I have tried the following:
apt-get update
apt-get upgrade
apt-get -f install
apt-get clean
dpkg -P courier-pop-ssl
dkkg --remove courier-pop-ssl
None of these seem to work in efforts to unblock what I am trying to ultimately do, which is uninstall dovecot.
I'm new to fedora and I'm looking for a program that blocks ips from iplists is there anyone like that for fedora 15? and if it's not in yum how do i install it?
View 3 Replies View RelatedThis happened when I was trying to install Ubuntu 11.04 from a disc, when I boot from the USB or CD I create of Ubuntu it gets past the selection menu and then I get stuck at this screen, keyboard is completely frozen, no HDD activity light or anything. This happened the same way when trying to install Ubuntu 10.10 This is an ASUS g60jx laptop, I would have assumed this was fixed by now, is their a special graphic mode I have to enter when installing?
View 6 Replies View RelatedThe debian 5.0.8 ppc cd (regular and xfce) say invalid no of allocation blocks when checked. And when burned and booted with DEBCONF_PRIORITY=low cant load all of the addiotinal installer components, and wont retry. Is the debian cd supposted to be like that or is that a problem with it, i tried burning it twice and it had errors loading installer components both times when i booted them. Are my cds just the problem?
View 3 Replies View RelatedI am not able to install 11.3 x86_64 on an OCZ 120 GB Agility 2 SSD. I receive a system error -3030 when it tries to format the drive. If I use go into rescue mode and either format or partition the drive, the installer crashes.
View 3 Replies View RelatedI need to rewrite the selenium java code into its equivalent php code.
View 5 Replies View RelatedJust installed Fedora 12 on a customers server which has a 64 bit CPU but the kernel installed is the 32 bit version.
How can i get yum to install the 64 bit code?
In what directory do I need to install a tarball containing API libraries in order to import the libraries for programming?I've been trying for a few hours now to get started on my homework - but I need the GLUT api for OpenGL. After attempting to compile a simple test program, I got the error
Code:
glut.h: No such file or directory
First off, I'm not even really sure if OpenGL wasn't included in the original install or if I even need it when programming with GLUT (I truelly am clueless, lol). But after reading as much as I could, I've only been able to deduce that I need to install the API libraries somewhere on my disc.So I found the tarball, and there are special instructions for installing a linux machine. I found instructions saying to install it in the directory /usr/lib/ but is that right for the SUSE distro?Also, if anybody knows anything about GLUT/OpenGL programming + openSUSE11.2.
I am trying to install the tightVNC on my imac.It expects X install; I see that X11 in my utility. I think it is ok, but the instruction states to install it on /usr/bin/. Which is correct?Then I need to have ~JPEG and ~zlib to place in /usr/bin/ or inside of certain folders to use.To make sure it is ok; I put both of them in both of the indicated places. I assume it is going to work.Now, I am suppose to build and install. I am not sure how to do it with the command "xmkmf" and not sure where to run this command.I am doing all of this in terminal.
View 1 Replies View RelatedGive me the code to install php5.1.2 on fedora 9 using yum
View 1 Replies View RelatedIf I low level formatted a drive, then created a partition table, and installed Linuxes with their bootloaders *only* on their root partitions, would the one with the bootable flag set boot?
To put it another way; does the process of creating a partition table using Linux tools put generic code in the MBR?
I am wonder if somebody could take the time to teach me to install or compile a program from source.I have downloaded ZSNES from sourceforge but cannot figure out how to install it from the command prompt or using the package manager.
View 9 Replies View RelatedWhat is the install code for one another browser? either ie (for linux), opeara, or netscape? I want to run this. [URL]It requires the add-in Grease Monkey, which is not compatible with the new FireFox.And why can't I unzip in Linux. Every time i try to open a zip or tarbal, it just errors out. Do I have to run code? What am i missing?
View 1 Replies View RelatedI need an invitation code to be able to install Elive 2.0.I have to evaluate it so I am not going to pay it.So I need an invitation code.I am not able to contact them on IRC.
View 4 Replies View RelatedI recently want to study the source code of linphone, and I should install it on my debian lenny linux first. I can install it by apt-get install linphone without any trouble. but like i said above, and I should install in by source code.well, the configure did not goes wrong, but after I typed "make", errors come to me, I know this is the error about the lib's. but i do not know which one did I miss,any one could tell me what the libs are they when I use the source code compile ????
View 3 Replies View RelatedCan anyone tell me what GNUSTep packages do i need to install to compile objective c code ?
Code:
gnustep-back.i686 0.18.0-4.fc14 fedora
gnustep-base.i686 1.20.1-2.fc14 fedora
gnustep-base-devel.i686 1.20.1-2.fc14 fedora
gnustep-base-doc.noarch 1.20.1-2.fc14 fedora
gnustep-examples.i686 1.3.0-3.fc14.1 updates
[Code]...