기본 폴더의 라이브러리에 대해 ldflag를 설정하는 방법

기본 폴더의 라이브러리에 대해 ldflag를 설정하는 방법

나는 다음 매뉴얼을 따랐다.http://photovo.org/photoivo/download_and_setup/linuxSabayon에서 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.

내가 뭘 잘못했나요?

관련 정보