سؤال

I am getting an error when compiling sqlcipher. I'm unable to run ./configure

Could someone help fix the error?

gawk: /mkopcodeh.awk:101: backslash not last character on line.

هل كانت مفيدة؟

المحلول

If anyone else runs into this: the awk error seems to be caused by different line endings. If you check out the sources on Windows, take care to not have the line endings changed to Windows CR/LF. Instead, stick to LF (Unix/Mac format) only. You can also change the encoding of the offending file with any decent editor later on (I just did with Notepad++ using the menu item Edit->EOL conversion).

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top