Menu

#9 CPP no called

v1.0 (example)
open
nobody
None
5
2008-08-21
2008-08-21
Anonymous
No

On an windows system with MINGW compiler the CPP will not called.

File fpgac.y line 336:

if(nocpp)
yyin = stdin;
else {
#ifndef MINGW
/* Find out where cpp is on this machine */
......
yyin = popen(cppname, "r");
#else
yyin = stdin; // above command syntax is POSIX specific
#endif
}

Greetings
Andre Riesberg

andre.riesberg@repower.de

Discussion


Log in to post a comment.