logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
This topic is locked: you cannot edit posts or make replies.   Topic: System can not find y.tab.c while compiling apache 2.2.0 ssl
Author
bhavin



Joined: 21 Mar 2007
Posts: 2

PostPosted: Wed 21 Mar '07 15:11    Post subject: System can not find y.tab.c while compiling apache 2.2.0 ssl Reply with quote

Hi,

I am facing issue when compiling the apache 2.2.0 with ssl on windows.

I m getting error that system cannot found y.tab.c

please any one can tell me that y.tab.c is creating runtime or what ??

I have also download flex,bison etc.

Any help its urgent





Error :
E:\apache\apache2.2.0\zip\httpd-2.2.0\modules\ssl>sed -e "s;yy;ssl_expr_yy;g" -e
"/#if defined(c_plusplus) || defined(__cplusplus)/,/#endif/d" 0<y.tab.c 1>ss
l_expr_parse.c
The system cannot find the file specified.

E:\apache\apache2.2.0\zip\httpd-2.2.0\modules\ssl>del y.tab.c
Could Not Find E:\apache\apache2.2.0\zip\httpd-2.2.0\modules\ssl\y.tab.c

E:\apache\apache2.2.0\zip\httpd-2.2.0\modules\ssl>sed -e "s;yy;ssl_expr_yy;g"
0<y.tab.h 1>ssl_expr_parse.h
The system cannot find the file specified.

E:\apache\apache2.2.0\zip\httpd-2.2.0\modules\ssl>del y.tab.h
Could Not Find E:\apache\apache2.2.0\zip\httpd-2.2.0\modules\ssl\y.tab.h
NMAKE : fatal error U1077: 'tempfile.bat' : return code '0x1'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Platform SDK for Windows
Server 2003 R2\Bin\nmake.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Platform SDK for Windows
Server 2003 R2\Bin\nmake.exe"' : return code '0x2
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7298
Location: Germany, Next to Hamburg

PostPosted: Wed 21 Mar '07 16:13    Post subject: Reply with quote

You are in the wrong forum! Your first topic is in the Building with C++ Forum

http://www.apachelounge.com/viewtopic.php?t=1497
Back to top


This topic is locked: you cannot edit posts or make replies.   Topic: System can not find y.tab.c while compiling apache 2.2.0 ssl View previous topic :: View next topic
Post new topic   Forum Index -> Apache