Hello again,

I tried to install the git head of gschem. Compiling and installing with

        ./autogen.sh
        configure --prefix=/usr
        make
        sudo make install

worked, but upon running gschem, I only get:

        $ gschem
        gEDA/gschem version 1.5.1.20081221
        gEDA/gschem comes with ABSOLUTELY NO WARRANTY; see COPYING for
        more details. This is free software, and you are welcome to
        redistribute it under certain conditions; please see the
        COPYING file for more details.

        Failed to load default font.
        Could not load question font char -- check font-directory keyword

strace gschem says:

        write(9, "Component [title-B.sym] was not "..., 63) = 63
        access("../lib/sym/font/b_.sym", R_OK)  = -1 ENOENT (No such file or 
directory) write(9, "Could not find character \'b\' def"..., 41) = 41
        access("../lib/sym/font/quest.sym", R_OK) = -1 ENOENT (No such file or 
directory) write(2, "Could not load question font cha"..., 66) = 66
        write(1, "Failed to load default font.\n", 29) = 29
        exit_group(-1)                          = ?

What is my mistake?

Greetings,
Denis


_______________________________________________
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

Reply via email to