hasii2011 / pyut

A UML Diagrammer implemented in Python
GNU Affero General Public License v3.0
11 stars 4 forks source link

Fix C++ code generation #328

Closed hasii2011 closed 1 year ago

hasii2011 commented 2 years ago

Load BaseSaveV10.put Export as C++ EventLoopParams.c has error

g++ -c -g -Wall -I./include src/EventLoopParams.cpp -o src/EventLoopParams.o
In file included from src/EventLoopParams.cpp:1:
./include/EventLoopParams.h:5:10: fatal error: '.h' file not found
#include ".h"
         ^~~~
1 error generated.
make: *** [src/EventLoopParams.o] Error 1
BetterDownload>
hasii2011 commented 1 year ago

Moved to pyutplugincore as issue