I ran into an issue when trying to follow the instructions for compiling wordpress. The parsing and generating part worked but the compile failed. After digging into the generated code I found that the CMakeLists.txt file was missing an entry for the cpp and cls directories.
After adding those two directories and re-running cmake I found that the compile then failed on any include file that had a $$ in the name. I went in and renamed all include files that had $$ in the name and this seems to have fixed all the issues. I am now able to run the compile wordpress program.
These are probably two different issues.
I ran into an issue when trying to follow the instructions for compiling wordpress. The parsing and generating part worked but the compile failed. After digging into the generated code I found that the CMakeLists.txt file was missing an entry for the cpp and cls directories.
After adding those two directories and re-running cmake I found that the compile then failed on any include file that had a $$ in the name. I went in and renamed all include files that had $$ in the name and this seems to have fixed all the issues. I am now able to run the compile wordpress program.
These are probably two different issues.