Linux build problem (invalid PCH files)
Status: Inactive
Brought to you by:
ma_boehm
I tried:
make -f makefile.unix unicode=1 debug=0 shared=1
I got the following errors:
cc1plus: error: ./unixu_shared/stdinc.h: No such file or directory
cc1plus: error: one or more PCH files were found, but they were invalid
cc1plus: error: use -Winvalid-pch for more information
Workaround: In dupfinder-0.8/ do "ln -s . unixu_shared" before building.