quom icon indicating copy to clipboard operation
quom copied to clipboard

No new amalgamated file generated

Open ishandutta2007 opened this issue 1 year ago • 4 comments

I am on MinGW x64 system hosted on Windows7 I installed quom via

pip install --user quom
PATH=/c/users/hp/.local/bin:$PATH
quom crt.hpp crt_gen.cpp

It runs silently without any output or error message. No new file crt_gen.cpp generated. I have searched not just under current folder but under / , /home, /home/hp, /c/users/hp/.local/bin as well.

There is no issue with the usual way of running this which is like this:

$ g++ crt.cpp -o crt.exe -L/mingw64/bin -I/mingw64/include/flint -lgmp -lflint -lpthread
$ ./crt 2342

Everything is Fine

ishandutta2007 avatar Dec 03 '22 06:12 ishandutta2007