You are not logged in.

#1 2007-06-20 14:54:31

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

"No rule to make target" when compiling a C++ program under Winelib

I'm trying to compile a C++ program for Windows using Winelib, and it keeps exiting without doing anything with this message:

make: *** No rule to make target `windows.so', needed by `all'.  Stop.

I don't think there's anything anywhere in the code or the makefile about "windows.so"... What is this about?

Offline

#2 2007-06-20 15:12:21

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: "No rule to make target" when compiling a C++ program under Winelib

You're going to have to provide way more information - what does your project look like? Where did you get it? Did you write the makefile yourself?

Offline

#3 2007-06-20 17:05:14

drakosha
Member
Registered: 2006-01-03
Posts: 253
Website

Re: "No rule to make target" when compiling a C++ program under Winelib

it is certainly makefile problem

Offline

Board footer

Powered by FluxBB