[CM] Pointers into snd-help source?

Charles Turner vze26m98@optonline.net
Fri, 16 Mar 2007 06:09:32 -0400


H Mike-

Here you go. both libintl.h and gmp.h are in my Fink /sw/include
directory.

Best, Charles

Michael Scholz wrote on 3/15/07 at 8:19 PM

>While I assume I have a solution for the case above---I set the test
>for locale.h before libintl.h

configure:4893: checking libintl.h usability
configure:4910: gcc -c -g3 -O2 -I/sw/include -I/sw/include  conftest.c
>&5
configure:4916: $? = 0
configure:4930: result: yes
configure:4934: checking libintl.h presence
configure:4949: gcc -E  conftest.c
conftest.c:33:21: error: libintl.h: No such file or directory
configure:4955: $? = 1
configure: failed program was:  
| /* confdefs.h.  */
| #define PACKAGE_NAME "FTH"
| #define PACKAGE_TARNAME "fth"
| #define PACKAGE_VERSION "1.0.8"
| #define PACKAGE_STRING "FTH 1.0.8"
| #define PACKAGE_BUGREPORT "mi-scholz@users.sourceforge.net"
| #define fth 1
| #define FTH_TARGET "powerpc-apple-darwin8.8.0"
| #define FTH_TARGET_CPU "powerpc"
| #define FTH_TARGET_VENDOR "apple"
| #define FTH_TARGET_OS "darwin8.8.0"  
| #define FTH_CONFIGURE_ARGS " '--with-gmp-prefix=/sw'
'--with-readline-prefix=/sw' '--disable-nls' 'CFLAGS=-g3 -O2'"

| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1   
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| /* end confdefs.h.  */
| #include <libintl.h>
configure:4969: result: no
configure:4975: WARNING: libintl.h: accepted by the compiler, rejected
by the preprocessor!
configure:4977: WARNING: libintl.h: proceeding with the compiler's
result
configure:5002: checking for libintl.h
configure:5010: result: yes     
configure:4893: checking limits.h usability
configure:4910: gcc -c -g3 -O2 -I/sw/include -I/sw/include  conftest.c
>&5
configure:4916: $? = 0


>Please find the location in config.log for "checking gmp.h usability"
>or so and send the result.

configure:10687: checking gmp.h usability
configure:10704: gcc -c -g3 -O2 -I/sw/include -I/sw/include  conftest.c
>&5
configure:10710: $? = 0
configure:10724: result: yes
configure:10728: checking gmp.h presence 
configure:10743: gcc -E  conftest.c
conftest.c:79:17: error: gmp.h: No such file or directory
configure:10749: $? = 1
configure: failed program was:  
| /* confdefs.h.  */
| #define PACKAGE_NAME "FTH"
| #define PACKAGE_TARNAME "fth"
| #define PACKAGE_VERSION "1.0.8"
| #define PACKAGE_STRING "FTH 1.0.8"
| #define PACKAGE_BUGREPORT "mi-scholz@users.sourceforge.net"
| #define fth 1

| #define HAVE_DECL_RL_BASIC_WORD_BREAK_CHARACTERS 1
| #define HAVE_DECL_RL_ERASE_EMPTY_LINE 1
| #define HAVE_DECL_RL_COMPLETER_WORD_BREAK_CHARACTERS 1
| #define HAVE_DECL_RL_ATTEMPTED_COMPLETION_FUNCTION 1
| /* end confdefs.h.  */
| #include <gmp.h>
configure:10763: result: no
configure:10769: WARNING: gmp.h: accepted by the compiler, rejected by
the preprocessor!
configure:10771: WARNING: gmp.h: proceeding with the compiler's result
configure:10796: checking for gmp.h
configure:10804: result: yes  
configure:10818: checking for __gmpz_init in -lgmp
configure:10853: gcc -o conftest -g3 -O2 -I/sw/include -I/sw/include
-L/sw/lib -L/sw/lib conftest.c -lgmp  -lreadline
configure:10859: $? = 0
configure:10877: result: yes 
configure:10892: checking for __gmp_randinit_set
configure:10948: gcc -o conftest -g3 -O2 -I/sw/include -I/sw/include
-L/sw/lib -L/sw/lib conftest.c -lgmp -lreadline
configure:10954: $? = 0
configure:10972: result: yes
configure:11204: checking whether struct tm is in sys/time.h or time.h
configure:11234: gcc -c -g3 -O2 -I/sw/include -I/sw/include  conftest.c
>&5
<vze26m98@optonline.net>