Stephen Warren wrote:
> Phil Dibowitz wrote:
>> Stephen Warren wrote:
>>> A couple of license-related questions
>>>
>>> 1) The file libconcord/win/setupapi.h states:
>>>
>>> Copyright (c) 1995-1997 Microsoft Corporation
>>>
>>> This certainly isn't GPL, but it's possible MS allows redistribution.
>>>
>>> The thing is, I'd expect any Windows C compiler (or perhaps the platform
>>> SDK) to include this header, so I'm not sure why libconcord needs to
>>> ship it at all?
>> I'd expect that too, but Kevin did all of the Windows stuff based on some
>> version of Visual C++ from like... 1942. That's why we have all kinds of
>> stuff. If someone with greater knowledge of the platform than I wants to
>> speak on how much this is needed I'm definitely happy to entertain nuking 
>> them.
> 
> It looks like we don't need to ship setupapi.h at all.
> 
> I deleted this file from libconcord, made sure I had the Microsoft
> Platform SDK installed, opened the .sln file using MS Visual Studio 2005
> Express, adjusted the include paths to point at the platform SDK, and
> everything builds just fine.
> 
> By my understanding, development on Windows pretty much always requires
> both a C compiler and a platform SDK installation, so this shouldn't be
> anything new to people building apps from source on Windows.
> 
> So, it seems we can remove setupapi.h from CVS, and add notes to
> INSTALL.windows that the platform SDK is required.
> 
> Marco: Do you agree?

Marco, any word on this?

-- 
Phil Dibowitz                             [EMAIL PROTECTED]
Open Source software and tech docs        Insanity Palace of Metallica
http://www.phildev.net/                   http://www.ipom.com/

"Never write it in C if you can do it in 'awk';
 Never do it in 'awk' if 'sed' can handle it;
 Never use 'sed' when 'tr' can do the job;
 Never invoke 'tr' when 'cat' is sufficient;
 Avoid using 'cat' whenever possible" -- Taylor's Laws of Programming


Attachment: signature.asc
Description: OpenPGP digital signature

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
concordance-devel mailing list
concordance-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/concordance-devel

Reply via email to