-
mroberto changed the public information on the autotoolset project.
2009-05-23 01:33:08 UTC in autotoolset
-
mroberto changed the public information on the autotoolset project.
2009-05-22 23:54:09 UTC in autotoolset
-
mroberto changed the public information on the autotoolset project.
2009-05-22 11:10:00 UTC in autotoolset
-
mroberto changed the public information on the autotoolset project.
2009-05-22 10:37:01 UTC in autotoolset
-
mroberto changed the public information on the autotoolset project.
2009-05-22 10:35:28 UTC in autotoolset
-
Hi Joost,
As far as I know, there is no --disable-largefile option implemented in configure and we are forcing _FILE_OFFSET_BITS to be 64. Look:
#
# Lot's of stuff to ensure large file support
#
AC_TYPE_SIZE_T
AC_TYPE_OFF_T
AC_DEFINE([_LARGE_FILE_SOURCE], [], [Large files support])
AC_DEFINE([_FILE_OFFSET_BITS], [64], [File Offset size])
This has been introduced in the 1.4.x...
2009-04-02 10:50:59 UTC in Portable UPnP SDK
-
Hi Andreas,
Unfortunately I currently have no resources to dig into this problem. To make things worst, I will submit myself to a surgery and will be out for the next 30 days, so please, excuse me for the future slow answer.
My proposal is that you send a patch and a test case that can be run with and without your patch illustrating your point. If it seems ok, we can leave it in trunk for...
2009-01-06 11:17:51 UTC in Portable UPnP SDK
-
I will answer you in the other thread.
Regards,
Marcelo.
2009-01-06 11:10:51 UTC in Portable UPnP SDK
-
Please, check the full output of the configure process to see if there is some suspect message. You can also take a look at the more verbose config.log file.
I have no previous experience with cygwin, but most probably you are missing a necessary package. Check if you have autoconf, automake, libtool, binutils, gcc, etc.
Regards,
Marcelo.
2009-01-05 10:06:59 UTC in Portable UPnP SDK
-
Hi aamir_usaf,
Download the last version of the distribution tarball or even use subversion to get the last version of the repository, then take a look at the directory upnp/sample/, there you will find an example of a simple TV device.
Regards,
Marcelo.
2008-12-23 01:05:55 UTC in Portable UPnP SDK