Hi 
I've tried to compile pinentry-qt-07.2. It stops with an error. 

Thanx for help

ciao
chris

Neo-III:~/src/gnupg/pinentry-0.7.2 ch_wolf$ 

...

Making all in qt
if g++ -DHAVE_CONFIG_H -I. -I. -I..  -I../assuan -I../secmem 
-I/usr/lib/qt3/include  -I../pinentry -I/sw/include -Wall -DQT_THREAD_SUPPORT  
-I/usr/X11R6/include -I/sw/include -MT secqstring.o -MD -MP -MF 
".deps/secqstring.Tpo" -c -o secqstring.o secqstring.cpp; \
then mv -f ".deps/secqstring.Tpo" ".deps/secqstring.Po"; else rm -f 
".deps/secqstring.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I..  -I../assuan -I../secmem 
-I/usr/lib/qt3/include  -I../pinentry -I/sw/include -Wall -DQT_THREAD_SUPPORT  
-I/usr/X11R6/include -I/sw/include -MT secqinternal.o -MD -MP -MF 
".deps/secqinternal.Tpo" -c -o secqinternal.o secqinternal.cpp; \
then mv -f ".deps/secqinternal.Tpo" ".deps/secqinternal.Po"; else rm -f 
".deps/secqinternal.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I..  -I../assuan -I../secmem 
-I/usr/lib/qt3/include  -I../pinentry -I/sw/include -Wall -DQT_THREAD_SUPPORT  
-I/usr/X11R6/include -I/sw/include -MT secqlineedit.o -MD -MP -MF 
".deps/secqlineedit.Tpo" -c -o secqlineedit.o secqlineedit.cpp; \
then mv -f ".deps/secqlineedit.Tpo" ".deps/secqlineedit.Po"; else rm -f 
".deps/secqlineedit.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I..  -I../assuan -I../secmem 
-I/usr/lib/qt3/include  -I../pinentry -I/sw/include -Wall -DQT_THREAD_SUPPORT  
-I/usr/X11R6/include -I/sw/include -MT pinentrydialog.o -MD -MP -MF 
".deps/pinentrydialog.Tpo" -c -o pinentrydialog.o pinentrydialog.cpp; \
then mv -f ".deps/pinentrydialog.Tpo" ".deps/pinentrydialog.Po"; else rm -f 
".deps/pinentrydialog.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I..  -I../assuan -I../secmem 
-I/usr/lib/qt3/include  -I../pinentry -I/sw/include -Wall -DQT_THREAD_SUPPORT  
-I/usr/X11R6/include -I/sw/include -MT main.o -MD -MP -MF ".deps/main.Tpo" -c 
-o main.o main.cpp; \
then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 
1; fi
/sw/bin/moc secqlineedit.h -o secqlineedit.moc.cpp
if g++ -DHAVE_CONFIG_H -I. -I. -I..  -I../assuan -I../secmem 
-I/usr/lib/qt3/include  -I../pinentry -I/sw/include -Wall -DQT_THREAD_SUPPORT  
-I/usr/X11R6/include -I/sw/include -MT secqlineedit.moc.o -MD -MP -MF 
".deps/secqlineedit.moc.Tpo" -c -o secqlineedit.moc.o secqlineedit.moc.cpp; \
then mv -f ".deps/secqlineedit.moc.Tpo" ".deps/secqlineedit.moc.Po"; else rm 
-f ".deps/secqlineedit.moc.Tpo"; exit 1; fi
/sw/bin/moc pinentrydialog.h -o pinentrydialog.moc.cpp
if g++ -DHAVE_CONFIG_H -I. -I. -I..  -I../assuan -I../secmem 
-I/usr/lib/qt3/include  -I../pinentry -I/sw/include -Wall -DQT_THREAD_SUPPORT  
-I/usr/X11R6/include -I/sw/include -MT pinentrydialog.moc.o -MD -MP -MF 
".deps/pinentrydialog.moc.Tpo" -c -o pinentrydialog.moc.o 
pinentrydialog.moc.cpp; \
then mv -f ".deps/pinentrydialog.moc.Tpo" ".deps/pinentrydialog.moc.Po"; else 
rm -f ".deps/pinentrydialog.moc.Tpo"; exit 1; fi
g++ -DQT_THREAD_SUPPORT  -I/usr/X11R6/include -I/sw/include  -L/sw/lib -o 
pinentry-qt -L/usr/X11R6/lib -L/sw/lib -Wl,--rpath -Wl,/sw/lib -Wl,--rpath 
-Wl,/usr/X11R6/lib secqstring.o secqinternal.o secqlineedit.o 
pinentrydialog.o main.o secqlineedit.moc.o pinentrydialog.moc.o -lqt-mt  -lSM 
-lICE -lXext -lX11  -lpthread ../pinentry/libpinentry-curses.a -lncurses 
-liconv ../pinentry/libpinentry.a ../assuan/libassuan.a ../secmem/libsecmem.a  
ld: unknown flag: --rpath
make[2]: *** [pinentry-qt] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Neo-III:~/src/gnupg/pinentry-0.7.2 ch_wolf$ 

<<-------------snip--------------./configure--------------------------------->>
Neo-III:~/src/gnupg/pinentry-0.7.2 ch_wolf$ sudo ./configure
Password:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... powerpc-apple-darwin7.8.0
checking host system type... powerpc-apple-darwin7.8.0
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether ln -s works... yes
checking for windres... :
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking termio.h usability... no
checking termio.h presence... no
checking for termio.h... no
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for seteuid... yes
checking for stpcpy... yes
checking for mmap... yes
checking for mlock... yes
checking whether mlock is broken... no
checking for byte typedef... no
checking for ulong typedef... no
checking for setcap... :
checking for cap_set_proc in -lcap... no
checking for initscr in -lncurses... yes
checking for ncurses include dir... none
checking for glib-config... /sw/bin/glib-config
checking for GLIB - version >= 1.2.0... yes
checking for gtk-config... /sw/bin/gtk-config
checking for GTK - version >= 1.2.0... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for shared library run path origin... ./config.rpath: ./config.rpath: 
No such file or directory
done
checking for iconv... yes
checking how to link with libiconv... -liconv
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, const char * *inbuf, size_t 
*inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for pkg-config... yes
checking for gtk+-2... yes
checking gtk+-2 version >= 2.4.0... 2.4.9
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking whether g++ supports -fexceptions... yes
checking how to run the C++ preprocessor... g++ -E
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for pthread_create in -lpthread... yes
checking for Qt... libraries /sw/lib, headers /usr/lib/qt3/include using -mt
checking for moc... /sw/bin/moc
checking for rpath... yes
configure: creating ./config.status
config.status: creating assuan/Makefile
config.status: creating secmem/Makefile
config.status: creating pinentry/Makefile
config.status: creating curses/Makefile
config.status: creating gtk/Makefile
config.status: creating gtk+-2/Makefile
config.status: creating qt/Makefile
config.status: creating w32/Makefile
config.status: creating doc/Makefile
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
configure:
        Pinentry v0.7.2 has been configured as follows:

        Curses Pinentry: yes
        GTK+ Pinentry: yes
        GTK+-2 Pinentry: yes
        Qt Pinentry: yes
        W32 Pinentry: no

        Fallback to Curses: yes

        Default Pinentry: pinentry-gtk

<<-------------snip--------------./configure--------------------------------->>


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to