public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Flex lexer compilation problem
@ 1999-09-21  1:34 Alexandre JANNETA
  1999-09-30 23:42 ` Alexandre JANNETA
  0 siblings, 1 reply; 2+ messages in thread
From: Alexandre JANNETA @ 1999-09-21  1:34 UTC (permalink / raw)
  To: 'cygwin@sourceware.cygnus.com'

I get the following error message when I compile the lex.intp.cpp file which
is
a C file generated by Flex on an NT 4.0 workstation with the MS Visual C++
6.0.
Is any succeded to compile a Flex Lexer with MS Visual C++ 6.0 ?

--------------------Configuration: rekkwin20 - Win32
Debug--------------------
Compiling...
lex.intp.cpp
c:\winnt\profiles\rebeca\bureau\kernel\rebkwin2.0\rebkwin20\include\unistd.h
(15) : error C2733: second C 
linkage of overloaded function '_exit' not allowed
 
c:\winnt\profiles\rebeca\bureau\kernel\rebkwin2.0\rebkwin20\include\unistd.h
(15) : see declaration of 
'_exit'
c:\winnt\profiles\rebeca\bureau\kernel\rebkwin2.0\rebkwin20\include\unistd.h
(61) : error C2733: second C 
linkage of overloaded function 'swab' not allowed
 
c:\winnt\profiles\rebeca\bureau\kernel\rebkwin2.0\rebkwin20\include\unistd.h
(61) : see declaration of 
'swab'
c:\winnt\profiles\rebeca\bureau\kernel\rebkwin2.0\rebkwin20\include\unistd.h
(66) : error C2733: second C 
linkage of overloaded function 'unlink' not allowed
 
c:\winnt\profiles\rebeca\bureau\kernel\rebkwin2.0\rebkwin20\include\unistd.h
(66) : see declaration of 
'unlink'
c:\winnt\profiles\rebeca\bureau\kernel\rebkwin2.0\rebkwin20\include\unistd.h
(78) : error C2733: second C 
linkage of overloaded function '_unlink' not allowed
 
c:\winnt\profiles\rebeca\bureau\kernel\rebkwin2.0\rebkwin20\include\unistd.h
(78) : see declaration of 
'_unlink'
Error executing cl.exe.

lex.intp.obj - 4 error(s), 1 warning(s)
Cordialement 
		
Jean-Yves PIQUET

----------------------------------------------------------------------------
	EPSILON Ingenierie	|     Jean-Yves PIQUET
	California - Voie 5	|     
	BP 653			|     Tel:	(33) 05 61 00 19 19
	31319 Labege Cedex	|     Fax:	(33) 05 61 39 99 16
	France			|     E-mail:	Jean-Yves.Piquet@epsilon.fr
----------------------------------------------------------------------------
 


------------- End Forwarded Message -------------


Cordialement 
		
Jean-Yves PIQUET

----------------------------------------------------------------------------
	EPSILON Ingenierie	|     Jean-Yves PIQUET
	California - Voie 5	|     
	BP 653			|     Tel:	(33) 05 61 00 19 19
	31319 Labege Cedex	|     Fax:	(33) 05 61 39 99 16
	France			|     E-mail:	Jean-Yves.Piquet@epsilon.fr
----------------------------------------------------------------------------
 


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Flex lexer compilation problem
  1999-09-21  1:34 Flex lexer compilation problem Alexandre JANNETA
@ 1999-09-30 23:42 ` Alexandre JANNETA
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre JANNETA @ 1999-09-30 23:42 UTC (permalink / raw)
  To: 'cygwin@sourceware.cygnus.com'

I get the following error message when I compile the lex.intp.cpp file which
is
a C file generated by Flex on an NT 4.0 workstation with the MS Visual C++
6.0.
Is any succeded to compile a Flex Lexer with MS Visual C++ 6.0 ?

--------------------Configuration: rekkwin20 - Win32
Debug--------------------
Compiling...
lex.intp.cpp
c:\winnt\profiles\rebeca\bureau\kernel\rebkwin2.0\rebkwin20\include\unistd.h
(15) : error C2733: second C 
linkage of overloaded function '_exit' not allowed
 
c:\winnt\profiles\rebeca\bureau\kernel\rebkwin2.0\rebkwin20\include\unistd.h
(15) : see declaration of 
'_exit'
c:\winnt\profiles\rebeca\bureau\kernel\rebkwin2.0\rebkwin20\include\unistd.h
(61) : error C2733: second C 
linkage of overloaded function 'swab' not allowed
 
c:\winnt\profiles\rebeca\bureau\kernel\rebkwin2.0\rebkwin20\include\unistd.h
(61) : see declaration of 
'swab'
c:\winnt\profiles\rebeca\bureau\kernel\rebkwin2.0\rebkwin20\include\unistd.h
(66) : error C2733: second C 
linkage of overloaded function 'unlink' not allowed
 
c:\winnt\profiles\rebeca\bureau\kernel\rebkwin2.0\rebkwin20\include\unistd.h
(66) : see declaration of 
'unlink'
c:\winnt\profiles\rebeca\bureau\kernel\rebkwin2.0\rebkwin20\include\unistd.h
(78) : error C2733: second C 
linkage of overloaded function '_unlink' not allowed
 
c:\winnt\profiles\rebeca\bureau\kernel\rebkwin2.0\rebkwin20\include\unistd.h
(78) : see declaration of 
'_unlink'
Error executing cl.exe.

lex.intp.obj - 4 error(s), 1 warning(s)
Cordialement 
		
Jean-Yves PIQUET

----------------------------------------------------------------------------
	EPSILON Ingenierie	|     Jean-Yves PIQUET
	California - Voie 5	|     
	BP 653			|     Tel:	(33) 05 61 00 19 19
	31319 Labege Cedex	|     Fax:	(33) 05 61 39 99 16
	France			|     E-mail:	Jean-Yves.Piquet@epsilon.fr
----------------------------------------------------------------------------
 


------------- End Forwarded Message -------------


Cordialement 
		
Jean-Yves PIQUET

----------------------------------------------------------------------------
	EPSILON Ingenierie	|     Jean-Yves PIQUET
	California - Voie 5	|     
	BP 653			|     Tel:	(33) 05 61 00 19 19
	31319 Labege Cedex	|     Fax:	(33) 05 61 39 99 16
	France			|     E-mail:	Jean-Yves.Piquet@epsilon.fr
----------------------------------------------------------------------------
 


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

end of thread, other threads:[~1999-09-30 23:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-09-21  1:34 Flex lexer compilation problem Alexandre JANNETA
1999-09-30 23:42 ` Alexandre JANNETA

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).