Alexandre Julliard wrote:
I think the right way is to get rid of the #ifdefs, but not by pushing
them into the .spec.c file but my making the target a run-time
option. I've been meaning to do this for a while now, I was just
waiting for someone to actually need that feature ;-)
Fantastic! Thos
Eric Frias <[EMAIL PROTECTED]> writes:
> I see two basic ways we can accomplish this. We could either use
> autoconf's --target flag to specify the target architecture, and then
> replace all of the "#ifdef __sparc__" statements in winebuild with
> "#ifdef __target_arch_sparc". I came across an
We're working on setting up an environment to cross-compile a winelib
application (initially from x86 linux to sparc solaris). To do this, we
need a cross-compiling version of winebuild which will generate the
assembly code for the target architecture instead of the build architecture.
I see
On Tue, 24 May 2005 [EMAIL PROTECTED] wrote:
> Hello,
>
> Im trying to compile with winelib the notepad following the steps in the
> user guide.
> When I run the make command, the compiler gives me errors with the .rc
> files.
> Then I try to compile without these files and the compiler gives me
Hello,
Im trying to compile with winelib the notepad following the steps in the
user guide.
When I run the make command, the compiler gives me errors with the .rc
files.
Then I try to compile without these files and the compiler gives me the
next error:
bash-2.03$ make
gcc -c -I. -I/usr/local/i