Unfortunately this does not compile
I did
./autogen.sh; ./configure --prefix="/home/jitschin/pwrGIT"; make install
which presents me with several SWIG related errors, like this one:
pypwr.i:2: Error: Unknown SWIG preprocessor directive: Copyright (if this is a block of target language code, delimit it with %{ and %})
Here the full terminal output: https://pastebin.com/rtfrtQVv
I would be very thankfull if someone could point me to a solution
Unfortunately this does not compile
I did
./autogen.sh; ./configure --prefix="/home/jitschin/pwrGIT"; make installwhich presents me with several SWIG related errors, like this one:
pypwr.i:2: Error: Unknown SWIG preprocessor directive: Copyright (if this is a block of target language code, delimit it with %{ and %})Here the full terminal output: https://pastebin.com/rtfrtQVv
I would be very thankfull if someone could point me to a solution