如何为主文件夹中的库设置 ldflag

如何为主文件夹中的库设置 ldflag

我按照以下手册操作http://photovo.org/photoivo/download_and_setup/linux如何在 Sabayon 上编译 Photivo:

图形魔法 16 位

    wget -c http://sourceforge.net/projects/graphicsmagick/files/graphicsmagick/1.3.18/GraphicsMagick-1.3.18.tar.gz
    tar xfvz GraphicsMagick-1.3.18.tar.gz
    ./configure --prefix=/home/mictadlo/apps/ --with-quantum-depth=16 --enable-shared --without-lcms
    make 
    make install

福蒂沃

    sudo equo install mercurial
    hg clone https://code.google.com/p/photivo
    qmake PREFIX=~/apps/ CONFIG+=WithGimp
    make 
    make install

错误:

    $ photivo
    Photivo version 2013-03-17 (rev 57519a52a791)
    Fontconfig error: Cannot load config file "infinality/conf.d"
    Fatal error: Wrong GraphicsMagick quantum depth!
    Found quantum depth 8. Photivo needs at least 16.

我做错了什么?

相关内容