benlilaj / gears

Automatically exported from code.google.com/p/gears
0 stars 1 forks source link

Cannot build gears NPAPI under linux #948

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
run 'make BROWSER=NPAPI MODE=opt'

What is the expected output? What do you see instead?
Expected compile, got
g++4.2 -I.. -Ibin-opt/linux-i386/npapi -Ibin-opt/linux-i386/common -
I../third_party/npapi -I../third_party -I../third_party/googleurl -
I../third_party/icu38/public/common -DPNG_USER_CONFIG -
DCHROME_PNG_WRITE_SUPPORT -DGEARS_PNG_BUILD  -I../third_party/zlib -
I../third_party/skia/include/core -I../third_party/skia/include/images -
I../third_party/skia/include/utils -DNO_GZIP -DNO_GZCOMPRESS -DLINUX -
I../third_party/gtk/include/gtk-2.0 -I../third_party/gtk/include/atk-1.0 -
I../third_party/gtk/include/glib-2.0 -I../third_party/gtk/include/pango-1.0 
-I../third_party/gtk/include/cairo -I../third_party/gtk/lib/gtk-2.0/include 
-I../third_party/gtk/lib/glib-2.0/include  -DNDEBUG=1 -DUSING_CCTESTS=1 -
I../third_party/gtest/include -I../third_party/gtest -c -o bin-opt/linux-
i386/common/third_party/SkThread_pthread.o -fPIC -fmessage-length=0 -Wall -
Werror -O2 -fshort-wchar -fno-exceptions -fno-rtti -Wno-non-virtual-dtor -
Wno-ctor-dtor-privacy -funsigned-char -Wno-char-subscripts   
../third_party/skia/src/ports/SkThread_pthread.cpp
In file included from ../gears/base/common/common.h:71,
                 from ../gears/base/common/mutex.h:30,
                 from ../gears/base/common/message_queue.h:33,
                 from ../gears/base/common/async_router.h:30,
                 from base/common/async_router.cc:26:
../gears/base/common/common_np.h:94:35: error: windows.h: No such file or 
directory
In file included from ../gears/base/common/common_np.h:95,
                 from ../gears/base/common/common.h:71,
                 from ../gears/base/common/mutex.h:30,
                 from ../gears/base/common/message_queue.h:33,
                 from ../gears/base/common/async_router.h:30,
                 from base/common/async_router.cc:26:
../gears/base/common/atl_headers_win32.h:45:21: error: atlbase.h: No such 
file or directory
../gears/base/common/atl_headers_win32.h:46:45: error: atlsync.h: No such 
file or directory
../gears/base/common/atl_headers_win32.h:47:46: error: atlstr.h: No such 
file or directory
../gears/base/common/atl_headers_win32.h:48:49: error: atlwin.h: No such 
file or directory
make[1]: *** [bin-opt/linux-i386/npapi/async_router.o] Error 1
make: *** [default] Error 2

What version of the product are you using? On what operating system?
Mandriva 2009.1, gears from SVN

Original issue reported on code.google.com by timelza...@gmail.com on 22 Sep 2009 at 12:01