Subject:
|
Re: small patch to build dll on linux
|
Newsgroups:
|
lugnet.robotics.rcx.legos
|
Date:
|
Fri, 6 Sep 2002 23:01:46 GMT
|
Viewed:
|
2327 times
|
| |
| |
This still doesn't work for me. Can you use a similar findstring as the
one in the root Makefile.common? The one that looks like this;
ifneq (,$(findstring $(OSTYPE),cygwin32 cygwin CYGWIN_NT-4.0 CYGWIN_NT-5.0 CYGWIN_NT-5.1 WindowsNT Windows_NT))
J*
On Fri, 6 Sep 2002, Ed Manlove wrote:
> John,
>
> It looks like my patch to catch all WindowsOS broke for Linux. Ooops. I see
> an extra comma in there that should not be there. Could you try the
> following for me (or just remove the comma)?
>
> --- util/Makefile.common.old Thu Sep 5 16:51:27 2002
> +++ util/Makefile.common Thu Sep 5 16:51:36 2002
> @@ -22,7 +22,7 @@
> #
> # Windows/Cygnwin, test against several values:
> #
> -ifneq (,$(findstring $(OSTYPE),cygwin32 cygwin WindowsNT Windows_NT
> CYGWIN))
> +ifneq (,$(findstring $(OSTYPE),cygwin32 cygwin WindowsNT
> Windows_NT)||$(findstring CYGWIN,$(OSTYPE)))
|
|
Message has 1 Reply: | | Re: small patch to build dll on linux
|
| John, There is another one in $(BRICKOS_ROOT)\Make...le.common. It will below the line you comment here but I don't see any typos # # Cygwin 1.1 # ifneq (,$(findstring CYGWIN,$(OSTYPE))) What do you get when you type uname at the prompt? Ed John (...) (22 years ago, 7-Sep-02, to lugnet.robotics.rcx.legos)
|
Message is in Reply To:
| | Re: small patch to build dll on linux
|
| John, It looks like my patch to catch all WindowsOS broke for Linux. Ooops. I see an extra comma in there that should not be there. Could you try the following for me (or just remove the comma)? --- util/Makefile.common.old Thu Sep 5 16:51:27 2002 (...) (22 years ago, 6-Sep-02, to lugnet.robotics.rcx.legos)
|
5 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|