Cannot compile 20050830 on Solaris 9

2005-10-22 Thread Rob Done
Ok, Im almost there (or at least alot closer). After editing a source file and a few Makefiles and manually applying several diffs from Robert Lunnons patchkit from different Wine versions (none applicable to 20050830). I got Wine to compile on Solaris 9! Now when running wine, it sits fo

RE: Cannot compile 20050830 on Solaris 9

2005-10-17 Thread rddone
Ok, Im almost there (or at least alot closer). After editing a source file and a few Makefiles and manually applying several diffs from Robert Lunnons patchkit from different Wine versions (none applicable to 20050830). I got Wine to compile on Solaris 9! Now when running wine, it sits for

Re: Cannot compile 20050830 on Solaris 9

2005-10-05 Thread Alexandre Julliard
Rob D <[EMAIL PROTECTED]> writes: > I built gcc with the recommended options, but still getting similar errors > from the assembler pass of winegcc: > > ../../tools/winegcc/winegcc -B../../tools/winebuild -shared > ./d3d8.specbasetexture.o cubetexture.o d3d8_main.o device.o directx.o > draw

Re: Cannot compile 20050830 on Solaris 9

2005-10-04 Thread Rob D
I built gcc with the recommended options, but still getting similar errors from the assembler pass of winegcc: ../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./d3d8.specbasetexture.o cubetexture.o d3d8_main.o device.o directx.o drawprim.o indexbuffer.o resource.o shader.o stat

Re: Cannot compile 20050830 on Solaris 9

2005-10-04 Thread Rob D
At 04:36 AM 10/4/2005, Francois Gouget wrote: On Mon, 3 Oct 2005, Rob D wrote: I have been trying to compile wine from source on Solaris 9 on x86. This has proven to be very frustrating. I had to rename a struct in one of the files in the tools/windump/main.c because of a name clash, but tha

Re: Cannot compile 20050830 on Solaris 9

2005-10-04 Thread Robert Lunnon
On Tuesday 04 October 2005 11:31, Rob D wrote: > The only Solaris 9 binary I could find was from his website at: > http://www.members.optushome.com.au/bobl/ > > The only problem is that it is 20040309, which is over a year and a half > old and it has the RTLD_FIRST problem. > > various combinations

Re: Cannot compile 20050830 on Solaris 9

2005-10-04 Thread Francois Gouget
On Mon, 3 Oct 2005, Rob D wrote: I have been trying to compile wine from source on Solaris 9 on x86. This has proven to be very frustrating. I had to rename a struct in one of the files in the tools/windump/main.c because of a name clash, but that was easy. As a first step, could submit a p

RE: Cannot compile 20050830 on Solaris 9

2005-10-03 Thread Rob D
The only Solaris 9 binary I could find was from his website at: http://www.members.optushome.com.au/bobl/ The only problem is that it is 20040309, which is over a year and a half old and it has the RTLD_FIRST problem. various combinations of symlinking /usr/ccs/bin/as to /opt/sfw/bin/gas and

Re: Cannot compile 20050830 on Solaris 9

2005-10-03 Thread Vincent Béron
Le lun 03/10/2005 à 19:11, Rob D a écrit : > I have been trying to compile wine from source on Solaris 9 on x86. > This has proven to be very frustrating. > > I had to rename a struct in one of the files in the tools/windump/main.c > because of a name clash, but that was easy. > > I am pretty ne

Cannot compile 20050830 on Solaris 9

2005-10-03 Thread Rob D
I have been trying to compile wine from source on Solaris 9 on x86. This has proven to be very frustrating. I had to rename a struct in one of the files in the tools/windump/main.c because of a name clash, but that was easy. I am pretty new to the whole compiling from source thing on Unix, bu