search for: package_string

Displaying 20 results from an estimated 146 matches for "package_string".

2007 Aug 07
1
Best way to change PACKAGE_STRING & VERSION_STRING
...source tree to add in a time to be output from 'dovecot --version'. I've tried the following with no success: mkdir -p /build/work/dovecot-1.1alpha2 cd /build/work/dovecot-1.1alpha2 export LDFLAGS='-L/common/pkgs/sqlite-3.4.1.1/lib64 -R/common/pkgs/sqlite-3.4.1.1/lib64' export PACKAGE_STRING='dovecot 1.1alpha2-2007-08-07' export PACKAGE_VERSION='1.1alpha2-2007-08-07' export CPPFLAGS='-pipe -O2 -I/common/pkgs/sqlite-3.4.1.1/include' unset CDPATH make distclean ./configure --prefix=/common/pkgs/dovecot-1.1alpha2 --disable-nls --disable-ipv6 --with-db --with-sql=p...
2009 Jan 28
3
[LLVMdev] [cfe-commits] r63168 - /cfe/trunk/Driver/clang.cpp
...================================================= > --- cfe/trunk/Driver/clang.cpp (original) > +++ cfe/trunk/Driver/clang.cpp Tue Jan 27 20:43:35 2009 > @@ -1620,6 +1620,10 @@ > } > } > > + if (Verbose) > + fprintf(stderr, "clang version 1.0 based upon " PACKAGE_STRING > + " hosted on " LLVM_HOSTTRIPLE "\n"); > + > if (unsigned NumDiagnostics = Diags.getNumDiagnostics()) > fprintf(stderr, "%d diagnostic%s generated.\n", NumDiagnostics, > (NumDiagnostics == 1 ? "" : "s"))...
2009 Feb 21
1
Install failure (PR#13545)
...local/include conftest.c conftest.c:16:28: error: ac_nonexistent.h: No such file or directory configure:5525: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "R" | #define PACKAGE_TARNAME "R" | #define PACKAGE_VERSION "2.8.1" | #define PACKAGE_STRING "R 2.8.1" | #define PACKAGE_BUGREPORT "r-bugs at R-project.org" | #define PACKAGE "R" | #define VERSION "2.8.1" | #define R_PLATFORM "x86_64-unknown-linux-gnu" | #define R_CPU "x86_64" | #define R_VENDOR "unknown" | #define R_OS...
2009 Feb 02
0
[LLVMdev] [cfe-commits] r63168 - /cfe/trunk/Driver/clang.cpp
...=================== >> --- cfe/trunk/Driver/clang.cpp (original) >> +++ cfe/trunk/Driver/clang.cpp Tue Jan 27 20:43:35 2009 >> @@ -1620,6 +1620,10 @@ >> } >> } >> >> + if (Verbose) >> + fprintf(stderr, "clang version 1.0 based upon " PACKAGE_STRING >> + " hosted on " LLVM_HOSTTRIPLE "\n"); >> + >> if (unsigned NumDiagnostics = Diags.getNumDiagnostics()) >> fprintf(stderr, "%d diagnostic%s generated.\n", NumDiagnostics, >> (NumDiagnostics == 1 ? ""...
2007 Oct 30
1
Difficulty Compiling RSQLite on Solaris x86 Using Studio 12 Compilers
...e -xlibmil -nofstore conftest.c >&5 ./configure: line 1626: dmake:: command not found configure:1628: $? = 127 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:1667: error: C compiler cannot create executables See `config.log' for more details. ## ----------------- ## ## Output variables. ## ## ----------------- #...
2004 Oct 23
1
Issues with compiling wine
...ach undeclared identifier is reported only once for each function it appears in.) configure:2763: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@winehq.org" | /* end confdefs.h. */ | | int | main () | { | exit (42); | ; | return 0; | } configure:2713: g++ -c -g -O2 conftest.cc >&5 configure:2719: $? = 0 configure:2722: test -z || test ! -s conftest...
2008 Jan 28
0
Package Installation produces "gcc fails sanity check" error when installing RODBC error
...im.h:36:26: error: linux/limits.h: No such file or directory configure:4587: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "HP Linux Imaging and Printing" | #define PACKAGE_TARNAME "hplip" | #define PACKAGE_VERSION "2.7.12" | #define PACKAGE_STRING "HP Linux Imaging and Printing 2.7.12" | #define PACKAGE_BUGREPORT "2.7.12.10" | #define PACKAGE "hplip" | #define VERSION "2.7.12" | /* end confdefs.h. */ | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif |...
2007 Nov 22
1
Installation problem of SAMBA 3.0.23a on HP-UX 11.23
...100: "<command line>", line 0 # String and character constants cannot span lines. configure:2216: $? = 2 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:2254: error: C compiler cannot create executables See `config.log' for more details. ## ---------------- ## ## Cache variables. ## ## ---------------- ##...
2004 Aug 06
0
ices-2.0.0 install problem
...ge information collect2: ld returned 1 exit status configure:2277: $? = 1 configure: failed program was: | #line 2250 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "IceS" | #define PACKAGE_TARNAME "ices" | #define PACKAGE_VERSION "2.0.0" | #define PACKAGE_STRING "IceS 2.0.0" | #define PACKAGE_BUGREPORT "icecast@xiph.org" | #define PACKAGE "ices" | #define VERSION "2.0.0" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:2316: error: C compiler cannot create executables See `config.log...
2005 Feb 08
0
Compiling R as a shared library
...usr/local/include conftest.c conftest.c:16:28: ac_nonexistent.h: No such file or directory configure:4713: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "R" | #define PACKAGE_TARNAME "R" | #define PACKAGE_VERSION "2.0.1" | #define PACKAGE_STRING "R 2.0.1" | #define PACKAGE_BUGREPORT "r-bugs at R-project.org" | #define PACKAGE "R" | #define VERSION "2.0.1" | #define R_PLATFORM "x86_64-unknown-linux-gnu" | #define R_CPU "x86_64" | #define R_VENDOR "unknown" | #define R_OS...
2004 Aug 06
3
ices2 compilations problems
....c configure:3611: ac_nonexistent.h: No such file or directory configure:3616: $? = 1 configure: failed program was: | #line 3601 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "ices" | #define VERSION "2.0" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3654: result: gcc -E configure:3679: gcc -E conftest.c configure:3685: $? = 0 configure:3717: gcc -E co...
2004 Aug 06
3
ices2 compilations problems
Hi, I have an Ices2 comp problem, it can't find libshout. I have installed Libshout 2.0 in /home/Darkmeteor the configure line I'm using for ices2 is : ./configure --prefix=/home/Darkmeteor --with-ogg-prefix=/home/Darkmeteor --with-vorbis-prefix=/home/Darkmeteor --with-shout-prefix=/home/Darkmeteor Problem : checking for Ogg... yes checking for Vorbis... yes checking for Shout... no
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 Apr 19
0
R 2.0.1 install problem on Solaris 9
...error: (Each undeclared identifier is reported only once for each function it appears in.) configure:5900: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "R" | #define PACKAGE_TARNAME "R" | #define PACKAGE_VERSION "2.0.1" | #define PACKAGE_STRING "R 2.0.1" | #define PACKAGE_BUGREPORT "r-bugs@R-project.org" | #define PACKAGE "R" | #define VERSION "2.0.1" | #define R_PLATFORM "sparc-sun-solaris2.9" | #define R_CPU "sparc" | #define R_VENDOR "sun" | #define R_OS "solari...
2008 Jun 10
7
error compiling fc9 x64
...o such file or directory collect2: ld returned 1 exit status configure:2675: $? = 1 configure:2713: result: configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "1.0-rc3" | #define PACKAGE_STRING "Wine 1.0-rc3" | #define PACKAGE_BUGREPORT "wine-devel at winehq.org" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:2720: error: C compiler cannot create executables See `config.log' for more details. ## ---------------- ## ## Cache va...
2008 Oct 28
5
Wine does not compile on Fedora 9 x86_64
...No such file or directory collect2: ld returned 1 exit status configure:2675: $? = 1 configure:2713: result: configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "1.0.1" | #define PACKAGE_STRING "Wine 1.0.1" | #define PACKAGE_BUGREPORT "wine-devel at winehq.org" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:2720: error: C compiler cannot create executables See `config.log' for more details. ## ---------------- ## ## Cache vari...
2005 May 13
0
Problem configuring speex 1.1.8
...0 configure:3844: gcc -E conftest.c conftest.c:9:28: ac_nonexistent.h: No such file or directory configure:3850: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3889: result: gcc -E configure:3913: gcc -E conftest.c configure:3919: $? = 0 configure:3951: gcc -E conftest.c conftest.c:9:28: ac_nonexistent.h: No such file or directory...
2005 May 13
1
Problem configuring speex 1.1.8
...ftest.c:9:28: ac_nonexistent.h: No such file or directory > configure:3850: $? = 1 > configure: failed program was: > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | /* end confdefs.h. */ > | #include <ac_nonexistent.h> > configure:3889: result: gcc -E > configure:3913: gcc -E conftest.c > configure:3919: $? = 0 > configure:3951: gcc -E conftest.c > conftest.c:9:28: ac_...
2009 Jun 17
1
[LLVMdev] Configure problem of llvm2.5 in Mac OS X 10.4.11
....c  >&5 cc1: error: unrecognized command line option "-flat-namespace" configure:2803: $? = 1 configure: failed program was: | /* confdefs.h.  */ | #define PACKAGE_NAME "llvm" | #define PACKAGE_TARNAME "-llvm-" | #define PACKAGE_VERSION "2.5" | #define PACKAGE_STRING "llvm 2.5" | #define PACKAGE_BUGREPORT "llvmbugs at cs.uiuc.edu" | #define LLVM_ON_UNIX 1 | /* end confdefs.h.  */ | | int | main () | { | |   ; |   return 0; | } configure:2842: error: C compiler cannot create executables See `config.log' for more details. ## -----------...
2005 May 08
2
Problem configuring speex 1.1.8
...0 configure:3844: gcc -E conftest.c conftest.c:9:28: ac_nonexistent.h: No such file or directory configure:3850: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3889: result: gcc -E configure:3913: gcc -E conftest.c configure:3919: $? = 0 configure:3951: gcc -E conftest.c conftest.c:9:28: ac_nonexistent.h: No such file or directory...