Nginx compilation issue with the waflz module #212
-
Hello 👋, Stumbled upon Waflz yesterday and it seems really promising. I thought I would do some testing, however, I've been struggling to get the nginx module to build on Ubuntu 18 (and 16). I thought I would ask if there's anyone that successfully did this or experienced a similar issue and perhaps could share a pointer? To simplify this, I'm trying quite a simple build
Unfortunately, however, the build fails:
The actual waflz or nginx compile well by themselves otherwise. If utility is added to the path, it proceeds to the compilation of waflz, but that then fails with "error: unknown type name ‘namespace’". It seems the issue steems down to compiling with C while waflz uses C++. I tried a couple of things, compiling with c++ instead, but just end up with other errors. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Check out nginx_deps branch. It has the fix for the error you are getting. The Nginx plugin has kind of fallen behind the changes in master. But the good news is we are going to pick up the development soon. |
Beta Was this translation helpful? Give feedback.
Check out nginx_deps branch. It has the fix for the error you are getting. The Nginx plugin has kind of fallen behind the changes in master. But the good news is we are going to pick up the development soon.