Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wusstrace fails to compile on Windows XP with mingw-7.1 #2

Open
GoogleCodeExporter opened this issue Jun 18, 2015 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1.  Install mingw-7.1 
2.  svn check out wusstrace
3.  run make

What is the expected output? What do you see instead?

The make command fails with the following compilation errors:

C:\wusstrace-read-only>make
make -C libwst -f Makefile.win32
make[1]: Entering directory `C:/wusstrace-read-only/libwst'
g++ -c -DMINGW  -o syscall.o syscall.cc
In file included from syscall.hh:38:0,
                 from syscall.cc:33:
type_winxp.hh:38:22: error: conflicting declaration 'typedef UNKNOWN_TYPE TIMER_
INFORMATION_CLASS'
c:\mingw\bin\../lib/gcc/i686-pc-mingw32/4.6.0/../../../../include/ddk/winddk.h:9
51:3: error: 'TIMER_INFORMATION_CLASS' has a previous declaration as 'typedef en
um _TIMER_INFORMATION_CLASS TIMER_INFORMATION_CLASS'
type_winxp.hh:39:22: error: conflicting declaration 'typedef UNKNOWN_TYPE TIMER_
INFORMATION_CLASS'
c:\mingw\bin\../lib/gcc/i686-pc-mingw32/4.6.0/../../../../include/ddk/winddk.h:9
51:3: error: 'TIMER_INFORMATION_CLASS' has a previous declaration as 'typedef en
um _TIMER_INFORMATION_CLASS TIMER_INFORMATION_CLASS'
make[1]: *** [syscall.o] Error 1
make[1]: Leaving directory `C:/wusstrace-read-only/libwst'
make: *** [libwst_] Error 2

What version of the product are you using? On what operating system?

Windows XP 32 bit sp2
mingw-7.1 with gcc 4.6.0 and boost 1.46.1

Please provide any additional information below.


Original issue reported on code.google.com by suzhig...@gmail.com on 11 Aug 2011 at 5:55

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant