[Users] [Bug 2555] att_remover plugin crash case

noreply at thewildbeast.co.uk noreply at thewildbeast.co.uk
Sat Dec 3 13:10:32 CET 2011


http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2555





--- Comment #2 from Pawel Pekala  2011-12-03 13:10:31 ---
As for your build problems, I use script below to build plugins
from cvs, just run it instead of autogen.sh

CLAWS_DIR should point to your claws-mail cvs checkout and
PREFIX probably should be /usr on your system

Also set configure prefix option to your desired destination for binaries
and you should be set ;-)

#!/bin/sh

CLAWS_DIR="/home/corn/projects/claws"
PREFIX="/usr/local"

CFLAGS="-I$PREFIX/include -I$PREFIX/include/gpgme -I$CLAWS_DIR
-I$CLAWS_DIR/src"
CFLAGS="$CFLAGS -I$CLAWS_DIR/src/common -I$CLAWS_DIR/src/gtk"

export LDFLAGS="-L$PREFIX/lib"
export CLAWS_MAIL_CFLAGS="$CFLAGS"

aclocal \
  && libtoolize --copy --force \
  && autoheader \
  && automake --add-missing --foreign --copy \
  && autoconf \
  && ./configure --enable-maintainer-mode \
      --with-libiconv-prefix=$PREFIX \
      --with-libintl-prefix=$PREFIX \
      --prefix=/home/corn/test $@

-- 
Configure bugmail: http://www.thewildbeast.co.uk/claws-mail/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Users mailing list