Hello,
I'm currently working on a program that uses libraw1394, libdc1394 and libdc1394_control. The application is running on openSUSE 10.3. The following packages are installed:
libdc139...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
could you please explain what has happened here?
> Program received signal SIGSEGV, Segmentation fault.
> 0x0804885d in add_token ()
> Current language: auto; currently asm
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I have been told that Debian on an industrial PC with a Comapct flash and without hard disk is not a great idea cause the OS writes often on the main disk and this would hit with flash limited wri...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hey guys:
I'm taking a C programming class. I'm using the MAC OS X terminal and I'm trying to compile just a simple program, but when I put in like:
gcc hello.c
this error comes out: -...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
hi all
i would like to know about cross compilation.
1.what is meant by cross compilation.
2.what is the use and where can we use and can i use it fedora 9.
3.how to do it(step by step)....
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi im looking to creating software for hypnosis under linux and would like to use TTS. Does anyone know of a library with c api similar to SAPI that is on windows. I know about festival but can fi...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
This may seem like a weird question but I am new to linux(ubuntu) and I have noticed that I have no idea how to program it. I write in C and don't even know a header file to start with. I'm mostly...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I want to make a list of all links from an index.html page. All I want is the URL and I'll live with the assumption that there's double quotes around it - for now. Here's what I have so far:
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello World
I'm unexpirienced in X11 programming and now I want to write some small application.
It should create 4 windows and each of them should be displayed on different X server.
Qu...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I've written this today, very easy to use:
http://pastebin.com/m1c430b6a [http://pastebin.com/m1c430b6a]>
Code:
/* PIPES HANDLING CLASS
* written by eXeCuTeR, 19.8.08
* Works only on ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
On page 502 in the book "Advanced Programming in the Unix Environment" by Stevens and Rago,
they have a the following function to help sychronize the parent and
child.
Code:
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I have an application that calls another app and reads its output from stdout and also traps output to stderr too.
It originally used popen and trapped stderr by passing "2>out.err&quo...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I know of two approaches
1) fork, dup2, execl (you can see this approach in minicom or busybox telnet)
2) system(command)
I'm used to going through method #1 but a friend pointed out tha...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
hi
i have a board and i want to compile linux file system and download it on board but i dont
know how i can compile the file system if you have knowledge about this matter please help m...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I have build a POV display 8 X 10 pixels that runs from the parallel
port.
Right now I have a some crude code in 'C' that displays static images.
Would like to interface it with Amarok or Xi...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Code:
#include <stdio.h>
#include <unistd.h>
#include <fcntl.h>
#include <stdlib.h>
void reterm(void)
{
pid_t pid;
if((pid = fork()) < 0) {
fprint...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello all,
I am new to Linux. I am however, quite familiar with C. The other day, a good friend and me were looking through his basement when we found an old computer that was running Linux (...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
The following idioms appear a lot in the book "Advanced Programming in
the Unix Environment" by Stevens and Rago
Code:
int err
sigset_t oldmask;
pthread_t tid;
if ((err =...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi I have written the followinng serial port program. It compiles without errors. During execution the program does not recieve all the characters that I send from another computer thru minicom. M...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
The following question stems from page 329 in book "Advanced Programming in the Unix Environment" by Stevens and Rago.
Near the top, they say
Quote:
Note th...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
When applying a text search with gtk+ 2.0 in a GtkTextView widget using gtk_text_iter_forward_search, the search is always case sensitive. Does anyone know how to change this?
According to al...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Does anyone know free linux application to autodraw UML diagrams from C++ source? Thanks.
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
hi
i want to start module programming but i don't know how;
i write a module Hello-1.c and compile it with a make file but the following Error has appear :
Code:
make -C /lib/modules/...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi to everyone... recently changed to linux and i need some help with this new adventure...
i changed to Linux because everybody told me that is the best OS to make my own programs and stuffs.....
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I am trying to learn C and gtk+ 2.0 and I just wrote a simple program that puts a text file to stdout when a button is pushed.
For some reason, the output from the file leaves an extra line in...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine