Menu

#3 Linux build problem (invalid PCH files)

open
nobody
None
5
2008-12-15
2008-12-15
Anonymous
No

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.

Discussion


Log in to post a comment.