Jump to content

Errors when compiling with Winelib


Prince of Kitties

Recommended Posts

I tried compiling OBoE using Winelib because Turbo C++ refuses to install and the demo version of MS Visual C++ is a piece of trash that needs IE. What I got, after converting everything to the right case with winemaker, was about three pages worth of errors, including stuff about missing semicolons and a lot relating to undeclared functions and variables. There's even this:

 

Code:
townout.c:625: error: ‘TRUE’ undeclared (first use in this function)
... What am I missing here? I know it has to be something obvious...
Link to comment
Share on other sites

Hmm, apparently I ran winemaker in the wrong directory. Damn clumsy fingers.

 

So now I get this:

 

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

 

... Apparently this is an issue with the contents of the makefile. Anyone know what I have to put in there to get it to work?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...