wine source code compilation problem

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
sainath
Level 2
Level 2
Posts: 18
Joined: Tue Sep 30, 2008 1:16 am

wine source code compilation problem

Post by sainath »

I want to include libwnck functions in wine code. I used them in code and wrote #include <libwnck/application.h> and compiled the code. It says application.h not found
How can i include libwnck in wine?
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

wine source code compilation problem

Post by austin987 »

On Mon, Nov 17, 2008 at 6:06 AM, sainath <[email protected]> wrote:
I want to include libwnck functions in wine code. I used them in code and wrote #include <libwnck/application.h> and compiled the code. It says application.h not found
How can i include libwnck in wine?





Did you adjust ./configure appropriately?

--
-Austin
Locked