Rafael Bugajewski
Rafael Bugajewski
@an-tao I’ve also no idea, as I’m primary on macOS or other Unices / Linuxes these days. Maybe it has something to do with the project setup (see https://stackoverflow.com/questions/14890847/how-to-solve-error-lnk2019)?
Thanks for adding support for layouts, this is a well-maintained project. Layouts work on my setup, but I’m a little bit confused and not sure if this is something Drogon-related...
I just discovered that the dynamic view loading mechanism doesn’t generate the layout portion for the templates while the regular compilation works. Is this something you can confirm or did...
@an-tao I checked out the `dev` branch, but I don’t think that the `static` declaration causes this behavior. What I observe is that the layout generation is completely skipped on...
> This line means that the drogon_ctl used by 'dynamic loading component is a old version one, please make sure the drogon_ctl installed in your system is the latest. Stupid...
> > You could configure drogon with `cmake .. -DCMAKE_BUILD_TYPE=debug` and then drogon can be debuged drogon step by step. > > Or a more effective way is to make...
@an-tao I also observed that something is a little bit off. My IDE is currently compiling the project with `cmake --build ../cmake-build-debug --target www -- -j 4`. I also use...
Thanks for the idea with the modification time! @an-tao Please check the following PR: https://github.com/an-tao/drogon/pull/380
@an-tao It looks like there are still some low hanging fruits regarding layouts on macOS. In some cases I get an empty page when Drogon returns a `HttpResponsePtr` via `newHttpViewResponse`...
@an-tao Thanks to your info I was able to analyze the issue. I had some `*.lock` files lying around and didn’t discover them at first, because the layouts in my...