[system-tools] I'm having trouble using libwnck.
- From: Rob Zeller <rob_of_owensboro yahoo com>
- To: system-tools-list gnome org
- Subject: [system-tools] I'm having trouble using libwnck.
- Date: Tue, 3 May 2005 07:32:28 -0700 (PDT)
I am getting a segmentation fault when calling the
linwnck API. I think i may not be linking my program
properly and have not been able to find enough
information on the WEB to figure it out myself.
Here is my program stripped down.
#include <glib.h>
#define WNCK_I_KNOW_THIS_IS_UNSTABLE 1
#include <libwnck/screen.h>
#include <libwnck/window.h>
#include <libwnck/workspace.h>
int main()
{
WnckScreen *Screen;
Screen = wnck_screen_get_default();
return(1);
}
This is how I am building my executable.
gcc workspace.c -o workspace.exe `pkg-config --cflags
--libs libwnck-1.0`
I am a newbie to Linux so please don't assume I know
anything. Thanks in advance.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
[Date Prev][
Date Next] [Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]