<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hello, <br>
<br>
First, thanks to all videolan developpers for this great project. I'm a
developper and currently am working to wrap VLC media player into a
windows application. As for a start, I wanted to compile it on windows.<br>
<br>
I'm trying to compile VLC 0.7.0 natively on windows98 using cygwin +
gcc3.3.1 + contrib-20031213-win32-bin-gcc3.3.1-only.tar.bz2. <br>
I downloaded the vlc sources from CVS using V0_7_0 tag.<br>
<br>
The configure script executes well but reports two warnings :<br>
<blockquote><small>checking dshow.h usability... no</small><br>
  <small>checking dshow.h presence... yes</small><br>
  <small>configure: WARNING: dshow.h: present but cannot be compiled</small><br>
  <small>configure: WARNING: dshow.h:     check for missing
prerequisite headers?</small><br>
  <small>configure: WARNING: dshow.h: see the Autoconf documentation</small><br>
  <small>configure: WARNING: dshow.h:     section "Present But Cannot
Be Compiled"</small><br>
  <small>configure: WARNING: dshow.h: proceeding with the
preprocessor's result</small><br>
  <small>configure: WARNING: dshow.h: in the future, the compiler will
take precedence</small><br>
  <small>configure: WARNING:     ## ------------------------------ ##</small><br>
  <small>configure: WARNING:     ## Report this to the vlc lists.  ##</small><br>
  <small>configure: WARNING:     ## ------------------------------ ##</small><br>
</blockquote>
and <br>
<blockquote><small>checking wx/wxprec.h usability... yes</small><br>
  <small>checking wx/wxprec.h presence... no</small><br>
  <small>configure: WARNING: wx/wxprec.h: accepted by the compiler,
rejected by the preprocessor!</small><br>
  <small>configure: WARNING: wx/wxprec.h: proceeding with the
compiler's result<br>
  <br>
  </small></blockquote>
then, the make process returns on an error when compiling
modules/gui/wxwindows  : <br>
<br>
<blockquote><small>if g++ -mno-cygwin -DHAVE_CONFIG_H -I. -I.
-I../../..   -I/usr/win32/include -I/usr/win32/include/ebml -D_OFF_T_
-D_off_t=long -DSYS_MINGW32 -I../../../include `top_builddir="../../.."
../../../vlc-config --cxxflags plugin wxwindows` -Wsign-compare
-Wsign-compare -Wall  -mms-bitfields -finline-limit-30000 -pipe -MT
libwxwindows_plugin_a-wxwindows.o -MD -MP -MF
".deps/libwxwindows_plugin_a-wxwindows.Tpo" \</small><br>
  <small>  -c -o libwxwindows_plugin_a-wxwindows.o `test -f
'wxwindows.cpp' || echo './'`wxwindows.cpp; \</small><br>
  <small>then mv -f ".deps/libwxwindows_plugin_a-wxwindows.Tpo"
".deps/libwxwindows_plugin_a-wxwindows.Po"; \</small><br>
  <small>else rm -f ".deps/libwxwindows_plugin_a-wxwindows.Tpo"; exit
1; \</small><br>
  <small>fi</small><br>
  <small>wxwindows.cpp: In member function `virtual bool
Instance::OnInit()':</small><br>
  <small>wxwindows.cpp:264: error: `LC_NUMERIC' undeclared (first use
this function)</small><br>
  <small>wxwindows.cpp:264: error: (Each undeclared identifier is
reported only once for </small><br>
  <small>   each function it appears in.)</small><br>
  <small>wxwindows.cpp:264: error: `setlocale' undeclared (first use
this function)</small><br>
</blockquote>
Are this build error and the warning raised by configure related ? Has
someone an hint to solve this ? <br>
Thanks and forgive me if it's not the right place to ask. <br>
<br>
dominique<br>
<br>
<br>
<br>
</body>
</html>

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster@videolan.org>