Compiling ERROR.

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Cokes
Newbie
Newbie
Posts: 2
Joined: Fri Nov 28, 2008 12:34 am

Compiling ERROR.

Post by Cokes »

./tools/makedep -C. -S. -T.
make[1]: `makedep' is up to date.
make[2]: Nothing to be done for `all'.
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -DWINE_UNICODE_API="" -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -g -O2 -D__powerpc__ -o port.o port.c
{standard input}:120:Parameter syntax error (parameter 1)
{standard input}:121:Parameter syntax error (parameter 1)
{standard input}:122:Parameter syntax error (parameter 1)
{standard input}:123:Parameter syntax error (parameter 1)
{standard input}:124:Parameter syntax error (parameter 2)
{standard input}:125:Parameter syntax error (parameter 1)
{standard input}:126:Parameter syntax error (parameter 1)
{standard input}:127:Parameter syntax error (parameter 1)
{standard input}:128:Parameter syntax error (parameter 1)
{standard input}:129:Parameter syntax error (parameter 1)
{standard input}:131:Parameter syntax error (parameter 1)
{standard input}:132:Parameter syntax error (parameter 1)
{standard input}:133:Parameter syntax error (parameter 2)
make[2]: *** [port.o] Error 1
make[1]: *** [wine] Error 2
make: *** [libs] Error 2

Compilation failed, aborting install.


Argh! Any help please?

Im running on a Mac OS X PowerPC
Version 10.5

The Wine program im using is Wine 1.1.8

I would appreciate any kinds of help!
Thank you.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Compiling ERROR.

Post by austin987 »

On Thu, Nov 27, 2008 at 11:38 PM, Cokes <[email protected]> wrote:
./tools/makedep -C. -S. -T.
make[1]: `makedep' is up to date.
make[2]: Nothing to be done for `all'.
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -DWINE_UNICODE_API="" -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -g -O2 -D__powerpc__ -o port.o port.c
{standard input}:120:Parameter syntax error (parameter 1)
{standard input}:121:Parameter syntax error (parameter 1)
{standard input}:122:Parameter syntax error (parameter 1)
{standard input}:123:Parameter syntax error (parameter 1)
{standard input}:124:Parameter syntax error (parameter 2)
{standard input}:125:Parameter syntax error (parameter 1)
{standard input}:126:Parameter syntax error (parameter 1)
{standard input}:127:Parameter syntax error (parameter 1)
{standard input}:128:Parameter syntax error (parameter 1)
{standard input}:129:Parameter syntax error (parameter 1)
{standard input}:131:Parameter syntax error (parameter 1)
{standard input}:132:Parameter syntax error (parameter 1)
{standard input}:133:Parameter syntax error (parameter 2)
make[2]: *** [port.o] Error 1
make[1]: *** [wine] Error 2
make: *** [libs] Error 2

Compilation failed, aborting install.


Argh! Any help please?

Im running on a Mac OS X PowerPC
Version 10.5

The Wine program im using is Wine 1.1.8

I would appreciate any kinds of help!
Thank you.





Wine won't work on PowerPC. It _should_ compile, but you won't be able
to run windows apps, which is probably what you want to do.

--
-Austin
Cokes
Newbie
Newbie
Posts: 2
Joined: Fri Nov 28, 2008 12:34 am

Post by Cokes »

Is there anyway I can get a windows app to work on a mac
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Compiling ERROR.

Post by austin987 »

On Sat, Nov 29, 2008 at 2:16 AM, Cokes <[email protected]> wrote:
Is there anyway I can get a windows app to work on a mac





There used to be virtual pc to emulate a pc and install
windows/windows apps, but not sure if it's still around.

--
-Austin
James McKenzie

Compiling ERROR.

Post by James McKenzie »

Cokes wrote:
Is there anyway I can get a windows app to work on a mac

There is an x86 emulator for the PPC Mac, Qemu. However, it is far from
complete. Google for it and you should find a web page or two or it.

James Mckenzie
Locked