Displaying 10 results from an estimated 10 matches for "dfortify_source".
Did you mean:
d_fortify_source
2015 Jul 27
0
./configure: line 5083: syntax error near unexpected token `-DFORTIFY_SOURCE=2, '
Hi all,
I always have a problem to compile Tinc 1.1 on Debian Wheezy (after
AC_CONFIG_MACRO_DIRS problem was solved).
Now I get :
./configure: line 5083: syntax error near unexpected token
`-DFORTIFY_SOURCE=2,'
./configure: line 5083: ` AX_CHECK_COMPILE_FLAG(-DFORTIFY_SOURCE=2,
CPPFLAGS="$CPPFLAGS -DFORTIFY_SOURCE=2")'
Just to be clear, I run :
rm -Rf /usr/src/tinc
git clone git://tinc-vpn.org/tinc /usr/src/tinc
cd /usr/src/tinc
git checkout 1.1
autoreconf -fsi
./configure --prefi...
2015 Sep 24
0
./configure: line 5083: syntax error near unexpected token `-DFORTIFY_SOURCE=2, '
On Thu, Sep 24, 2015 at 12:06:32PM +0200, Florent B wrote:
> Possible to revert this or not ? It breaks compilation on Wheezy.
> For now I fix it "by hand" but I would prefer a clean git compilation.
Done.
--
Met vriendelijke groet / with kind regards,
Guus Sliepen <guus at tinc-vpn.org>
-------------- next part --------------
A non-text attachment was scrubbed...
2015 Jul 15
1
configure.ac:9: error: possibly undefined macro: AC_CONFIG_MACRO_DIRS
On Wed, Jul 15, 2015 at 02:42:13PM +0200, Florent B wrote:
> ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
> --without-zlib --with-lzo --with-openssl
>
> is then failing on
>
> ./configure: line 5083: syntax error near unexpected token
> `-DFORTIFY_SOURCE=2,'
> ./configure: line 5083: ` AX_CHECK_COMPILE_FLAG(-DFORTIFY_SOURCE=2,
> CPPFLAGS="$CPPFLAGS -DFORTIFY_SOURCE=2")'
Can you send me a copy of your configure script?
--
Met vriendelijke groet / with kind regards,
Guus Sliepen <guus at tinc-vpn.org>
----------...
2016 Apr 08
2
Commit 68f4ca7 issues
There are few reasons why I stick to older OSes.
In case of FreeBSD its my customized Imunes platform
for network simulations...
Anyway, back to root problem:
gcc -std=gnu99 -DHAVE_CONFIG_H -DCONFDIR=\"/etc\" -DLOCALSTATEDIR=\"/var\"
-DFORTIFY_SOURCE=2 -g -O2 -MT tincd.o -MD -MP -MF $depbase.Tpo -c -o tincd.o
tincd.c &&\
mv -f $depbase.Tpo $depbase.Po
tincd.c:52:20: getopt.h: No such file or directory
tincd.c:102: error: elements of array `long_options' have incomplete type
Im not very familiar with all those newer fancy build sy...
2019 Apr 14
1
Opus cmake build
Hi Marcus,
Thanks for the fixes. I did some more cmake build testing and
encountered a few issues:
The option -DFORTIFY_SOURCE=2 should be -D_FORTIFY_SOURCE=2, as the
macro has a leading underscore. In the autotools build it defines this
if it is not already defined (m4/ax_add_fortify_source.m4).
When custom modes are not enabled, the cmake build is nevertheless
installing the include file opus_custom.h. This file is sp...
2015 Jul 15
0
configure.ac:9: error: possibly undefined macro: AC_CONFIG_MACRO_DIRS
15.07.2015 16:23, Michael Tokarev ?????:
> 15.07.2015 16:20, Guus Sliepen ?????:
>
>>> ./configure: line 5083: ` AX_CHECK_COMPILE_FLAG(-DFORTIFY_SOURCE=2,
>
> Should it be AC_CHECK_COMPILE_FLAG not AX_... ?
..nope it shouldn't.
;)
/mjt
2016 Apr 08
0
Commit 68f4ca7 issues
...eeBSD 4.11 in a VM and it seems it doesn't support
C99 at all. So I guess you already had to install a newer GCC and what
not to get things running :)
> Anyway, back to root problem:
> gcc -std=gnu99 -DHAVE_CONFIG_H -DCONFDIR=\"/etc\" -DLOCALSTATEDIR=\"/var\"
> -DFORTIFY_SOURCE=2 -g -O2 -MT tincd.o -MD -MP -MF $depbase.Tpo -c -o tincd.o
> tincd.c &&\
> mv -f $depbase.Tpo $depbase.Po
> tincd.c:52:20: getopt.h: No such file or directory
> tincd.c:102: error: elements of array `long_options' have incomplete type
>
> Im not very familiar with...
2016 Apr 08
2
Commit 68f4ca7 issues
Hi.
I have issues building tincd-1.0.26 on FreeBSD 4.11
Seems commit 68f4ca711593416d0defd81199b176ba604c6cb1
that "modernizes" build system was a bad idea after all?
Not sure why merging lib/ to src/ was done.
Most software I see contains directories like compat/
to aid building for older or broken environments..
This makes clear difference between software sources
itself (src) and
2019 Apr 11
2
Opus cmake build
On Wed, Apr 10, 2019 at 5:30 PM Marcus Asteborg <xnorpx at outlook.com> wrote:
> Hi Mark,
>
> Thanks for the feedback.
>
> By default CMake is building the static library in debug, to get other
> things one has to explicit turn it on.
>
>
Hi,
By default CMake uses the "empty" build, which is used in combination with
the environment variables CFLAGS and
2015 Jul 14
16
[Bug 2428] New: realpath command doesn't work
https://bugzilla.mindrot.org/show_bug.cgi?id=2428
Bug ID: 2428
Summary: realpath command doesn't work
Product: Portable OpenSSH
Version: 6.9p1
Hardware: amd64
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Build system
Assignee: unassigned-bugs at