Compiling src/cxxsp/parser/lexer.cpp
Compiling src/cxxsp/parser/parser.cpp
Compiling src/cxxsp/parser/csplex.cpp
src/cxxsp/parser/csplex.cpp: In member function âvirtual int cxxsp::lexer::yylex()â:
src/cxxsp/parser/csplex.cpp:642: error: âyy_buffer_stackâ was not declared in this scope
src/cxxsp/parser/csplex.cpp:642: error: âyy_buffer_stack_topâ was not declared in this scope
src/cxxsp/parser/csplex.cpp:643: error: âyyensure_buffer_stackâ was not declared in this scope
src/cxxsp/parser/csplex.cpp:872: error: âyy_buffer_stackâ was not declared in this scope
src/cxxsp/parser/csplex.cpp:872: error: âyy_buffer_stack_topâ was not declared in this scope
src/cxxsp/parser/csplex.cpp:895: error: âyy_buffer_stackâ was not declared in this scope
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi,
i get error below, my os is cent05,flex-2.5.4a found
plz tell me any idea
Compiling src/cxxsp/parser/generator.cpp
Compiling src/cxxsp/parser/lexer.cpp
Compiling src/cxxsp/parser/parser.cpp
Compiling src/cxxsp/parser/csplex.cpp
src/cxxsp/parser/csplex.cpp: In member function âvirtual int cxxsp::lexer::yylex()â:
src/cxxsp/parser/csplex.cpp:642: error: âyy_buffer_stackâ was not declared in this scope
src/cxxsp/parser/csplex.cpp:642: error: âyy_buffer_stack_topâ was not declared in this scope
src/cxxsp/parser/csplex.cpp:643: error: âyyensure_buffer_stackâ was not declared in this scope
src/cxxsp/parser/csplex.cpp:872: error: âyy_buffer_stackâ was not declared in this sc
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Unfortunately at this time you have to upgrade to modern version of flex (2.5.33 should work).
Also, please file a bug. I'll work on removing dependency on flex from shipping packages.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
No, currently there is nothing but CSP, but we have plans for developing some frameworks in future.
There is some experimental abstraction code in UniverseUniversity (web app project running on
cppserv) but there is nothing generic and publishable yet.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi i get error The requested URL was not found on server,
also not found /etc/conf.d/apache2 for APACHE2_OPTS
plz help me
my os is cent05,htppd-2.2.9
i give below some info'
[root@kimayapc httpd-2.2.9]# /usr/local/apache2/bin/apachectl -k start
httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
[root@kimayapc httpd-2.2.9]#
[root@Kabeer root]# telnet 192.168.0.151 80
Trying 192.168.0.151...
Connected to 192.168.0.151.
Escape character is '^]'.
hi,
ok but i don't understand why get error "The requested URL was not found on server", on telnet 80 port is open found,then cppserv<->apache commicate not work ,where is i am wrong plz ilya tell me
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
C++ Servlet Engine test
hi i get this error if any idea plz tell me
Compiling src/cxxsp/parser/lexer.cpp
Compiling src/cxxsp/parser/parser.cpp
Compiling src/cxxsp/parser/csplex.cpp
src/cxxsp/parser/csplex.cpp: In member function âvirtual int cxxsp::lexer::yylex()â:
src/cxxsp/parser/csplex.cpp:642: error: âyy_buffer_stackâ was not declared in this scope
src/cxxsp/parser/csplex.cpp:642: error: âyy_buffer_stack_topâ was not declared in this scope
src/cxxsp/parser/csplex.cpp:643: error: âyyensure_buffer_stackâ was not declared in this scope
src/cxxsp/parser/csplex.cpp:872: error: âyy_buffer_stackâ was not declared in this scope
src/cxxsp/parser/csplex.cpp:872: error: âyy_buffer_stack_topâ was not declared in this scope
src/cxxsp/parser/csplex.cpp:895: error: âyy_buffer_stackâ was not declared in this scope
hi,
i get error below, my os is cent05,flex-2.5.4a found
plz tell me any idea
Compiling src/cxxsp/parser/generator.cpp
Compiling src/cxxsp/parser/lexer.cpp
Compiling src/cxxsp/parser/parser.cpp
Compiling src/cxxsp/parser/csplex.cpp
src/cxxsp/parser/csplex.cpp: In member function âvirtual int cxxsp::lexer::yylex()â:
src/cxxsp/parser/csplex.cpp:642: error: âyy_buffer_stackâ was not declared in this scope
src/cxxsp/parser/csplex.cpp:642: error: âyy_buffer_stack_topâ was not declared in this scope
src/cxxsp/parser/csplex.cpp:643: error: âyyensure_buffer_stackâ was not declared in this scope
src/cxxsp/parser/csplex.cpp:872: error: âyy_buffer_stackâ was not declared in this sc
Unfortunately at this time you have to upgrade to modern version of flex (2.5.33 should work).
Also, please file a bug. I'll work on removing dependency on flex from shipping packages.
Thank You
is any frame work available like struts/JSF in cpp server
No, currently there is nothing but CSP, but we have plans for developing some frameworks in future.
There is some experimental abstraction code in UniverseUniversity (web app project running on
cppserv) but there is nothing generic and publishable yet.
hi i get error The requested URL was not found on server,
also not found /etc/conf.d/apache2 for APACHE2_OPTS
plz help me
my os is cent05,htppd-2.2.9
i give below some info'
[root@kimayapc httpd-2.2.9]# /usr/local/apache2/bin/apachectl -k start
httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
[root@kimayapc httpd-2.2.9]#
[root@Kabeer root]# telnet 192.168.0.151 80
Trying 192.168.0.151...
Connected to 192.168.0.151.
Escape character is '^]'.
[root@kimayapc cppserv]# pwd
/home/ilya/public_html/cppserv
[root@kimayapc cppserv]# cppserv -P ./eng.pid -c ./engine.xml
http://192.168.0.151/~ilya/cppserv/HelloServlet
The requested URL /~ilya/cppserv/HelloServlet was not found on this server.
conf.d files are specific to Gentoo and Gentoo-derived distributions.
You need to provide me with cppserv-related snippets of apache configuration.
hi,
ok but i don't understand why get error "The requested URL was not found on server", on telnet 80 port is open found,then cppserv<->apache commicate not work ,where is i am wrong plz ilya tell me
You need to provide me with cppserv-related snippets of apache configuration, for me to answer your question.
./configure --enable-suexec --with-suexec-caller=nobady --with-suexec-gidmin=51
--with-suexec-umask=022 --enable-so --enable-dav --enable-dav-fs -enable-auth-digest