Ubuntu :: Run A Program In Code : Blocks

Apr 3, 2011

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


ADVERTISEMENT

Ubuntu :: Code: Blocks Error When Try To Run Program

Nov 30, 2010

I 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"

View 1 Replies View Related

Ubuntu Installation :: Code: Blocks Not Compiling

Jan 25, 2010

so 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 Related

Ubuntu :: Code::Blocks IDE Stopped Working?

Dec 13, 2010

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 Related

Software :: Install Code - Blocks ?

Jan 24, 2010

I'm using ubuntu 9.10 and I would like to install code::blocks.

Here is what I did so far :

View 14 Replies View Related

Ubuntu :: Downloaded Code - Blocks For My C++ - Select A Template There Are None Available

Jan 22, 2010

I 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 Related

Ubuntu Multimedia :: Code Blocks Starts But Not Running 10.04?

Aug 9, 2010

I 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 Related

Ubuntu :: Get Code::Blocks To Auto-hide The Dialogs At The Bottom?

Mar 9, 2011

Is 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 Related

Programming :: Code - Blocks - Shared Object - Debugger ?

Jan 18, 2010

I 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.

View 1 Replies View Related

OpenSUSE :: Couldn't Find A Code::Blocks Download For 64 Bit On Their Site?

Feb 21, 2011

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 Related

Programming :: Add Some Compiler Flags In Code Blocks / IDE For Mysql Headers And APIs?

Jul 9, 2011

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.

View 3 Replies View Related

Programming :: Add Some Compiler Flags In Code Blocks IDE For Mysql Headers And APIs?

Jul 10, 2011

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.

View 2 Replies View Related

OpenSUSE :: When Open Project In Code Blocks And Click Build And Run, It Pop Out Debug Report And Exit After That?

Sep 3, 2011

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 Related

Fedora Security :: Program That Blocks Ips From Iplists / Install It?

Aug 11, 2011

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 Related

Ubuntu :: How To Install Program From Source Code?

Nov 2, 2010

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 Related

Ubuntu :: Program To Write Commands Like Code?

Nov 14, 2010

I'm a noob in Ubuntu. I need the program which will help me to learn different ubuntu commands. I often forget them and after reinstall I don't want to search them in Google. Now I write them in the standard text editor and my code looks like this:

Restore MBR:
Delete GRUB (fixmbr)
Ubuntu terminal then:
sudo apt-get install ms-sys
sudo fdisk -l

[Code]...

View 2 Replies View Related

Software :: Program Which Can Handle QR-Code

Jan 20, 2011

I'm searching for a Linuxprogram which can decode QR-Code. For Windows there is "bctester", but for Linux I only found a Python-module.

QR-Code is kind of a barcode in two dimensions.

View 2 Replies View Related

Software :: Program To Convert C Source Code To Flowchart?

Jul 12, 2010

I've read the threads here and on other forums and searched the web but haven't found a program to fit my desires.

I want to take some existing C source code that is both undocumented and uncommented (definitely not mine)and convert it into a flowchart or other format that is more easily understood.

I've run across many programs of this type for winblows but I don't want that OS on my system regardless of price!

View 2 Replies View Related

Software :: Uninstall Installed Program From Source Code?

May 2, 2010

I install program from source code,how to uninstall it?
I use Yum but not found my program for uninstall.

View 1 Replies View Related

Programming :: Simple Download Scheduler Program Code?

Apr 30, 2010

I have created a simple download schedular with source-code give below :

---------------------record_strokes.sh-------------------
touch /home/student/packs/lynx/logfile
lynx -cmd_log /home/student/packs/lynx/logfile

[code]....

View 10 Replies View Related

General :: How To Program The Command Line To Run A Piece Of Code Multiple Time

Dec 4, 2010

So, I usually write/find a test case generator for any code that I write. This type of code generally leads to some file output. To be thorough, I try and generate many different files to test my code on.

Say the command is like this:

Is there a way to automate this for many different values of the parameters and generate many different files?

I tried:

I wasn't able to use the $i in the filename, and without it the command gave me no errors, but did nothing else either. I know the Unix command line is very powerful, and I have a feeling that this should be possible, but I just don't know how to do it.

View 3 Replies View Related

General :: Follow Directions To Install A Program From Source Code (tar.gz File)?

May 11, 2010

I had Ubuntu for awhile, now I installed Fedora12, I'm trying to follow directions to install a program from source code (tar.gz file) I have the February 2010 issue of Linux Format, and am trying to follow it step by step. I copied gnurobbo off their disk to my desk top, which copied it. Then I did the cd command, then I did the ls command and it didn't show me anything but a line saying desktop and a few other things like pictures movies etc. so I did cd gnurobbo-0.64 and it says no such file. I have been trying this for a few times and I think I'm going crazy.

View 3 Replies View Related

General :: Download Scheduler Program Code Which Creates Multiple Threads Of The Downloading Process?

Apr 30, 2010

I have created a simple download schedular with source-code give below :

---------------------record_strokes.sh-------------------
touch /home/student/packs/lynx/logfile
lynx -cmd_log /home/student/packs/lynx/logfile

[code]....

View 1 Replies View Related

Programming :: Selenium Java Code Into Equivalent Php Code?

Mar 30, 2011

I need to rewrite the selenium java code into its equivalent php code.

View 5 Replies View Related

Ubuntu :: Blocks Appear Instead Of Letters

Jan 31, 2011

When I started the PC like always, it started normal been having issues actually, every time I start up the PC it freezes when I put the password in and its going to the desktop and stuff, then I have to re-start it or it re-starts itself, or just go to where I have to type in the password again, and then it does it again after a while, after 3 or 4 times of that it goes to the desktop normally and works fine, but today it took some time, and after it finally loaded the panel was all odd, everything appeared in block letters, like when Mozilla can't recognize certain language it just shows you blocks, that appears, but I check the system, where images and all that, everything appears normal, it only seems to be the panel.
wondering if its that I need to re-install the panel, or something else, also this odd file appeared too, it says (invalid coding) next to it, when I go to upload an image or something the files there, I wonder if that has something to do, or maybe its just been there who knows (and the freezing part too), anyways, I'm new here so I don't really know if this place was the right place to post this up OTL theres a screenshot in an attachemnt thing (if I put it up, it would appear to big)

View 5 Replies View Related

Security :: Reset Facebook Password,facebook Send A Code To E-mail,this Code Can Be Sniffed By Sniff Software?

Jul 18, 2010

for reset Facebook password,facebook send a code to e-mail,this code can be sniffed by sniff software?

View 2 Replies View Related

Ubuntu Networking :: Firestarter Blocks 192.168.1.1 And 100?

Jul 23, 2010

I have wireless connection between my router and PC. It is the only computer connected. Sometimes Firestarter blocks ports 1900 and 6771 from 192.168.1.100 IP address and sometimes port 68 from 192.168.1.1 IP. I'm a bit confused because 192.168.1.100 is the IP addres i use to open ports in router and 192.168.1.1 is used to access the router settings..

View 7 Replies View Related

Ubuntu :: Wine Blocks Programs?

Nov 5, 2010

I have just started using ubuntu 10.10 and have installed wine, however when I try to run windows programs located in the program file folder of my windows partition they get blockedI have tried changing the permissions to allow then to run as executables but the check box in the permissions tab won't stay checked

View 3 Replies View Related

Ubuntu Networking :: Ufw Blocks IPv6 Connections?

Jan 10, 2011

I've just started using ufw with the frontend gufw. I've configured it like this:

Accept everything in and out as default Block incoming FTP connections from a certain IPv4 address (brute-force for days)

Today I noticed that IPv6 connections don't work anymore. The connection to two hosts (IPv6 only) times out. As soon as I disable ufw entirely, the connections work again. The host I want to connect to is:

2001:638:a00:f00b:200:1cff:fedb:d38f port 7337
2001:638:a00:f00b:a00:6ff:fe07:cda2 port 7337

These are small telnet servers that print out a number (temperature nearby) and close again. I'm logging those values in a database.

Is ufw not IPv6-capable and blocks things it's not supposed to?

Update: ufw seems complete garbage to me... You can't even configure it while it's disabled! How am I supposed to safely activate it when the first thing it does is blocking all communications? I can't even configure it to let me in before I configure it to keep me out... And then, even if I explicitly let it pass port 7337, it still blocks it through IPv6.

View 4 Replies View Related

Ubuntu :: Mobloquer Blocks Email, After Every Boot?

Jan 18, 2011

I have problems with Mobloquer and Thunderbird or Evolution email. (Email is Gmail.)When i log in Ubuntu and open mail, mobloquer block "Google Inc". Okey then i click "Stop blocking this IP"..everything is working BUT when i reboot, same thing and just DIFFERENT "Google Inc" IP to block.What i miss?runehedit:got it solved with this: gksu gedit/etc/blockcontrol/blockcontrol.confIP_REMOVE="Google Inc"

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved