Re: popt with msvc?

2010-10-29 Thread Jeff Johnson
On Oct 29, 2010, at 11:03 AM, Matt Arsenault wrote: > > On Oct 28, 2010, at 8:43 AM, Jeff Johnson wrote: > >> >> On Oct 28, 2010, at 12:50 AM, Matt Arsenault wrote: >> >>> >>> Other than those failed tests, I do now have it working without the need to >>> revert to an older version. >>> >>

Re: popt with msvc?

2010-10-29 Thread Matt Arsenault
On Oct 28, 2010, at 8:43 AM, Jeff Johnson wrote: > > On Oct 28, 2010, at 12:50 AM, Matt Arsenault wrote: > >> >> Other than those failed tests, I do now have it working without the need to >> revert to an older version. >> > > If you send alon a patch for VS, I'll try to carry that in popt

Re: popt with msvc?

2010-10-28 Thread Jeff Johnson
On Oct 28, 2010, at 12:50 AM, Matt Arsenault wrote: > > Other than those failed tests, I do now have it working without the need to > revert to an older version. > If you send alon a patch for VS, I'll try to carry that in popt (I don't do VS or Windoze but ..) There's a patch for Xcode in p

Re: popt with msvc?

2010-10-27 Thread Matt Arsenault
>> On Oct 26, 2010, at 11:27 PM, Jeff Johnson wrote: >>> What test are failing? Like "long long" and double, the tests are quite >>> complete >>> over data types and It Really Doesn't Matter: hardly ant program needs/uses >>> long long and double CLI options. I most definitely need doubles, but t

Re: popt with msvc?

2010-10-27 Thread Jeff Johnson
On Oct 27, 2010, at 12:25 AM, Matt Arsenault wrote: > > On Oct 26, 2010, at 11:27 PM, Jeff Johnson wrote: >> What test are failing? Like "long long" and double, the tests are quite >> complete >> over data types and It Really Doesn't Matter: hardly ant program needs/uses >> long long and double

Re: popt with msvc?

2010-10-26 Thread Matt Arsenault
On Oct 26, 2010, at 11:27 PM, Jeff Johnson wrote: > What test are failing? Like "long long" and double, the tests are quite > complete > over data types and It Really Doesn't Matter: hardly ant program needs/uses > long long and double CLI options. test1 - 19, 20, 21, 22, 23, 60, 61 test3 - 51,

Re: popt with msvc?

2010-10-26 Thread Jeff Johnson
On Oct 26, 2010, at 11:20 PM, Matt Arsenault wrote: > > On Oct 25, 2010, at 11:18 PM, Jeff Johnson wrote: > >> >> On Oct 25, 2010, at 10:49 PM, Matt Arsenault wrote: >> >>> Has anyone ever gotten popt to build with visual studio? I've been using >>> MinGW, but I need to get it to work with M

Re: popt with msvc?

2010-10-26 Thread Matt Arsenault
On Oct 25, 2010, at 11:18 PM, Jeff Johnson wrote: > > On Oct 25, 2010, at 10:49 PM, Matt Arsenault wrote: > >> Has anyone ever gotten popt to build with visual studio? I've been using >> MinGW, but I need to get it to work with MSVC. I'm trying to link the MinGW >> build from VS and it's not

Re: popt with msvc?

2010-10-25 Thread Jeff Johnson
On Oct 25, 2010, at 10:49 PM, Matt Arsenault wrote: > Has anyone ever gotten popt to build with visual studio? I've been using > MinGW, but I need to get it to work with MSVC. I'm trying to link the MinGW > build from VS and it's not really working. If not, is there an alternative > that does?

popt with msvc?

2010-10-25 Thread Matt Arsenault
Has anyone ever gotten popt to build with visual studio? I've been using MinGW, but I need to get it to work with MSVC. I'm trying to link the MinGW build from VS and it's not really working. If not, is there an alternative that does?__