Mail Archives: cygwin/1998/11/21/07:31:27
Hi ...
I just tried to write my first little program in c++ and encountered the
following :
The code looks like this :
///
void main ()
#include <sys/types.h>
#include <dirent.h>
{
return 0;
}
///
compilation with g++ gizmo.cc gives me the following error messages :
///
BASH.EXE-2.02$ c++ gizmo.cc
C:\\CYGNUS\\CYGWIN~1\\H-I586~1\\BIN\\..\\lib\\gcc-lib\\i586-cygwin32\\egcs-2
..91.
57\\..\\..\\..\\..\\i586-cygwin32\\include\\dirent.h: In function `int
main(...)
':
In file included from gizmo.cc:17:
C:\\CYGNUS\\CYGWIN~1\\H-I586~1\\BIN\\..\\lib\\gcc-lib\\i586-cygwin32\\egcs-2
..91.
57\\..\\..\\..\\..\\i586-cygwin32\\include\\dirent.h:2: parse error before
strin
g constant
gizmo.cc:19: parse error before `{'
gizmo.cc:21: confused by earlier errors, bailing out
///
I don't know whether I do something completely wrong, but it looks like a
bug to me (correct me if I'm wrong ;-)
Greetings
mxs
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -