public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* RE: lesstif 0.79
@ 1997-08-05 21:17 Sergey Okhapkin
  0 siblings, 0 replies; 4+ messages in thread
From: Sergey Okhapkin @ 1997-08-05 21:17 UTC (permalink / raw)
  To: Lists - Cygnus GNU Win32, 'smithj@pobox.com'

Jeffery G. Smith wrote:
> byacc accepts the .y file fine but then gcc barfs with
> 
> gcc  -I. -I../../../include -I./../../../include/Motif-1.2
> -I./../../../lib/Mrm
> 	-I/usr/local/gnuwin32/X11R6.3/include
> 	-g -DLESSTIF_VERBOSE  -Wall -ansi -pedantic -c -o uilparse.o uilparse.c
> y.tab.c: In function `yymalloc':
> y.tab.c:534: warning: implicit declaration of function `malloc'
> y.tab.c: In function `yyrealloc':
> y.tab.c:543: warning: implicit declaration of function `realloc'
> y.tab.c: At top level:
> y.tab.c:553: syntax error before `yygrow'
> y.tab.c:559: syntax error before `if'

Gcc complains about "inline" keyword. Remove it, or remove -ansi and -pedantic command line options.

-- 
Sergey Okhapkin, http://www.lexa.ru/sos
Moscow, Russia
Looking for a job

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: lesstif 0.79
  1997-08-05 14:58 Jeffery G. Smith
  1997-08-05 20:13 ` Stephen P. Green
@ 1997-08-06 23:39 ` David Coe
  1 sibling, 0 replies; 4+ messages in thread
From: David Coe @ 1997-08-06 23:39 UTC (permalink / raw)
  To: smithj; +Cc: Lists - Cygnus GNU Win32

Jeffery G. Smith wrote:
> 
> I swear that someone had posted that lesstif had been ported under b18.
> I was unable to find a reference in the list archives or any info on the
> ported software link at Cygnus.

As they often say on this list (:-) .. it compiles out of the box. My
notes for lesstif-0.79 just say take out -g (otherwise the test set is
**huge**) and -pipe (or gas fails). Seems to work fine on things like
vim.

Best wishes
]
-- 
Dr David Coe			     \=\
58 Fairlawn Drive, East Grinstead     \=\   Tel +44 1342 326860
West Sussex, RH19 1NT, United Kingdom  \=\  Fax +44 1342 316019
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: lesstif 0.79
  1997-08-05 14:58 Jeffery G. Smith
@ 1997-08-05 20:13 ` Stephen P. Green
  1997-08-06 23:39 ` David Coe
  1 sibling, 0 replies; 4+ messages in thread
From: Stephen P. Green @ 1997-08-05 20:13 UTC (permalink / raw)
  To: smithj; +Cc: Lists - Cygnus GNU Win32

Jeffery G. Smith wrote:

> I swear that someone had posted that lesstif had been ported under
> b18.
> I was unable to find a reference in the list archives or any info on
> the
> ported software link at Cygnus.
>
> If anyone knows about this, please send me whatever info you have.
> Everything went reasonably well once I got the X11R6.3 stuff and until
> I
> hit the yacc code.
>
> byacc accepts the .y file fine but then gcc barfs with
>
> gcc  -I. -I../../../include -I./../../../include/Motif-1.2
> -I./../../../lib/Mrm
>         -I/usr/local/gnuwin32/X11R6.3/include
>         -g -DLESSTIF_VERBOSE  -Wall -ansi -pedantic -c -o uilparse.o
> uilparse.c
> y.tab.c: In function `yymalloc':
> y.tab.c:534: warning: implicit declaration of function `malloc'
> y.tab.c: In function `yyrealloc':
> y.tab.c:543: warning: implicit declaration of function `realloc'
> y.tab.c: At top level:
> y.tab.c:553: syntax error before `yygrow'
> y.tab.c:559: syntax error before `if'
> yacc.y:35: warning: `False' defined but not used
> yacc.y:36: warning: `True' defined but not used
> y.tab.c:525: warning: `yyss' defined but not used
> y.tab.c:526: warning: `yyvs' defined but not used
> y.tab.c:527: warning: `yystacksize' defined but not used
> y.tab.c:533: warning: `yymalloc' defined but not used
> y.tab.c:542: warning: `yyrealloc' defined but not used
> gcc: Internal compiler error: program cc1 got fatal signal 33
> make: *** [uilparse.o] Error 1
> -
> For help on using this list (especially unsubscribing), send a message
> to
> "gnu-win32-request@cygnus.com" with one line of text: "help".

   I don't ever remember any ports of LessTif yet, but if anyone is
willing to try it I will gladly and actively support it.  I've been need
this done anyway for quite some time.  If anyone has already done this
or is working on it, please let me know.

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 4+ messages in thread

* lesstif 0.79
@ 1997-08-05 14:58 Jeffery G. Smith
  1997-08-05 20:13 ` Stephen P. Green
  1997-08-06 23:39 ` David Coe
  0 siblings, 2 replies; 4+ messages in thread
From: Jeffery G. Smith @ 1997-08-05 14:58 UTC (permalink / raw)
  To: Lists - Cygnus GNU Win32

I swear that someone had posted that lesstif had been ported under b18. 
I was unable to find a reference in the list archives or any info on the
ported software link at Cygnus.

If anyone knows about this, please send me whatever info you have. 
Everything went reasonably well once I got the X11R6.3 stuff and until I
hit the yacc code.

byacc accepts the .y file fine but then gcc barfs with

gcc  -I. -I../../../include -I./../../../include/Motif-1.2
-I./../../../lib/Mrm
	-I/usr/local/gnuwin32/X11R6.3/include
	-g -DLESSTIF_VERBOSE  -Wall -ansi -pedantic -c -o uilparse.o uilparse.c
y.tab.c: In function `yymalloc':
y.tab.c:534: warning: implicit declaration of function `malloc'
y.tab.c: In function `yyrealloc':
y.tab.c:543: warning: implicit declaration of function `realloc'
y.tab.c: At top level:
y.tab.c:553: syntax error before `yygrow'
y.tab.c:559: syntax error before `if'
yacc.y:35: warning: `False' defined but not used
yacc.y:36: warning: `True' defined but not used
y.tab.c:525: warning: `yyss' defined but not used
y.tab.c:526: warning: `yyvs' defined but not used
y.tab.c:527: warning: `yystacksize' defined but not used
y.tab.c:533: warning: `yymalloc' defined but not used
y.tab.c:542: warning: `yyrealloc' defined but not used
gcc: Internal compiler error: program cc1 got fatal signal 33
make: *** [uilparse.o] Error 1
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1997-08-06 23:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-08-05 21:17 lesstif 0.79 Sergey Okhapkin
  -- strict thread matches above, loose matches on Subject: below --
1997-08-05 14:58 Jeffery G. Smith
1997-08-05 20:13 ` Stephen P. Green
1997-08-06 23:39 ` David Coe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).