Re: [Mingw-w64-public] Custom toolchain build with gcc-4.4.5 (2010-09-14)

2010-09-18 Thread NightStrike
On Sat, Sep 18, 2010 at 3:52 PM, Ozkan Sezer wrote: > On Sat, Sep 18, 2010 at 7:17 PM, Wolfgang Glas wrote: >> On 2010-09-18 18:03, NightStrike wrote: >>> On Sat, Sep 18, 2010 at 11:10 AM, Ozkan Sezer wrote: On Wed, Sep 15, 2010 at 9:49 AM, Ozkan Sezer wrote: >> >> [snip] >> There is

Re: [Mingw-w64-public] libusb-win32 usb.h and MinGW-w64 usb.h conflict

2010-09-18 Thread Xiaofan Chen
On Sun, Sep 19, 2010 at 9:54 AM, JonY wrote: > All the headers provided under our include directory are > already part of sdk, therefore I don't know how a separation > can be possible. > > Admins? > Personally, I think deviating from MS is a bad idea. If ms puts it in

Re: [Mingw-w64-public] libusb-win32 usb.h and MinGW-w64 usb.h conflict

2010-09-18 Thread JonY
On 9/19/2010 09:57, Xiaofan Chen wrote: > On Sun, Sep 19, 2010 at 9:44 AM, Xiaofan Chen wrote: >> On Sun, Sep 19, 2010 at 9:03 AM, JonY wrote: All the headers provided under our include directory are already part of sdk, therefore I don't know how a separation can be possible.

Re: [Mingw-w64-public] libusb-win32 usb.h and MinGW-w64 usb.h conflict

2010-09-18 Thread Xiaofan Chen
On Sun, Sep 19, 2010 at 10:04 AM, Dongsheng Song wrote: > On Sun, Sep 19, 2010 at 07:50, Ozkan Sezer wrote: >> >> AFAIK, usb.h is out of ddk because it is part of ms platform sdk, >> therefore, it _needs_ to be out of a ddk subdirectory for proper >> compatibility. > > No, usb.h is in MS WDK 7.1

Re: [Mingw-w64-public] libusb-win32 usb.h and MinGW-w64 usb.h conflict

2010-09-18 Thread Dongsheng Song
On Sun, Sep 19, 2010 at 07:50, Ozkan Sezer wrote: > > AFAIK, usb.h is out of ddk because it is part of ms platform sdk, > therefore, it _needs_ to be out of a ddk subdirectory for proper > compatibility. > No, usb.h is in MS WDK 7.1 now: C:\opt\WinDDK\7.1\inc\api>dir *usb* 驱动器 C 中的卷没有标签。 卷的序列

Re: [Mingw-w64-public] libusb-win32 usb.h and MinGW-w64 usb.h conflict

2010-09-18 Thread Xiaofan Chen
On Sun, Sep 19, 2010 at 9:44 AM, Xiaofan Chen wrote: > On Sun, Sep 19, 2010 at 9:03 AM, JonY wrote: >>> All the headers provided under our include directory are >>> already part of sdk, therefore I don't know how a separation >>> can be possible. >>> >>> Admins? >>> >> Personally, I think deviati

Re: [Mingw-w64-public] libusb-win32 usb.h and MinGW-w64 usb.h conflict

2010-09-18 Thread Xiaofan Chen
On Sun, Sep 19, 2010 at 9:03 AM, JonY wrote: >> All the headers provided under our include directory are >> already part of sdk, therefore I don't know how a separation >> can be possible. >> >> Admins? >> > Personally, I think deviating from MS is a bad idea. If ms puts it in the > normal psdk, s

Re: [Mingw-w64-public] libusb-win32 usb.h and MinGW-w64 usb.h conflict

2010-09-18 Thread JonY
On 9/19/2010 08:00, Ozkan Sezer wrote: > On Sun, Sep 19, 2010 at 2:56 AM, Xiaofan Chen wrote: >> On Sun, Sep 19, 2010 at 7:50 AM, Ozkan Sezer wrote: >>> On Sun, Sep 19, 2010 at 2:38 AM, Xiaofan Chen wrote: I think the MinGW-w64 newly included usb.h will break many existing software whi

Re: [Mingw-w64-public] libusb-win32 usb.h and MinGW-w64 usb.h conflict

2010-09-18 Thread Ozkan Sezer
On Sun, Sep 19, 2010 at 2:56 AM, Xiaofan Chen wrote: > On Sun, Sep 19, 2010 at 7:50 AM, Ozkan Sezer wrote: >> On Sun, Sep 19, 2010 at 2:38 AM, Xiaofan Chen wrote: >>> I think the MinGW-w64 newly included usb.h will break >>> many existing software which uses libusb-win32. For >>> example, libftd

Re: [Mingw-w64-public] libusb-win32 usb.h and MinGW-w64 usb.h conflict

2010-09-18 Thread Xiaofan Chen
On Sun, Sep 19, 2010 at 7:50 AM, Ozkan Sezer wrote: > On Sun, Sep 19, 2010 at 2:38 AM, Xiaofan Chen wrote: >> I think the MinGW-w64 newly included usb.h will break >> many existing software which uses libusb-win32. For >> example, libftdi's header is called ftdi.h which includes . >> libusb and l

Re: [Mingw-w64-public] libusb-win32 usb.h and MinGW-w64 usb.h conflict

2010-09-18 Thread Ozkan Sezer
On Sun, Sep 19, 2010 at 2:38 AM, Xiaofan Chen wrote: > On Sun, Sep 12, 2010 at 5:34 PM, Xiaofan Chen wrote: >> On Thu, Sep 9, 2010 at 3:53 AM, Ozkan Sezer wrote: >>> 2. the name of your src/usb.h is, well, usb.h, and it conflicts, ie. >>> searched before the system provided usb.h.  Therefore, it

[Mingw-w64-public] libusb-win32 usb.h and MinGW-w64 usb.h conflict

2010-09-18 Thread Xiaofan Chen
On Sun, Sep 12, 2010 at 5:34 PM, Xiaofan Chen wrote: > On Thu, Sep 9, 2010 at 3:53 AM, Ozkan Sezer wrote: >> 2. the name of your src/usb.h is, well, usb.h, and it conflicts, ie. >> searched before the system provided usb.h.  Therefore, it must be >> renamed to something else.  For my own tests, I

Re: [Mingw-w64-public] Custom toolchain build with gcc-4.4.5 (2010-09-14)

2010-09-18 Thread Wolfgang Glas
On 2010-09-18 21:52, Ozkan Sezer wrote: > On Sat, Sep 18, 2010 at 7:17 PM, Wolfgang Glas wrote: >> On 2010-09-18 18:03, NightStrike wrote: >>> On Sat, Sep 18, 2010 at 11:10 AM, Ozkan Sezer wrote: On Wed, Sep 15, 2010 at 9:49 AM, Ozkan Sezer wrote: >> >> [snip] >> There is an optional s

Re: [Mingw-w64-public] Custom toolchain build with gcc-4.4.5 (2010-09-14)

2010-09-18 Thread Ozkan Sezer
On Sat, Sep 18, 2010 at 7:17 PM, Wolfgang Glas wrote: > On 2010-09-18 18:03, NightStrike wrote: >> On Sat, Sep 18, 2010 at 11:10 AM, Ozkan Sezer wrote: >>> On Wed, Sep 15, 2010 at 9:49 AM, Ozkan Sezer wrote: > > [snip] > >>> There is an optional small package in them, pr45300.zip, >>> which is a

Re: [Mingw-w64-public] Custom toolchain build with gcc-4.4.5 (2010-09-14)

2010-09-18 Thread Wolfgang Glas
On 2010-09-18 18:03, NightStrike wrote: > On Sat, Sep 18, 2010 at 11:10 AM, Ozkan Sezer wrote: >> On Wed, Sep 15, 2010 at 9:49 AM, Ozkan Sezer wrote: [snip] >> There is an optional small package in them, pr45300.zip, >> which is an update for the C++ headers cstdio, cstdlib and >> cwchar, fixin

Re: [Mingw-w64-public] Custom toolchain build with gcc-4.4.5 (2010-09-14)

2010-09-18 Thread NightStrike
On Sat, Sep 18, 2010 at 11:10 AM, Ozkan Sezer wrote: > On Wed, Sep 15, 2010 at 9:49 AM, Ozkan Sezer wrote: >> I updated my custom w32/w64 native and cross-compiler build with gcc-4.4 >> with several backports and fixes from mainstream, and put them under the >> mingw-w64 sf.net file release syste

Re: [Mingw-w64-public] Custom toolchain build with gcc-4.4.5 (2010-09-14)

2010-09-18 Thread Ozkan Sezer
On Wed, Sep 15, 2010 at 9:49 AM, Ozkan Sezer wrote: > I updated my custom w32/w64 native and cross-compiler build with gcc-4.4 > with several backports and fixes from mainstream, and put them under the > mingw-w64 sf.net file release system under the subdirectories: > -  Toolchain sources -> Perso

Re: [Mingw-w64-public] Generating GLEW libraries from MinGW-w64

2010-09-18 Thread mescali...@gmail.com
On 16/09/2010 12:23, Ozkan Sezer wrote: > On Thu, Sep 16, 2010 at 1:02 PM, G E Naganna wrote: >> Hi all, >> >>I am not able to generate GLEW libraries from MinGW-w64. I did >> not find Makefile.mingw64 in config folder so I compiled by using Msys. I >> am getting following error. >>

Re: [Mingw-w64-public] GCC problem with *.la files in /lib64

2010-09-18 Thread Teemu Nätkinniemi
> I have built a toolchain using attached "script", and while using my > in-progress fancy build script, I noticed that while compiling ppl, the > *.la files in lib64 contained the following: > > # Directory that this library needs to be installed in: > libdir='/home/ruben/mingw64/build/mi

[Mingw-w64-public] GCC problem with *.la files in /lib64

2010-09-18 Thread Ruben Van Boxem
Hi, I have built a toolchain using attached "script", and while using my in-progress fancy build script, I noticed that while compiling ppl, the *.la files in lib64 contained the following: # Directory that this library needs to be installed in: > libdir='/home/ruben/mingw64/build/mingw64/lib/../