search for: libwpp

Displaying 7 results from an estimated 7 matches for "libwpp".

Did you mean: libcpp
2004 Apr 15
1
error during "make"; can't find ./tools/wineinstall
You have to run ./tools/wineinstall as a normal user, not root. Ivan.
2006 Jan 20
1
error on compiling wine 0.9.6 on fedora core 4 - wine 0.9.5 works!
gcc -g -O2 -o widl client.o hash.o header.o proxy.o server.o typegen.o typelib.o utils.o widl.o write_msft.o parser.tab.o lex.yy.o -L../../libs -lwpp -lwine_port -lfl ../../libs/libwpp.a(lex.yy.o)(.text+0x5e8): In function `_yy_dummy_uses_of_static_functions_b2f4_517d_02ff_b30c_3e5a_47d7_aaa3_3b5d_': /usr/local/rpm/wine-0.9.6/libs/wpp/lex.yy.c:3357: multiple definition of `_yy_dummy_uses_of_static_functions_b2f4_517d_02ff_b30c_3e5a_47d7_aaa3_3b5d_' lex.yy.o(.text+0x550)...
2010 Jul 28
1
Libiberty/mkstemps compile problem
...Configuration went well, but compilation aborted on: make[1]: Entering directory `/home/jcoppens/wine-1.2/tools/widl' gcc -m32 -g -O2 -o widl client.o expr.o hash.o header.o proxy.o server.o typegen.o typelib.o typetree.o utils.o widl.o write_msft.o parser.tab.o parser.yy.o ../../libs/wpp/libwpp.a ../../libs/port/libwine_port.a parser.yy.o: In function `do_import': /home/jcoppens/wine-1.2/tools/widl/parser.l:477: undefined reference to `mkstemps' I found out this should come from libiberty, which is present as a static library (probably ok, as the rest of the above links static?)...
2010 Aug 02
3
Error compile wine1.3 on Ubuntu10.04 64bit
CFLAGS="-m32 $(CFLAGS)" LDFLAGS="-L/usr/lib32 $(LDFLAGS)" ./configure I notice here some strange lines: ... checking whether we need to define __i386__... no ... configure: lib(n)curses 32-bit development files not found, curses won't be supported. configure: libv4l 32-bit development files not found. When I do make: Code: /usr/bin/ld: i386:x86-64 architecture of input
2019 Mar 15
0
Wine release 4.4
...f memcpy_unaligned(). libport: Simplify configuration checks in getopt.c. libport: Remove checks for gettimeofday(). libport: Remove checks for memmove(). libport: Remove checks for strerror(). Avoid using Windows includes that are already handled in wine/port.h. libwpp: Use __int64 instead of long long. configure: Hardcode some headers for Windows platforms. configure: Hardcode some types for Windows platforms. configure: Hardcode some functions for Windows platforms. libport: Don't build some functions that aren't needed on Window...
2008 Mar 07
0
Wine release 0.9.57
...ng can be determined at compile time. Include config.h and wine/port.h in files that use snprintf. inetcomm: Add default case to sub_stream_Seek to avoid using uninitialised memory. gdi32: Move 16-bit printing functions to printdrv16.c. wininet: Fix compile with MinGW. libwpp: Include wine/port.h in ppl.l as strcasecmp is used, which isn't available on all platforms. Add configure check for strtoll and strtoull. include: Remove superfluous semi-colon from d3d9.h. libport: Undefine strcasecmp and strncasecmp in case they are defined to stricmp and s...
2010 Apr 02
0
Wine release 1.1.42
...es in command line for builtin exes. wrc: Move temp file management from wpp directly into the load_file function. widl: Move temp file management from wpp to widl. wpp: Get rid of wpp_parse_temp, temp file management is better left to callers. wpp: Build with -fPIC to allow libwpp to be used from dlls. wineboot: Use rundll32 to apply wine.inf instead of calling setupapi directly. wineboot: Start an additional 32-bit instance of rundll32 on 64-bit platforms to do the Wow64-specific setup. wine.inf: Add a Wow64Install section for the Wow64-specific configurat...