Displaying 20 results from an estimated 20 matches for "lwsock32".
Did you mean:
wsock32
2012 Feb 04
2
Moving CPP hackery
JonY wrote:
> Looks like there are some missed defines in the test_libFLAC++. Attached
> patch fixes that.
Good one. Thanks.
> Also, wsock32 usage is deprecated, on Win7, wsock32 forwards everything
> to ws2_32, suggest changing to -lwsock32 to -lws2_32 in configure.ac.
> Additionally, using -lwsock32 on Cygwin is wrong. Fix in config.txt.
For that I think I'd prefer to purge all use of ntohl. Will make that
a high priority.
Erik
--
----------------------------------------------------------------------
Erik de Castro Lopo
htt...
2012 Feb 04
0
flac-dev Digest, Vol 87, Issue 10
...days to give you guys time to
> > test this.
> >
>
> Hi,
>
> Looks like there are some missed defines in the test_libFLAC++. Attached
> patch fixes that.
>
> Also, wsock32 usage is deprecated, on Win7, wsock32 forwards everything
> to ws2_32, suggest changing to -lwsock32 to -lws2_32 in configure.ac.
> Additionally, using -lwsock32 on Cygwin is wrong. Fix in config.txt.
>
> I also suggest changing all the switch-case statements in configure.ac
> to AS_CASE.
> -------------- next part --------------
> An embedded and charset-unspecified text was scr...
2012 Feb 04
3
Moving CPP hackery
Hi all, especially David Yeo and JonY,
I've started moving compiler specific CPP hacker into a separate file
at include/share/compat.h.
Eventually I hope to be able to move all of the require CPP hackery
for $random_compiler into this file and have any C file which needs
any compiler specific tweak to include this new compatibilty header.
My belief is that one this CPP hackery is all in one
2012 Feb 04
0
Moving CPP hackery
...f
> on any further hacking for a couple of days to give you guys time to
> test this.
>
Hi,
Looks like there are some missed defines in the test_libFLAC++. Attached
patch fixes that.
Also, wsock32 usage is deprecated, on Win7, wsock32 forwards everything
to ws2_32, suggest changing to -lwsock32 to -lws2_32 in configure.ac.
Additionally, using -lwsock32 on Cygwin is wrong. Fix in config.txt.
I also suggest changing all the switch-case statements in configure.ac
to AS_CASE.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: cpp_hack.txt
U...
2012 Feb 05
2
[PATCH 1/2] OS/2 also needs "-no-undefined" to build a DLL
...nabling strict exports with libtool; for now, it's only supported by Win32
+ *-*-cygwin|*mingw*|*emx*)
+ # define this variable for enabling strict exports with libtool; for now, it's supported by Win32 and OS/2
LT_NO_UNDEFINED="-no-undefined"
+ ;;
+ *-*-cygwin|*mingw*)
# -lwsock32 only needed because of ntohl() usage, can get rid of after that's gone:
MINGW_WINSOCK_LIBS=-lwsock32
;;
--
1.7.2.3
2005 Oct 29
0
postgres 8.0, PQsetdbLogin() in -lpq... no
...res oracle$ gem install postgres
ERROR: While executing gem ... (RuntimeError)
ERROR: Failed to build gem native extension.
Gem files will remain installed in
/opt/local/lib/ruby/gems/1.8/gems/postgres-0.7.1 for inspection.
ruby extconf.rb install postgres\nchecking for cygwin32_socket() in
-lwsock32... no
checking for socket() in -lsocket... no
checking for gethostbyname() in -linet... no
checking for gethostbyname() in -lnsl... no
checking for sys/un.h... yes
checking for socket()... yes
checking for hsterror()... no
checking for gethostname()... yes
checking for PQsetdbLogin() in -lpq... no...
2004 Mar 29
1
wine-20040309 build error
...39;s localized in french).
make[2]: Entre dans le r?pertoire
`/home/root/build/wine-20040309/programs/winetest'../../tools/winegcc/winegcc
-B../../tools/winebuild -mwindows gui.o main.o send.o util.o
winetest.exe.dbg.o gui.res winetest.res -o winetest.exe.so -L../../dlls
-lcomctl32 -luser32 -lwsock32 -L../../libs/wine -lwine -L../../libs/port
-lwine_port -L/opt/mm/lib -L/opt/gnome/lib -lm gcc: Erreur internal error:
Processus arr?t? (programme cc1) SVP soumettre un rapport complet d'anomalies.
Consulter <URL:http://gcc.gnu.org/bugs.html> pour les instructions.
winegcc: gcc failed.
ma...
2003 Nov 07
6
DnD
Hi!
Is drag''n''drop works currently under wxruby?
I want an app, where you can drag files from a wxlistctrl to a
wxtreectrl.
Can anyone show a little example?
Gergo
--
+-[ Kontra, Gergely<kgergely@mcl.hu> PhD student Room IB113 ]---------+
| http://www.mcl.hu/~kgergely "Olyan langesz vagyok, hogy |
| Mobil:(+36 20) 356 9656 ICQ: 175564914 poroltoval
2001 Mar 26
2
Need some help for building R!
...libmain.a libappl.a libmath.a ga.a gl.a xdr.a em.a
dllversion.o > Defs
sed -n '/^........ [BCDRT] _/s/^........ [BCDRT] _/ /p' Defs >> R.def
rm -f Defs
gcc --shared -s -mwindows -o R.dll R.def R.a malloc.o libmain.a
libappl.a libmath.a ga.a gl.a xdr.a em.a dllversion.o -L. -lg2c
-lwsock32 -lcomctl32 -lversion
-----------------------------------------------------------------------------------------------------------------------------------------
Then it stops with this error:
-----------------------------------------------------------------------------------------------------------...
2001 Mar 26
2
Need some help for building R!
...libmain.a libappl.a libmath.a ga.a gl.a xdr.a em.a
dllversion.o > Defs
sed -n '/^........ [BCDRT] _/s/^........ [BCDRT] _/ /p' Defs >> R.def
rm -f Defs
gcc --shared -s -mwindows -o R.dll R.def R.a malloc.o libmain.a
libappl.a libmath.a ga.a gl.a xdr.a em.a dllversion.o -L. -lg2c
-lwsock32 -lcomctl32 -lversion
-----------------------------------------------------------------------------------------------------------------------------------------
Then it stops with this error:
-----------------------------------------------------------------------------------------------------------...
2007 Jun 03
1
postgres gem -- LoadError
...ing the postgres gem.
First I did a "gem install postgres" and then I tried the following.
# echo $LD_LIBRARY_PATH
/usr/local/pgsql/lib
# pwd
/usr/lib/ruby/gems/1.8/gems/postgres-0.7.1
# make clean
# ruby extconf.rb --with-pgsql-dir=/usr/local/pgsql
checking for cygwin32_socket() in -lwsock32... no
checking for socket() in -lsocket... no
checking for gethostbyname() in -linet... no
checking for gethostbyname() in -lnsl... yes
checking for sys/un.h... yes
checking for socket()... yes
checking for hsterror()... no
checking for gethostname()... yes
checking for PQsetdbLogin() in -lpq... ye...
2005 Apr 02
1
Compilation fails
...age:{{{
make[2]: Entering directory `/ext3/pkgs2/ztmp/Downloads/Wine-20050310/wine-20050310/programs/winetest'
../../tools/winegcc/winegcc -B../../tools/winebuild -mconsole gui.o main.o send.o util.o winetest.exe.dbg.o winetest.res -o winetest.exe.so -L../../dlls -lcomctl32 -luser32 -lgdi32 -lwsock32 -L../../libs/wine -lwine -L../../libs/port -lwine_port
winetest.exe-XI01Hj.spec.c:173582:63: warning: no newline at end of file
winetest.exe-XI01Hj.spec.c:173582: parse error at end of input
winegcc: gcc failed.
make[2]: *** [winetest.exe.so] Error 2
make[2]: Leaving directory `/ext3/pkgs2/ztmp/Do...
2007 Nov 13
0
problem with speex and iaxclient
...xclient-2.0.1/speex-1.2/include -o testcall.exe testcall.o ../../lib/.libs/libiaxclient.a -L/d/Lib/iaxclient-2.0.1/portaudio-1.9/lib.libs -L/d/Lib/iaxclient-2.0.1/speex-1.2beta1/libspeex/.libs -L/d/Lib/iaxclient-2.0.1/libtheora-1.0/lib/.libs -L/d/Lib/iaxclient-2.0.1/libogg-1.1.3/src/.libs -lwinmm -lwsock32
../../lib/.libs/libiaxclient.a(audio_encode.o):audio_encode.c:(.text+0x15a): undefined reference to `speex_preprocess_ctl'
../../lib/.libs/libiaxclient.a(audio_encode.o):audio_encode.c:(.text+0x183): undefined reference to `speex_preprocess_ctl
For the iaxclient this is how I configure is
/co...
2006 Apr 19
2
ubuntu 5.10 postrgres gem
...-with-nsllib
--without-nsllib
ERROR: While executing gem ... (RuntimeError)
ERROR: Failed to build gem native extension.
Gem files will remain installed in
/usr/lib/ruby/gems/1.8/gems/postgres-0.7.1 fo r inspection.
ruby extconf.rb install postgres\nchecking for cygwin32_socket() in
-lwsock32. .. no
checking for socket() in -lsocket... no
checking for gethostbyname() in -linet... no
checking for gethostbyname() in -lnsl... no
checking for sys/un.h... no
checking for socket()... no
checking for cygwin32_socket()... no
Results logged to /usr/lib/ruby/gems/1.8/gems/postgres-0.7.1/gem_mak...
2006 Apr 20
1
Unable to connect to postgres on Fedora Core 5
...l postgres
Attempting local installation of ''postgres''
Local gem file not found: postgres*.gem
Attempting remote installation of ''postgres''
Building native extensions. This could take a while...
ruby extconf.rb install postgres
checking for cygwin32_socket() in -lwsock32... no
checking for socket() in -lsocket... no
checking for gethostbyname() in -linet... no
checking for gethostbyname() in -lnsl... yes
checking for sys/un.h... yes
checking for socket()... yes
checking for hsterror()... no
checking for gethostname()... yes
checking for PQsetdbLogin() in -lpq... ye...
2004 Aug 05
2
libraries needed to distribute app
Hi
I''m making an installer for my WxRuby app, using exerb. I''ve included
wxruby.so in the package, and it seems to work fine on my computer, but
are there any other dlls or whatever I''m likely to need, for example for
WxWidgets itself?
Cheers
alex
2001 May 30
1
gcc.exe: unrecognized option `-shared' encountered (building R on Windows)
...tracted binaries from
the latest tools.zip archive.
I am running on Windows 2000
Any ideas as to what I may be doing wrong: ?
Output from console on running <make>
gcc --shared -s -mwindows -o R.dll R.def R1.a libmain.a libappl.a
libmath.a ga.a gl.a xdr.a em.a dllversion.o -L. -lg2
c -lwsock32 -lcomctl32 -lversion
gcc.exe: unrecognized option `-shared'
ld:R.def: file format not recognized; treating as linker script
ld:R.def:1: parse error
make: *** [R.dll] Error 1
PS: Once I have managed to build R, I would like to embed it in a Java
application (the R engine that is) - using OMEG...
2004 Aug 26
18
wxRuby 0.5.0 has been released!
wxRuby 0.5.0 has been released and is now available for
download from RubyForge at http://wxruby.rubyforge.org/
This release includes binary builds for Max OS X and
MS Windows.
Please report any bugs or feature requests here:
http://rubyforge.org/tracker/?group_id=35
Changes in this release include:
* Added XRC (Xml Resource File) support.
* Added totally awesome HTML widget from Tobi
2004 Aug 06
1
some portability fixes ...
...on't mess around with mingw."
> elif test "$CYGWIN" = "yes" && test "$enable_mingw" = "yes"; then
> echo "Preparing CYGWIN and mingw specific setup..."
> CFLAGS="$CFLAGS -mno-cygwin"
> LIBS="-lkernel32 -lwsock32 -lmsvcrt"
> elif test "$CYGWIN" = "yes" && test "$enable_mingw" = "no"; then
> echo "Preparing CYGWIN for cygnus library setup..."
> echo "Warning: As of cygnus 1.1.8, pthread support is crippled!!!"
> CFLAGS=&q...
2020 Aug 15
3
[PATCH EXPERIMENTAL nbdkit 0/2] Port to Windows using mingw.
The patches following do indeed allow you to compile nbdkit.exe, but
it does not actually work yet. I'm posting this experimental series
more as a work in progress and to get feedback.
Note this does not require Windows itself to build or test. You can
cross-compile it using mingw64-* packages on Fedora or Debian, and
test it [spoiler alert: it fails] using Wine.
Rich.