jowodo

Results 43 comments of jowodo

As I imagine it, a minimal character `skill.yaml` could look like this: ``` Skill: Name: Alphabet Id: alphabet000 Thumbnails: - abc1 New Characters: - Character: α Transliteration: a ``` Which...

this issue seems to be resolves as courses are in separate repos and the LibreLingo repo belongs to the LibreLingo organisation

I found the solution to this specific problem after trying this: ``` $ pkgconf --libs mmdb2 Package mmdb2 was not found in the pkg-config search path. Perhaps you should add...

Now I get: ``` ./configure ... checking for SQLite3... yes checking for mmdb2... yes checking for ssm... no configure: error: in `/tmp/tmp.ydDJN1WHl7/coot-1.0.05': configure: error: ssm not found See `config.log' for...

The solution to configure ssm was: ``` $ LDFLAGS=-L$PATH_TO_MMDB2_LIBS ./configure ``` Now I'm stuck at fftw point when configuring coot: ``` $ ./configure --with-fftw-prefix=/home/app/fftw/2.1.5 ... checking for mmdb2... yes checking...

Even for fftw I found a solution: Just use `./configure --with-fftw-prefix=$(pkgconf --variable=prefix fftw)` or probably `--with-fftw-prefix=$PATH_TO_FFTW2_INSTALL` anyway, the next dependency is clipper and I managed to get past the configuration...

Thanks for your reply. I'll have a look next week.

I encounter a similar error. Did you find anything to circumvent this error?

This could be related to https://github.com/soedinglab/hh-suite/issues/277