Displaying 11 results from an estimated 11 matches for "ddll_export".
2012 Feb 26
0
Testing needed
...s (and even
> more importantly any failures) on OSX, Windows and elsewhere.
Hi, build dies here on OS/2 as aout is a very simple object format and
doesn't support most types of .section.
...
sh ../../../strip_non_asm_libtool_args.sh nasm -f aout -d
OBJ_FORMAT_aout -i./ bitreader_asm.nasm -DDLL_EXPORT -DPIC -o
.libs/bitreader_asm.o
nasm -f aout -d OBJ_FORMAT_aout -i./ bitreader_asm.nasm -DDLL_EXPORT
-o .libs/bitreader_asm.o
nasm.h:77: error: segment name `.note.GNU-stack progbits noalloc
noexec nowrite align=1' not recognized
...
Wrapping the section with %ifndef OBJ_FORMAT_aout fixes it.
Th...
2004 Mar 13
1
Ogg / Vorbis Compiling under W32 with MingW ** Problem **
...r inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... no
checking dlfcn.h presence... no
checking for dlfcn.h... no
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -DDLL_EXPORT
checking if gcc PIC flag -DDLL_EXPORT works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (c:/MingW/mingw32/bin/...
2020 Mar 23
2
Re: [PATCH nbdkit 3/3] python: Remove extraneous static keyword
On Mon, Mar 23, 2020 at 12:28:12PM +0000, Richard W.M. Jones wrote:
> From: Yifan Gu <gyf304@gmail.com>
>
> The create_nbdkit_module function is intended to be exported, therefore
> the static keyword is not needed and prevents building on MSYS2.
> ---
> plugins/python/python.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git
2012 Feb 26
5
Testing needed
Hi all,
I think we're getting close to the first FLAC release in over 4 years.
I have tested whats currently in Git on x86, x86_64 and PowerPC Linux
and would appreciate reports of successful compiles (and even more
importantly any failures) on OSX, Windows and elsewhere.
Cheers,
Erik
--
----------------------------------------------------------------------
Erik de Castro Lopo
2009 Jul 11
4
[LLVMdev] LLVMdev Digest, Vol 61, Issue 25
...g lines and -e... /bin/grep
checking for egrep... /bin/grep -E
. . . [240 lines of output in total, before failure]
checking whether the g++ linker
(c:/mingw/bin/../lib/gcc/mingw32/4.3.3/../../../../mingw32/bin/ld.ex
e) supports shared libraries... yes
checking for g++ option to produce PIC... -DDLL_EXPORT
checking if g++ PIC flag -DDLL_EXPORT works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker
(c:/mingw/bin/../lib/gcc/mingw32/4.3.3/../../../../mingw32/bin/ld.ex
e) supports shared libraries... yes
checking dynamic...
2007 Dec 04
0
Compilation of flac-1.2.1 fails under MinGW
...ing to compile flac
1.2.1 under MinGW :
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DFLaC__INLINE=__inline__ -DNDEBUG
-I../.. -I./include -I../../include -O3 -funroll-loops
-finline-functions -Wall -W -Winl ine -g -O2 -MT stream_decoder.lo -MD
-MP -MF .deps/stream_decoder.Tpo -c stream_ decoder.c -DDLL_EXPORT
-DPIC -o .libs/stream_decoder.o
In file included from stream_decoder.c:56:
../../include/share/alloc.h:41:5: #error
In file included from stream_decoder.c:56:
../../include/share/alloc.h: In function `safe_malloc_mul_2op_':
../../include/share/alloc.h:120: error: `SIZE_T_MAX' undeclared (f...
2020 Mar 23
0
Re: [PATCH nbdkit 3/3] python: Remove extraneous static keyword
...in_la-python.lo `test -f 'python.c' || echo './'`python.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include
-I../../common/utils -I/usr/include/python3.7m -g -O2 -MT
nbdkit_python_plugin_la-python.lo -MD -MP -MF
.deps/nbdkit_python_plugin_la-python.Tpo -c python.c -DDLL_EXPORT -DPIC -o
.libs/nbdkit_python_plugin_la-python.o
python.c:228:1: error: external linkage required for symbol
‘create_nbdkit_module’ because of ‘dllexport’ attribute
228 | create_nbdkit_module (void)
| ^~~~~~~~~~~~~~~~~~~~
make[3]: *** [Makefile:638: nbdkit_python_plugin_la-python.lo] Error 1...
2012 Mar 28
3
Compiling Omega 1.2.9 on Windows 7 64-Bit
...security -fno-gnu-keywords -Wundef -Wstrict-null-sentinel -Wshadow -Wstri
ct-overflow=1 -Winit-self -Wlogical-op -Wmissing-declarations -fvisibility=hidde
n -I/xapian/xapian-core-1.2.9/include -g -O2 -MT libtransform_la-transform.lo -M
D -MP -MF .deps/libtransform_la-transform.Tpo -c transform.cc -DDLL_EXPORT -DPI
C -o .libs/libtransform_la-transform.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./common -I/usr/local/include -Wall
-W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -W
format-security -fno-gnu-keywords -Wundef -Wstrict-null-sentinel -Wshadow -Wstri
ct-overflow=1...
2018 Dec 16
0
Build from Source on MSVC 2017 cl and MSYS2 32 bit
...r memory.h... yes
checking for strings.h... no
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... no
checking for dlfcn.h... no
checking for objdir... .libs
checking for
/d/smallgame/gaminganywhere/deps.src/libtheora-1.2.0alpha1/compile cl
option to produce PIC... -DDLL_EXPORT -DPIC
checking if
/d/smallgame/gaminganywhere/deps.src/libtheora-1.2.0alpha1/compile cl PIC
flag -DDLL_EXPORT -DPIC works... yes
checking if
/d/smallgame/gaminganywhere/deps.src/libtheora-1.2.0alpha1/compile cl
static flag works... yes
checking if
/d/smallgame/gaminganywhere/deps.src/libtheora-1.2...
2015 Jul 04
2
Trouble installing xapian on windows
...ywords -Wundef -Woverloaded-virtual -Wstrict-nul
l-sentinel -Wshadow -Wstrict-overflow=1 -Wlogical-op -Wmissing-declarations -Wdo
uble-promotion -Winit-self -fvisibility=hidden -mfpmath=sse -msse2 -mtune=generi
c -g -O2 -MT api/compactor.lo -MD -MP -MF api/.deps/compactor.Tpo -c api/compact
or.cc -DDLL_EXPORT -DPIC -o api/.libs/compactor.o
In file included from api/compactor.cc:39:0:
./common/safeunistd.h: In function 'unsigned int sleep(unsigned int)':
./common/safeunistd.h:56:1: error: redefinition of 'unsigned int sleep(unsigned
int)'
sleep(unsigned int seconds)
^
In file included f...
2016 Feb 08
2
Compilation failure using mingw-w64 and gcc-5.3.0
...32/include
-O3 -funroll-loops -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes
-Waggregate-return -Wcast-align -Wnested-externs -Wshadow -Wundef
-Wmissing-declarations -Winline -Wdeclaration-after-statement
-D_FORTIFY_SOURCE=2 -msse2 -MT bitmath.lo -MD -MP -MF .deps/bitmath.Tpo -c
bitmath.c -DDLL_EXPORT -DPIC -o .libs/bitmath.o
In file included from ../../include/share/compat.h:150:0,
from ./include/private/bitmath.h:39,
from bitmath.c:37:
../../include/share/win_utf8_io.h:54:43: warning: 'struct __stat64'
declared inside parameter list
int _stat64_utf8(c...