similar to: ac_nonexistent

Displaying 20 results from an estimated 10000 matches similar to: "ac_nonexistent"

2006 Jan 12
0
compiling and getting an error
I downloaded a bluetooth module today (btsco.41.tgz) I am getting an error on line 88 when compiling and trying to figure out why??? I have compared it to alsa-driver code and it looks good to me. here is the source snippit: ----------------- the following line is line 86 --------------- static int index[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = -2}; module_param_array(index, int, NULL,
2006 Jan 13
0
help compiling bluetooth package
Hi, I am trying to compile ( the small package ) http://bluetooth-alsa.sourforge.net the bluetooth package does not compile on centos 4.2 but does other distros. I do the cvs checkout, ./bootstrap, .configure, make make install. cd kernel, make and I get an error make[1]: Entering directory `/usr/src/kernels/2.6.9-22.0.1.EL-i686' CC [M] /usr/src/btsco-0.41/kernel/btsco.o
2009 Jul 27
1
3.2.11 not compiling on solaris 9 (libtalloc.so.1 error)
I am consistently getting "libtalloc.so.1: No such file or directory" when attempting to 'make' any version of samba. I've tried all of the suggestions from the list archives on this subject. Using Solaris 9 sparc. Current versions are: gcc 3.4.6 (sunfreeware pkg) samba-3.2.11 (and any other version of samba I try) Admittedly - compiling from source is not
2002 Apr 04
1
problem to compile wine
I have the following errors in my config.log: conftest.c:2: parse error before `me' configure:1765: $? = 1 configure: failed program was: #ifndef __cplusplus choke me #endif configure: failed program was: #line 1923 "configure" #include "confdefs.h" #include <ac_nonexistent.h> This error occurs several times. confdefs.h does not exist. Why? *** Note: Your system
2011 Oct 31
1
troubles installing R
I am trying to install R on a pretty up-to-date CentOS system. I have tried installing 2.14.0 and 2.13.2. In both cases, the configure step fails, and does not produce a Makefile. So, of course, I can't issue "make". The errors that I can find in config.log are, first, several missing files: ac_nonexistent.h, minix/config.h., readline/history.h, and readline/readline.h. Then,
2009 Feb 21
1
Install failure (PR#13545)
Hello: Encountered a problem installing R on CentOS release 5.2 This is a 64bit OS I need to know if this will work on this server or do I need to change OS> Thanks Bob I downloaded the source ( R-2.8.1.tar.gz ) due to no release being available for CentOS. My ./configure --with-x=no --with-readline=no R_PAPERSIZE='letter' Failed: ./configure --with-x=no --with-readline=no
2005 Feb 08
0
Compiling R as a shared library
Hi, I am trying to compile R as a shared library (need to run RMAGEML, which depends on SJava) on 64bit SUSE Linux 9.1 . I am using the source code for R 2.0.1 (Nov 15 04) > ./configure R_PAPERSIZE=LETTER R_BROWSER=/opt/kde3/share/applications/kde/konqbrowser.desktop --enable-R-shlib results in several errors (selected errors below), and make check also yields errors (at bottom) The errors
2012 Jul 15
1
[LLVMdev] Errors reported in config.log on linux
Hi all, I ran ../llvm/configure CC=g44 CXX=g++44 and the exit code was 0, but in config.log I found errors (mostly about missing files) and warnings (mostly about conflicts in builtin functions). I thought maybe the fact I later get compilation errors when running make is related to these. How do I correct these errors? or can they be ignored? The full list of errors from config.log is
2005 Nov 08
0
[LLVMdev] llvm-test configure problem
What's the config.log from this run? -bw On 11/3/05, Tanya Lattner <tonic at nondot.org> wrote: > > Following the instructions here: > http://llvm.cs.uiuc.edu/docs/TestingGuide.html#run > > I get an error running configure in the llvm-test directory. > > ./configure > --with-llvmgccdir=/localhome/tbrethou/cfrontend/sparc/llvm-gcc/ >
2005 May 12
2
Problem configuring speex 1.1.8
Can you send me the config.log? Jean-Marc Le vendredi 13 mai 2005 ? 00:16 +0200, Pierre a ?crit : > Jean-Marc Valin wrote: > > What platform (OS, compiler/version) > > GNU/Linux > kernel 2.6.11.8 > gcc 3.4.3 > > > Also, does it work with no options. > > No, I just tried with just "./configure" and I have the same error. > > -- Jean-Marc
2005 Nov 03
4
[LLVMdev] llvm-test configure problem
Following the instructions here: http://llvm.cs.uiuc.edu/docs/TestingGuide.html#run I get an error running configure in the llvm-test directory. ./configure --with-llvmgccdir=/localhome/tbrethou/cfrontend/sparc/llvm-gcc/ --with-f2c=/home/vadve/shared/localtools/sparc --with-llvmsrc=/localhome/tbrethou/llvm --with-llvmobj=/localhome/tbrethou/llvm Error: [cut lots of config output] checking
2005 Nov 08
2
[LLVMdev] llvm-test configure problem
On Mon, 7 Nov 2005, Bill Wendling wrote: > What's the config.log from this run? its attached. -Tanya > > -bw > > On 11/3/05, Tanya Lattner <tonic at nondot.org> wrote: >> >> Following the instructions here: >> http://llvm.cs.uiuc.edu/docs/TestingGuide.html#run >> >> I get an error running configure in the llvm-test directory. >>
2010 Feb 08
7
slowness in sendmail - 60 second timeout
I am sending an email from my machine devcentos5x64. the transcript below (hangs for 60 seconds) at the line: MAIL From:<root at devcentos5x64.msgnet.com> SIZE=56 AUTH=root at devcentos5x64.msgnet.com The email succeeds - but I am trying to figure out the 60 second delay. Neither email server is busy. Nothing is waiting. the DNS on both machines point to the same nameserver. The DNS
2005 May 13
0
Problem configuring speex 1.1.8
Jean-Marc Valin wrote: > Can you send me the config.log? I attached it to this email. -- Pierre. -------------- next part -------------- This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure ##
2005 May 13
1
Problem configuring speex 1.1.8
Looking at the log, it just seems like your compiler is just not producing working code (see the segfault) Jean-Marc Le vendredi 13 mai 2005 ? 21:32 +0200, Pierre a ?crit : > Jean-Marc Valin wrote: > > Can you send me the config.log? > > I attached it to this email. > > > pi?ce jointe document plein texte (config.log) > This file contains any messages produced by
2004 May 18
0
Compile errors samba 3.0.4 Solaris 2.8
I am getting a few compile error when trying to compile Samba samba-3.0.4. LDFLAGS=-L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.0 LD_LIBRARY_PATH=/usr/local/lib:/usr/local/include:/usr/local/BerkeleyDB.4.2/lib i (I have tried gcc 3.3.2 and 3.4.0 also installed libnet-1.0.2, libpng-1.2.4, libtool-1.5, make-3.80, automake-1.5, autoconf-2.59, openldap-stable-20040421, krb5-1.3.3, db-4.2.52)
2005 May 08
2
Problem configuring speex 1.1.8
[...] checking for getopt_long... yes checking for main in -lwinmm... yes checking for short... yes checking size of short... configure: error: cannot compute sizeof (short), 77 See `config.log' for more details. I attached the config.log file to this mail. Regards, -- Pierre. -------------- next part -------------- This file contains any messages produced by compilers while running
2006 Jan 17
2
DHCP without network access
Hi, I've got a box with CentOS 4.2 x86_64 which had no DHCP access for a few hours, now I can't ping it (I'm pretty sure the box is still up). I expect the DHCP lease has timed out and the box has lost it's IP, I was expecting it to reacquire it once the DHCP came back up (configuration problem) - but no luck. Is this a known problem? Any solution/workaround? (for now or for
2005 Dec 19
7
Compaq V2000 laptop no USB recognized
To continue here with problems on this compaq v2000 laptop, I put kernel source on a USB disk and plugged it into the v2000. NOTHING IS recognized. I tried to manually mount the disk and nothing either... I thought USB was well established.... I thought trying to recompile the kernel for realtek support might get my networking going... I am stuck??? Jerry -------------- next part
2004 May 20
0
Compile errors 3.0.4 solaris 8
I had sent this email earlier and received no responses. Hopefully I am not being repetitive. This is the first time I have used the list. I will send it again. Since the message was sent I removed all the software I have installed and re-installed it to no avail. I don't know if the compile problems are the root cause or its just the Windows folks (within my org) are not playing nice,