Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.os2.programmer.porting > #223
| Path | csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!news.netfront.net!not-for-mail |
|---|---|
| From | Lewis Rosenthal <lgrosenthal@2-de-sp-am-2rosenthals.com> |
| Newsgroups | comp.os.os2.programmer.porting |
| Subject | Re: Problems building unzip 6.10b |
| Date | Sat, 01 Jun 2013 22:41:48 -0400 |
| Organization | Netfront http://www.netfront.net/ |
| Lines | 57 |
| Message-ID | <koebdf$30ej$1@adenine.netfront.net> (permalink) |
| References | <kodd9t$2fhs$1@adenine.netfront.net> <stfVq7QNr4pc-pn2-ZI2RiSzpzn0S@localhost> <koe9ms$2vfs$1@adenine.netfront.net> |
| NNTP-Posting-Host | 173.71.210.58 |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Content-Transfer-Encoding | 7bit |
| X-Trace | adenine.netfront.net 1370140911 98771 173.71.210.58 (2 Jun 2013 02:41:51 GMT) |
| X-Complaints-To | news@netfront.net |
| NNTP-Posting-Date | Sun, 2 Jun 2013 02:41:51 +0000 (UTC) |
| User-Agent | Mozilla/5.0 (OS/2; Warp 4.5; rv:10.0.12) Gecko/20130108 Firefox/10.0.12 SeaMonkey/2.7.2 |
| In-Reply-To | <koe9ms$2vfs$1@adenine.netfront.net> |
| Xref | csiph.com comp.os.os2.programmer.porting:223 |
Show key headers only | View raw
On 06/01/13 10:12 pm, Lewis Rosenthal thus wrote :
> On 06/01/13 07:30 pm, Andy thus wrote :
>> On Sat, 1 Jun 2013 18:07:55 UTC, Lewis Rosenthal
>> <lgrosenthal@2-de-sp-am-2rosenthals.com> wrote:
>>
>> <snip>
>>> make.exe[1]: Entering directory `J:/devel/unzip610b'
>>> gcc -Zomf -O -I. -c -Wall -DOS2 -DASM_CRC unzip.c
>>> In file included from unzpriv.h:637,
>>> from unzip.h:734,
>>> from unzip.c:69:
>>> /@unixroot/usr/include/ctype.h:42: error: expected declaration
>>> specifiers or '..
>>> .' before '(' token
>>> /@unixroot/usr/include/ctype.h:45: error: expected declaration
>>> specifiers or '..
>>> .' before '(' token
>>> make.exe[1]: *** [unzip.obj] Error 1
>>> make.exe[1]: Leaving directory `J:/devel/unzip610b'
>>> make: *** [gcc] Error 2
>>>
>> <snip>
>> I just reproduced it with my environment I use for building Mozilla.
>> I also decided to try OpenWatcom and it gave slightly different error
>> about expecing a ) and finding a ( but also in ctype.h but I haven't
>> found anything else so far.
>>
> Thanks, guys. I'll give this another go this evening. I'm glad I'm not
> the only one seeing weirdness, here, at least.
>
Ugh...
After hacking a little bit, (following Dave's advice, I removed the:
LDFLAGS2="-Zsmall-conv -Zstack 320 -Zsys -s" \
line completely, but there's still something which is passing these
params, as I keep bumping into stuff mentioning that string.
Further, I get a mess of stuff happening in os2acls.c (which is included
from os2.c, and deals with handling LAN Server ACLs). My head's not in
it, at least not until I pull 6.0 and give that a go to try to determine
whether there's just something with 6.10 which is causing the confusion.
Thanks again for the help, and for confirming that I'm not alone in what
I'm seeing. ;-)
--
Lewis
-------------------------------------------------------------
Lewis G Rosenthal, CNA, CLP, CLE, CWTS
Rosenthal & Rosenthal, LLC www.2rosenthals.com
Need a managed Wi-Fi hotspot? www.hautspot.com
visit my IT blog www.2rosenthals.net/wordpress
-------------------------------------------------------------
--- news://freenews.netfront.net/ - complaints: news@netfront.net ---
Back to comp.os.os2.programmer.porting | Previous | Next — Previous in thread | Next in thread | Find similar
Problems building unzip 6.10b Lewis Rosenthal <lgrosenthal@2-de-sp-am-2rosenthals.com> - 2013-06-01 14:07 -0400
Re: Problems building unzip 6.10b Dave Yeo <dave.r.yeo@gmail.com> - 2013-06-01 12:07 -0700
Re: Problems building unzip 6.10b "Andy" <abwillis1@yahoo.com> - 2013-06-01 23:30 +0000
Re: Problems building unzip 6.10b Lewis Rosenthal <lgrosenthal@2-de-sp-am-2rosenthals.com> - 2013-06-01 22:12 -0400
Re: Problems building unzip 6.10b Lewis Rosenthal <lgrosenthal@2-de-sp-am-2rosenthals.com> - 2013-06-01 22:41 -0400
Re: Problems building unzip 6.10b Dave Yeo <dave.r.yeo@gmail.com> - 2013-06-01 20:12 -0700
Re: Problems building unzip 6.10b Dave Yeo <dave.r.yeo@gmail.com> - 2013-06-01 20:10 -0700
Re: Problems building unzip 6.10b Lewis Rosenthal <lgrosenthal@2-de-sp-am-2rosenthals.com> - 2013-06-03 22:28 -0400
Re: Problems building unzip 6.10b Lewis Rosenthal <lgrosenthal@2-de-sp-am-2rosenthals.com> - 2013-06-04 00:28 -0400
Re: Problems building unzip 6.10b Dave Yeo <dave.r.yeo@gmail.com> - 2013-06-03 23:28 -0700
Re: Problems building unzip 6.10b Dave Yeo <dave.r.yeo@gmail.com> - 2013-06-03 23:50 -0700
Re: Problems building unzip 6.10b Lewis Rosenthal <lgrosenthal@2-de-sp-am-2rosenthals.com> - 2013-06-04 13:21 -0400
Re: Problems building unzip 6.10b Dave Yeo <dave.r.yeo@gmail.com> - 2013-06-04 19:33 -0700
Re: Problems building unzip 6.10b Lewis Rosenthal <lgrosenthal@2-de-sp-am-2rosenthals.com> - 2013-06-05 01:18 -0400
Re: Problems building unzip 6.10b "Andy" <abwillis1@yahoo.com> - 2013-06-04 17:14 +0000
Re: Problems building unzip 6.10b Lewis Rosenthal <lgrosenthal@2-de-sp-am-2rosenthals.com> - 2013-06-04 13:23 -0400
Re: Problems building unzip 6.10b "Andy" <abwillis1@yahoo.com> - 2013-06-04 20:50 +0000
Re: Problems building unzip 6.10b Lewis Rosenthal <lgrosenthal@2-de-sp-am-2rosenthals.com> - 2013-06-04 17:12 -0400
csiph-web