You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
|
Oct
|
Nov
(1) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(3) |
Jul
|
Aug
(7) |
Sep
|
Oct
(2) |
Nov
(1) |
Dec
(7) |
2006 |
Jan
(1) |
Feb
(2) |
Mar
(3) |
Apr
(3) |
May
(5) |
Jun
(1) |
Jul
|
Aug
(2) |
Sep
(4) |
Oct
(17) |
Nov
(18) |
Dec
(1) |
2007 |
Jan
|
Feb
|
Mar
(8) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
(6) |
Dec
(1) |
2008 |
Jan
(17) |
Feb
(20) |
Mar
(8) |
Apr
(8) |
May
(10) |
Jun
(4) |
Jul
(5) |
Aug
(6) |
Sep
(9) |
Oct
(19) |
Nov
(4) |
Dec
(35) |
2009 |
Jan
(40) |
Feb
(16) |
Mar
(7) |
Apr
(6) |
May
|
Jun
(5) |
Jul
(5) |
Aug
(4) |
Sep
(1) |
Oct
(2) |
Nov
(15) |
Dec
(15) |
2010 |
Jan
(5) |
Feb
(20) |
Mar
(12) |
Apr
|
May
(2) |
Jun
(4) |
Jul
|
Aug
(11) |
Sep
(1) |
Oct
(1) |
Nov
(3) |
Dec
|
2011 |
Jan
(8) |
Feb
(19) |
Mar
|
Apr
(12) |
May
(7) |
Jun
(8) |
Jul
|
Aug
(1) |
Sep
(21) |
Oct
(7) |
Nov
(4) |
Dec
|
2012 |
Jan
(3) |
Feb
(25) |
Mar
(8) |
Apr
(10) |
May
|
Jun
(14) |
Jul
(5) |
Aug
(12) |
Sep
(3) |
Oct
(14) |
Nov
|
Dec
|
2013 |
Jan
(10) |
Feb
(4) |
Mar
(10) |
Apr
(14) |
May
(6) |
Jun
(13) |
Jul
(37) |
Aug
(20) |
Sep
(11) |
Oct
(1) |
Nov
(34) |
Dec
|
2014 |
Jan
(8) |
Feb
(26) |
Mar
(24) |
Apr
(5) |
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
(28) |
Oct
(4) |
Nov
(4) |
Dec
(2) |
2015 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
(13) |
Jul
|
Aug
(3) |
Sep
(8) |
Oct
(11) |
Nov
(16) |
Dec
|
2016 |
Jan
|
Feb
(6) |
Mar
|
Apr
(9) |
May
(23) |
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2017 |
Jan
|
Feb
|
Mar
|
Apr
(7) |
May
(3) |
Jun
|
Jul
(3) |
Aug
|
Sep
(8) |
Oct
|
Nov
|
Dec
(3) |
2018 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
(4) |
Feb
|
Mar
(2) |
Apr
(6) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
(31) |
May
|
Jun
|
Jul
|
Aug
(7) |
Sep
|
Oct
|
Nov
|
Dec
(1) |
2021 |
Jan
(2) |
Feb
(2) |
Mar
(5) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2022 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
1
|
2
|
3
(1) |
4
|
5
|
6
(2) |
7
(2) |
8
|
9
(1) |
10
|
11
|
12
(1) |
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
31
|
|
|
|
|
From: Stephen S. <rad...@gm...> - 2011-05-12 19:58:29
|
Hi, Did you compile pthread-win32? It is required for liblo. The actual name of the pthread DLL depends on how you compiled and linked it. (I compiled it in mingw, so the name for me is libpthreadGC2.dll.) In any case, you should make sure libpthread-2.dll is on the $PATH variable. An alternative it to compile it against a static version of libpthread.a, then you won't have this issue; you probably have to compile pthread-win32 yourself for that. Steve On Mon, May 9, 2011 at 2:54 AM, nico <sl1...@gm...> wrote: > there's a BUT... > when i try to launch testlo, it fails because it says libpthread-2.dll > is missing... > the only thing i see is that lo is linked 2 times with -lpthread. > any idea? > > nicolas > > Le 07/05/11 19:04, Stephen Sinclair a écrit : >> Great, thanks for confirming. >> >> Steve >> >> On Sat, May 7, 2011 at 8:26 AM, nico<sl1...@gm...> wrote: >>> hi, >>> a git clone from today lead to liblo-7.dll with no error. >>> >>> good job, >>> thank you, >>> >>> nicolas >>> >>> Le 06/05/11 19:59, Stephen Sinclair a écrit : >>>> Hi, >>>> >>>> Since my latest patches in the subversion, you should be able to use >>>> the standard automake stuff to generate a DLL now. It is the default, >>>> you have to issue "./configure --enabled-static --disable-shared" to >>>> get a static library now. >>>> >>>> Steve >>>> >>>> On Thu, May 5, 2011 at 11:33 PM, nico<sl1...@gm...> wrote: >>>>> hi Steve, >>>>> sorry for the long delay, i've been busy with work... >>>>> 0.26 compiles fine with mingw and produce a static lib. in order to get >>>>> the dynamic one, i did : >>>>> /opt/mingw/usr/bin/i686-pc-mingw32-gcc -shared -o file.dll >>>>> -Wl,--out-implib,liblo.a liblo_la-address.o liblo_la-blob.o >>>>> liblo_la-bundle.o liblo_la-message.o liblo_la-method.o >>>>> liblo_la-pattern_match.o liblo_la-send.o liblo_la-server_thread.o >>>>> liblo_la-server.o liblo_la-timetag.o -o liblo.dll -lpthread -lws2_32 >>>>> >>>>> and this produced a suitable dll of liblo >>>>> >>>>> but, no chances to compile liblo from the cvs >>>>> >>>>> ++ >>>>> nico >>>>> >>>>> Le 19/04/11 22:20, Stephen Sinclair a écrit : >>>>>> On Sun, Apr 17, 2011 at 2:04 PM, nico<sl1...@gm...> wrote: >>>>>>> hi, >>>>>>> does anybody successfully produced a .dll of liblo with mingw? >>>>>>> if so, how to do that? >>>>>> Hi Nico, >>>>>> >>>>>> What are the results of running autogen.sh? You should have mingw's >>>>>> version of autoconf and automake installed. It should work, if all >>>>>> goes well, though I haven't tested it in a while. >>>>>> >>>>>> Steve >>>>>> >>>>>> ------------------------------------------------------------------------------ >>>>>> Benefiting from Server Virtualization: Beyond Initial Workload >>>>>> Consolidation -- Increasing the use of server virtualization is a top >>>>>> priority.Virtualization can reduce costs, simplify management, and improve >>>>>> application availability and disaster protection. Learn more about boosting >>>>>> the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev >>>>>> _______________________________________________ >>>>>> liblo-devel mailing list >>>>>> lib...@li... >>>>>> https://lists.sourceforge.net/lists/listinfo/liblo-devel >>>>>> >>>>> ------------------------------------------------------------------------------ >>>>> WhatsUp Gold - Download Free Network Management Software >>>>> The most intuitive, comprehensive, and cost-effective network >>>>> management toolset available today. Delivers lowest initial >>>>> acquisition cost and overall TCO of any competing solution. >>>>> http://p.sf.net/sfu/whatsupgold-sd >>>>> _______________________________________________ >>>>> liblo-devel mailing list >>>>> lib...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/liblo-devel >>>>> >>>> ------------------------------------------------------------------------------ >>>> WhatsUp Gold - Download Free Network Management Software >>>> The most intuitive, comprehensive, and cost-effective network >>>> management toolset available today. Delivers lowest initial >>>> acquisition cost and overall TCO of any competing solution. >>>> http://p.sf.net/sfu/whatsupgold-sd >>>> _______________________________________________ >>>> liblo-devel mailing list >>>> lib...@li... >>>> https://lists.sourceforge.net/lists/listinfo/liblo-devel >>> ------------------------------------------------------------------------------ >>> WhatsUp Gold - Download Free Network Management Software >>> The most intuitive, comprehensive, and cost-effective network >>> management toolset available today. Delivers lowest initial >>> acquisition cost and overall TCO of any competing solution. >>> http://p.sf.net/sfu/whatsupgold-sd >>> _______________________________________________ >>> liblo-devel mailing list >>> lib...@li... >>> https://lists.sourceforge.net/lists/listinfo/liblo-devel >>> >> ------------------------------------------------------------------------------ >> WhatsUp Gold - Download Free Network Management Software >> The most intuitive, comprehensive, and cost-effective network >> management toolset available today. Delivers lowest initial >> acquisition cost and overall TCO of any competing solution. >> http://p.sf.net/sfu/whatsupgold-sd >> _______________________________________________ >> liblo-devel mailing list >> lib...@li... >> https://lists.sourceforge.net/lists/listinfo/liblo-devel > > ------------------------------------------------------------------------------ > WhatsUp Gold - Download Free Network Management Software > The most intuitive, comprehensive, and cost-effective network > management toolset available today. Delivers lowest initial > acquisition cost and overall TCO of any competing solution. > http://p.sf.net/sfu/whatsupgold-sd > _______________________________________________ > liblo-devel mailing list > lib...@li... > https://lists.sourceforge.net/lists/listinfo/liblo-devel > |
From: nico <sl1...@gm...> - 2011-05-09 06:54:43
|
there's a BUT... when i try to launch testlo, it fails because it says libpthread-2.dll is missing... the only thing i see is that lo is linked 2 times with -lpthread. any idea? nicolas Le 07/05/11 19:04, Stephen Sinclair a écrit : > Great, thanks for confirming. > > Steve > > On Sat, May 7, 2011 at 8:26 AM, nico<sl1...@gm...> wrote: >> hi, >> a git clone from today lead to liblo-7.dll with no error. >> >> good job, >> thank you, >> >> nicolas >> >> Le 06/05/11 19:59, Stephen Sinclair a écrit : >>> Hi, >>> >>> Since my latest patches in the subversion, you should be able to use >>> the standard automake stuff to generate a DLL now. It is the default, >>> you have to issue "./configure --enabled-static --disable-shared" to >>> get a static library now. >>> >>> Steve >>> >>> On Thu, May 5, 2011 at 11:33 PM, nico<sl1...@gm...> wrote: >>>> hi Steve, >>>> sorry for the long delay, i've been busy with work... >>>> 0.26 compiles fine with mingw and produce a static lib. in order to get >>>> the dynamic one, i did : >>>> /opt/mingw/usr/bin/i686-pc-mingw32-gcc -shared -o file.dll >>>> -Wl,--out-implib,liblo.a liblo_la-address.o liblo_la-blob.o >>>> liblo_la-bundle.o liblo_la-message.o liblo_la-method.o >>>> liblo_la-pattern_match.o liblo_la-send.o liblo_la-server_thread.o >>>> liblo_la-server.o liblo_la-timetag.o -o liblo.dll -lpthread -lws2_32 >>>> >>>> and this produced a suitable dll of liblo >>>> >>>> but, no chances to compile liblo from the cvs >>>> >>>> ++ >>>> nico >>>> >>>> Le 19/04/11 22:20, Stephen Sinclair a écrit : >>>>> On Sun, Apr 17, 2011 at 2:04 PM, nico<sl1...@gm...> wrote: >>>>>> hi, >>>>>> does anybody successfully produced a .dll of liblo with mingw? >>>>>> if so, how to do that? >>>>> Hi Nico, >>>>> >>>>> What are the results of running autogen.sh? You should have mingw's >>>>> version of autoconf and automake installed. It should work, if all >>>>> goes well, though I haven't tested it in a while. >>>>> >>>>> Steve >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Benefiting from Server Virtualization: Beyond Initial Workload >>>>> Consolidation -- Increasing the use of server virtualization is a top >>>>> priority.Virtualization can reduce costs, simplify management, and improve >>>>> application availability and disaster protection. Learn more about boosting >>>>> the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev >>>>> _______________________________________________ >>>>> liblo-devel mailing list >>>>> lib...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/liblo-devel >>>>> >>>> ------------------------------------------------------------------------------ >>>> WhatsUp Gold - Download Free Network Management Software >>>> The most intuitive, comprehensive, and cost-effective network >>>> management toolset available today. Delivers lowest initial >>>> acquisition cost and overall TCO of any competing solution. >>>> http://p.sf.net/sfu/whatsupgold-sd >>>> _______________________________________________ >>>> liblo-devel mailing list >>>> lib...@li... >>>> https://lists.sourceforge.net/lists/listinfo/liblo-devel >>>> >>> ------------------------------------------------------------------------------ >>> WhatsUp Gold - Download Free Network Management Software >>> The most intuitive, comprehensive, and cost-effective network >>> management toolset available today. Delivers lowest initial >>> acquisition cost and overall TCO of any competing solution. >>> http://p.sf.net/sfu/whatsupgold-sd >>> _______________________________________________ >>> liblo-devel mailing list >>> lib...@li... >>> https://lists.sourceforge.net/lists/listinfo/liblo-devel >> ------------------------------------------------------------------------------ >> WhatsUp Gold - Download Free Network Management Software >> The most intuitive, comprehensive, and cost-effective network >> management toolset available today. Delivers lowest initial >> acquisition cost and overall TCO of any competing solution. >> http://p.sf.net/sfu/whatsupgold-sd >> _______________________________________________ >> liblo-devel mailing list >> lib...@li... >> https://lists.sourceforge.net/lists/listinfo/liblo-devel >> > ------------------------------------------------------------------------------ > WhatsUp Gold - Download Free Network Management Software > The most intuitive, comprehensive, and cost-effective network > management toolset available today. Delivers lowest initial > acquisition cost and overall TCO of any competing solution. > http://p.sf.net/sfu/whatsupgold-sd > _______________________________________________ > liblo-devel mailing list > lib...@li... > https://lists.sourceforge.net/lists/listinfo/liblo-devel |
From: Stephen S. <rad...@gm...> - 2011-05-07 17:05:02
|
Great, thanks for confirming. Steve On Sat, May 7, 2011 at 8:26 AM, nico <sl1...@gm...> wrote: > hi, > a git clone from today lead to liblo-7.dll with no error. > > good job, > thank you, > > nicolas > > Le 06/05/11 19:59, Stephen Sinclair a écrit : >> Hi, >> >> Since my latest patches in the subversion, you should be able to use >> the standard automake stuff to generate a DLL now. It is the default, >> you have to issue "./configure --enabled-static --disable-shared" to >> get a static library now. >> >> Steve >> >> On Thu, May 5, 2011 at 11:33 PM, nico<sl1...@gm...> wrote: >>> hi Steve, >>> sorry for the long delay, i've been busy with work... >>> 0.26 compiles fine with mingw and produce a static lib. in order to get >>> the dynamic one, i did : >>> /opt/mingw/usr/bin/i686-pc-mingw32-gcc -shared -o file.dll >>> -Wl,--out-implib,liblo.a liblo_la-address.o liblo_la-blob.o >>> liblo_la-bundle.o liblo_la-message.o liblo_la-method.o >>> liblo_la-pattern_match.o liblo_la-send.o liblo_la-server_thread.o >>> liblo_la-server.o liblo_la-timetag.o -o liblo.dll -lpthread -lws2_32 >>> >>> and this produced a suitable dll of liblo >>> >>> but, no chances to compile liblo from the cvs >>> >>> ++ >>> nico >>> >>> Le 19/04/11 22:20, Stephen Sinclair a écrit : >>>> On Sun, Apr 17, 2011 at 2:04 PM, nico<sl1...@gm...> wrote: >>>>> hi, >>>>> does anybody successfully produced a .dll of liblo with mingw? >>>>> if so, how to do that? >>>> Hi Nico, >>>> >>>> What are the results of running autogen.sh? You should have mingw's >>>> version of autoconf and automake installed. It should work, if all >>>> goes well, though I haven't tested it in a while. >>>> >>>> Steve >>>> >>>> ------------------------------------------------------------------------------ >>>> Benefiting from Server Virtualization: Beyond Initial Workload >>>> Consolidation -- Increasing the use of server virtualization is a top >>>> priority.Virtualization can reduce costs, simplify management, and improve >>>> application availability and disaster protection. Learn more about boosting >>>> the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev >>>> _______________________________________________ >>>> liblo-devel mailing list >>>> lib...@li... >>>> https://lists.sourceforge.net/lists/listinfo/liblo-devel >>>> >>> ------------------------------------------------------------------------------ >>> WhatsUp Gold - Download Free Network Management Software >>> The most intuitive, comprehensive, and cost-effective network >>> management toolset available today. Delivers lowest initial >>> acquisition cost and overall TCO of any competing solution. >>> http://p.sf.net/sfu/whatsupgold-sd >>> _______________________________________________ >>> liblo-devel mailing list >>> lib...@li... >>> https://lists.sourceforge.net/lists/listinfo/liblo-devel >>> >> ------------------------------------------------------------------------------ >> WhatsUp Gold - Download Free Network Management Software >> The most intuitive, comprehensive, and cost-effective network >> management toolset available today. Delivers lowest initial >> acquisition cost and overall TCO of any competing solution. >> http://p.sf.net/sfu/whatsupgold-sd >> _______________________________________________ >> liblo-devel mailing list >> lib...@li... >> https://lists.sourceforge.net/lists/listinfo/liblo-devel > > ------------------------------------------------------------------------------ > WhatsUp Gold - Download Free Network Management Software > The most intuitive, comprehensive, and cost-effective network > management toolset available today. Delivers lowest initial > acquisition cost and overall TCO of any competing solution. > http://p.sf.net/sfu/whatsupgold-sd > _______________________________________________ > liblo-devel mailing list > lib...@li... > https://lists.sourceforge.net/lists/listinfo/liblo-devel > |
From: nico <sl1...@gm...> - 2011-05-07 12:26:49
|
hi, a git clone from today lead to liblo-7.dll with no error. good job, thank you, nicolas Le 06/05/11 19:59, Stephen Sinclair a écrit : > Hi, > > Since my latest patches in the subversion, you should be able to use > the standard automake stuff to generate a DLL now. It is the default, > you have to issue "./configure --enabled-static --disable-shared" to > get a static library now. > > Steve > > On Thu, May 5, 2011 at 11:33 PM, nico<sl1...@gm...> wrote: >> hi Steve, >> sorry for the long delay, i've been busy with work... >> 0.26 compiles fine with mingw and produce a static lib. in order to get >> the dynamic one, i did : >> /opt/mingw/usr/bin/i686-pc-mingw32-gcc -shared -o file.dll >> -Wl,--out-implib,liblo.a liblo_la-address.o liblo_la-blob.o >> liblo_la-bundle.o liblo_la-message.o liblo_la-method.o >> liblo_la-pattern_match.o liblo_la-send.o liblo_la-server_thread.o >> liblo_la-server.o liblo_la-timetag.o -o liblo.dll -lpthread -lws2_32 >> >> and this produced a suitable dll of liblo >> >> but, no chances to compile liblo from the cvs >> >> ++ >> nico >> >> Le 19/04/11 22:20, Stephen Sinclair a écrit : >>> On Sun, Apr 17, 2011 at 2:04 PM, nico<sl1...@gm...> wrote: >>>> hi, >>>> does anybody successfully produced a .dll of liblo with mingw? >>>> if so, how to do that? >>> Hi Nico, >>> >>> What are the results of running autogen.sh? You should have mingw's >>> version of autoconf and automake installed. It should work, if all >>> goes well, though I haven't tested it in a while. >>> >>> Steve >>> >>> ------------------------------------------------------------------------------ >>> Benefiting from Server Virtualization: Beyond Initial Workload >>> Consolidation -- Increasing the use of server virtualization is a top >>> priority.Virtualization can reduce costs, simplify management, and improve >>> application availability and disaster protection. Learn more about boosting >>> the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev >>> _______________________________________________ >>> liblo-devel mailing list >>> lib...@li... >>> https://lists.sourceforge.net/lists/listinfo/liblo-devel >>> >> ------------------------------------------------------------------------------ >> WhatsUp Gold - Download Free Network Management Software >> The most intuitive, comprehensive, and cost-effective network >> management toolset available today. Delivers lowest initial >> acquisition cost and overall TCO of any competing solution. >> http://p.sf.net/sfu/whatsupgold-sd >> _______________________________________________ >> liblo-devel mailing list >> lib...@li... >> https://lists.sourceforge.net/lists/listinfo/liblo-devel >> > ------------------------------------------------------------------------------ > WhatsUp Gold - Download Free Network Management Software > The most intuitive, comprehensive, and cost-effective network > management toolset available today. Delivers lowest initial > acquisition cost and overall TCO of any competing solution. > http://p.sf.net/sfu/whatsupgold-sd > _______________________________________________ > liblo-devel mailing list > lib...@li... > https://lists.sourceforge.net/lists/listinfo/liblo-devel |
From: Stephen S. <rad...@gm...> - 2011-05-06 17:59:09
|
Hi, Since my latest patches in the subversion, you should be able to use the standard automake stuff to generate a DLL now. It is the default, you have to issue "./configure --enabled-static --disable-shared" to get a static library now. Steve On Thu, May 5, 2011 at 11:33 PM, nico <sl1...@gm...> wrote: > hi Steve, > sorry for the long delay, i've been busy with work... > 0.26 compiles fine with mingw and produce a static lib. in order to get > the dynamic one, i did : > /opt/mingw/usr/bin/i686-pc-mingw32-gcc -shared -o file.dll > -Wl,--out-implib,liblo.a liblo_la-address.o liblo_la-blob.o > liblo_la-bundle.o liblo_la-message.o liblo_la-method.o > liblo_la-pattern_match.o liblo_la-send.o liblo_la-server_thread.o > liblo_la-server.o liblo_la-timetag.o -o liblo.dll -lpthread -lws2_32 > > and this produced a suitable dll of liblo > > but, no chances to compile liblo from the cvs > > ++ > nico > > Le 19/04/11 22:20, Stephen Sinclair a écrit : >> On Sun, Apr 17, 2011 at 2:04 PM, nico<sl1...@gm...> wrote: >>> hi, >>> does anybody successfully produced a .dll of liblo with mingw? >>> if so, how to do that? >> Hi Nico, >> >> What are the results of running autogen.sh? You should have mingw's >> version of autoconf and automake installed. It should work, if all >> goes well, though I haven't tested it in a while. >> >> Steve >> >> ------------------------------------------------------------------------------ >> Benefiting from Server Virtualization: Beyond Initial Workload >> Consolidation -- Increasing the use of server virtualization is a top >> priority.Virtualization can reduce costs, simplify management, and improve >> application availability and disaster protection. Learn more about boosting >> the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev >> _______________________________________________ >> liblo-devel mailing list >> lib...@li... >> https://lists.sourceforge.net/lists/listinfo/liblo-devel >> > > ------------------------------------------------------------------------------ > WhatsUp Gold - Download Free Network Management Software > The most intuitive, comprehensive, and cost-effective network > management toolset available today. Delivers lowest initial > acquisition cost and overall TCO of any competing solution. > http://p.sf.net/sfu/whatsupgold-sd > _______________________________________________ > liblo-devel mailing list > lib...@li... > https://lists.sourceforge.net/lists/listinfo/liblo-devel > |
From: nico <sl1...@gm...> - 2011-05-06 06:34:00
|
hi Steve, sorry for the long delay, i've been busy with work... 0.26 compiles fine with mingw and produce a static lib. in order to get the dynamic one, i did : /opt/mingw/usr/bin/i686-pc-mingw32-gcc -shared -o file.dll -Wl,--out-implib,liblo.a liblo_la-address.o liblo_la-blob.o liblo_la-bundle.o liblo_la-message.o liblo_la-method.o liblo_la-pattern_match.o liblo_la-send.o liblo_la-server_thread.o liblo_la-server.o liblo_la-timetag.o -o liblo.dll -lpthread -lws2_32 and this produced a suitable dll of liblo but, no chances to compile liblo from the cvs ++ nico Le 19/04/11 22:20, Stephen Sinclair a écrit : > On Sun, Apr 17, 2011 at 2:04 PM, nico<sl1...@gm...> wrote: >> hi, >> does anybody successfully produced a .dll of liblo with mingw? >> if so, how to do that? > Hi Nico, > > What are the results of running autogen.sh? You should have mingw's > version of autoconf and automake installed. It should work, if all > goes well, though I haven't tested it in a while. > > Steve > > ------------------------------------------------------------------------------ > Benefiting from Server Virtualization: Beyond Initial Workload > Consolidation -- Increasing the use of server virtualization is a top > priority.Virtualization can reduce costs, simplify management, and improve > application availability and disaster protection. Learn more about boosting > the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev > _______________________________________________ > liblo-devel mailing list > lib...@li... > https://lists.sourceforge.net/lists/listinfo/liblo-devel > |
From: Stephen S. <rad...@gm...> - 2011-05-03 20:34:18
|
Hello, Are there any Windows / Visual Studio users on this list? I just added a patch I've been working on to improve Windows support. Basically, on the discovery that the source code does not build in Visual Studio 2010, I decided to investigate the use of MingW as a cross-compiler on Linux. It turns out this works very well. I've verified that I can compile a Windows DLL of liblo in Linux and link to it from Visual Studio. So, instead of porting the code to be usable by VS2010, I think it's a better idea to just support Windows users through MingW. Currently the code still compiles on VS2008, but I'll probably let this slide in the future, as long as the headers are still working. It's much easier to maintain it in Linux using autotools and do some initial testing using Wine before taking the time find a Windows machine to test on. (I don't always have one readily available.) It does require pthread-win32 to be already available and installed in some prefix directory, as explained in the commit comments. Since this makes it much easier for me to generate a DLL binary, I may start making a binary build available for Windows users. (Of course I'll test on Windows before any actual release.) I consider this unnecessary for Linux users, since distros take care of this. On OS X a Framework binary might be appropriate; on the other hand building from source is much easier for OS X users, since gcc and autotools work out of the box. In comparison, I think Visual Studio users won't want to install all of MinGW and MSYS just to get a small library built. Steve |