Displaying 16 results from an estimated 16 matches for "dlocaledir".
Did you mean:
localedir
2002 Aug 14
0
automake 1.6 compatability patch
...\
cfgfile_options.c cmdline_options.c \
file_transport.c format.c http_transport.c \
@@ -16,12 +16,19 @@
if BUILD_OGG123
+mans=$(man_pages)
+docs=$(doc_files)
+else
+mans=
+docs=$(doc_files)
+endif
datadir = @datadir@
localedir = $(datadir)/locale
DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
-bin_PROGRAMS = ogg123
+bin_PROGRAMS = @OGG123@
+EXTRA_PROGRAMS = ogg123
docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
mandir = @MANDIR@
@@ -36,11 +43,9 @@
ogg123_SOURCES = $(ogg123sources)
man_MANS = $(mans)
+EXTRA_MANS = $(man_pages)
doc_DATA = $(docs...
2001 Mar 16
2
Installation problems
....
So I tried compiling it and got the following error.
I`m running a RedHat 7.0.91 Wolverine dist
[root@relay tinc-1.0pre3]# rpm -qa | grep gcc
gcc-2.95.1-3
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../lib -I../intl -g -O2
-DPKGLIBDIR=/usr/local/lib/tinc -DCONFDIR=\"/usr/local/etc\"
-DLOCALEDIR=\"/usr/local/share/locale\" -c protocol.c
protocol.c: In function `send_request':
protocol.c:77: parse error before `int'
make[2]: *** [protocol.o] Error 1
make[2]: Leaving directory `/usr/src/tinc-1.0pre3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/...
2001 Feb 21
2
can't get tinc to compile..
...be done for `all'.
make[2]: Leaving directory `/usr/src/tinc-1.0pre3/lib'
Making all in src
make[2]: Entering directory `/usr/src/tinc-1.0pre3/src'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../lib -I../intl -g -O2
-DPKGLIBDIR=/
usr/local/lib/tinc -DCONFDIR=\"/usr/local/etc\"
-DLOCALEDIR=\"/usr/local/share/l
ocale\" -c conf.c
In file included from net.h:110,
from conf.h:26,
from conf.c:37:
connlist.h:26: openssl/evp.h: No such file or directory
connlist.h:27: openssl/rsa.h: No such file or directory
make[2]: *** [conf.o] Error 1
make[2]:...
2007 Sep 27
1
[LLVMdev] (external) library issues
...-DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I. -I. -I.. -I..
-I. -g -O2 -emit-llvm -c -o acl.o acl.c
Command to create the library (omitted all the other .o files):
llvm-ar cru libfetish.a acl.o ...
llvm-ranlib libfetish.a
Command to build and link executable:
llvm-gcc -DLOCALEDIR=\"/usr/local/share/locale\"
-DSHAREDIR=\"/usr/local/share\" -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.
-I../lib -I../lib -g -O2 -emit-llvm -c -o chrgrp.o chgrp.c
llvm-gcc -DLOCALEDIR=\"/usr/local/share/locale\"
-DSHAREDIR=\"/usr/local/share\" -DHAVE_CONFIG_H -I....
2008 Dec 22
1
Error compiling R.2.8.1 with gcc 4.4 on Mac OS 10.5.6
...rset.c
making localename.d from localename.c
making osdep.d from osdep.c
making printf.d from printf.c
making intl-compat.d from intl-compat.c
making hash-string.d from hash-string.c
making lock.d from lock.c
gcc -std=gnu99 -I. -I../../../src/include -I../../../src/include -I.
-I/usr/local/include -DLOCALEDIR=\"\" -DLOCALEALIAS_PATH=\"\" -DIN_LIBINTL
-DHAVE_CONFIG_H
-I/System/Library/Frameworks/CoreFoundation.framework/Headers -fPIC -g -O2
-c bindtextdom.c -o bindtextdom.o
gcc -std=gnu99 -I. -I../../../src/include -I../../../src/include -I.
-I/usr/local/include -DLOCALEDIR=\"...
2008 Jan 25
7
vorbis-tools 1.2.0 Release Candidate
I bumped the version number of vorbis-tools and am preparing it for an
eventual release in a few days.
A changelog of what's new may be found at [1].
Meanwhile, what's in SVN is a "Release Candidate" to find out if
anything was broken since version 1.1.1. Report any (or lack of)
problems you may find, so we'll be able to put out a new version of
vorbis-tools.
-Ivo
[1]
2006 Jun 01
1
compile cvs trunk
...Then a make did not finish:
make[2]: Entering directory `/usr/src/tinc/lib'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/src/tinc/lib'
Making all in src
make[2]: Entering directory `/usr/src/tinc/src'
gcc -g -O2 -DCONFDIR=\"/usr/local/etc\"
-DLOCALEDIR=\"/usr/local/share/locale\"
-DLOCALSTATEDIR=\"/usr/local/var\" -g -O2 -o tincd conf.o connection.o
edge.o event.o graph.o logger.o meta.o net.o net_packet.o net_setup.o
net_socket.o netutl.o node.o process.o protocol.o protocol_auth.o
protocol_edge.o protocol_misc.o protoc...
2006 Jul 07
1
[LLVMdev] Problem Compiling llvm-gcc4 r12 and r13
A clean build of revisions 12 or 13 of llvm-gcc4 produces:
make[1]: *** No rule to make target `llvm-backend.c', needed by `llvm-backend.o'. Stop.
While the gcc/Makefile.in has:
llvm-backend.o : llvm-backend.cpp $(ALL_HEADERS) #line 2440
it also has:
# APPLE LOCAL begin LLVM #line 1018
ifneq ($(LLVMOBJDIR),)
OBJS-common += llvm-backend.o llvm-convert.o
2001 Jun 19
2
Question about building tinc pre4
When trying to make the last version I'm getting this error
(#./configure --prefix=/some/dir); #make):
============================
gcc -g -O2 -I/usr/local/openssl/include -DPKGLIBDIR=/usr/local/tinc_new/lib
/tinc -DCONFDIR=\"/usr/local/tinc_new/etc\" -DLOCALEDIR=\"/usr/local
/tinc_new/share/locale\" -DLOCALSTATEDIR=\"/usr/local/tinc_new/var\" -o
tincd conf.o connection.o meta.o net.o netutl.o process.o protocol.o
route.o subnet.o tincd.o ../lib/libvpn.a -L/usr/local/openssl/lib -lcrypto
/usr/local/lib/libcrypto.a(dso_dlfcn.o): In func...
2002 Nov 06
2
Compiling ogg123 under powerpc-apple-darwin6.1
Running gcc3 and running into a syntax error in ogg123's buffer.c :
...
gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE=\"vorbis-tools\"
-DVERSION=\"1.0\" -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DHAVE_ALLOCA=1
-DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_LIMITS_H=1
-DHAVE_LOCALE_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1...
2012 Jun 20
2
CentOS 6.2-x86-64
...ds of clamav and mailfilter.
I do have the src for mailfilter, however it refuses to build on x86-64,
issuing this error:
==================
Making all in src
gmake[2]: Entering directory `/usr/src/mailfilter-0.8.2/src'
g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -I. -I../include -I.. -
DLOCALEDIR=\"/usr/local/share/locale\" -I../intl -I.. -I../include -I. -
Wall -g -O2 -MT header.o -MD -MP -MF .deps/header.Tpo -c -o header.o
header.cc
header.cc: In member function ?int Header::rfc822_valid_msgid(const
char*)?:
header.cc:77: error: invalid conversion from ?const char*? to ?char...
2005 Mar 18
2
Trouble debugging with gdb, R on Windows
...==================================================
--- src/extra/intl/Makefile.win (revision 33477)
+++ src/extra/intl/Makefile.win (working copy)
@@ -18,6 +18,10 @@
endif
CFLAGS = -O2 $(DEFS) -I. -I../../include
+ifdef DEBUG
+ CFLAGS = $(DEFS) -I. -I../../include
+endif
+
dcigettext-CFLAGS=-DLOCALEDIR=\"\"
SOURCES = \
Index: src/gnuwin32/Makefile
===================================================================
--- src/gnuwin32/Makefile (revision 33477)
+++ src/gnuwin32/Makefile (working copy)
@@ -33,8 +33,8 @@
## use FOPTFLAGS where complex*16 is used.
FOPTFLAGS=-O2...
2003 Aug 30
1
Fink's vorbis-tools patch
...+AC_SUBST(CURL_LIBS)
+rm -f conf.curltest
])
diff -urN vorbis-tools-1.0.orig/ogg123/Makefile.am vorbis-tools-1.0/ogg123/Makefile.am
--- vorbis-tools-1.0.orig/ogg123/Makefile.am Thu Jul 11 04:45:37 2002
+++ vorbis-tools-1.0/ogg123/Makefile.am Mon Jan 20 10:11:40 2003
@@ -22,7 +22,7 @@
DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
bin_PROGRAMS = ogg123
-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
+docdir = $(datadir)/doc/$(PACKAGE)
mandir = @MANDIR@
INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ @AO_CFLAGS@ @CURL_CFLAGS@ \
2006 Jan 11
5
FreeBSD Security Advisory FreeBSD-SA-06:01.texindex
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
=============================================================================
FreeBSD-SA-06:01.texindex Security Advisory
The FreeBSD Project
Topic: Texindex temporary file privilege escalation
Category: contrib
Module: texinfo
2008 Dec 29
0
Serial Correlation Test for Short Time Series
...rset.c
making localename.d from localename.c
making osdep.d from osdep.c
making printf.d from printf.c
making intl-compat.d from intl-compat.c
making hash-string.d from hash-string.c
making lock.d from lock.c
gcc -std=gnu99 -I. -I../../../src/include -I../../../src/include -I.
-I/usr/local/include -DLOCALEDIR=\"\" -DLOCALEALIAS_PATH=\"\" -DIN_LIBINTL
-DHAVE_CONFIG_H
-I/System/Library/Frameworks/CoreFoundation.framework/Headers -fPIC -g -O2
-c bindtextdom.c -o bindtextdom.o
gcc -std=gnu99 -I. -I../../../src/include -I../../../src/include -I.
-I/usr/local/include -DLOCALEDIR=\"...
2018 Feb 09
1
R Compilation gets stuck on Windows 64
Please note that building R on Windows is documented in "R Installation
and Administration", including links to external software. Particularly
there is a link to texinfo which is part of Rtools. The documentation is
maintained and it is a sufficient source of information for building R
on Windows.
https://cran.r-project.org/doc/manuals/r-release/R-admin.html