Win fatal error C1083
#1
I want to compile the xbmc source code.
I use this tutorial : http://wiki.xbmc.org/index.php?title=HOW...or_Windows
When i try to build XBMC I get this error "10>c:\users\dan\.ssh\xbmc2\lib\win32\ffmpeg\libavutil\common.h(44): fatal error C1083: Cannot open include file: 'libavutil/avconfig.h': No such file or directory"
What should I do?
Reply
#2
From the linked page:
make-mingwlibs.bat (in tools\buildsteps\win32). This will build the ffmpeg libraries.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply
#3
When i run make-mingwlibs.bat in cmd appear

.....
Extracting FFmpeg-2.2-Helix-alpha1.1\tools\zmqsend.c
Extracting FFmpeg-2.2-Helix-alpha1.1\tools\zmqshell.py
Extracting FFmpeg-2.2-Helix-alpha1.1\version.sh

Everything is Ok

Folders: 66
Files: 4215
Size: 40137623
Compressed: 43448320
configuring ffmpeg
.....................................................(...)

And then apear a point every 5 seconds and nothing else happend, how long i should wait? (last time i waited more then 30 minutes)
Reply
#4
The configure step takes some seconds but should be done after maximal a minute. Somehow the mingw sys env hangs on your setup. Did you call the DownloadMingwBuildEnv.bat before?
Try disabling your antivirus or any other file checking for those directories.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply
#5
problem could be from Windows8?
Reply
#6
I doubt that as it worked for me in 8 and 8.1
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply
#7
(2014-05-27, 09:58)georgecristian Wrote: When i run make-mingwlibs.bat in cmd appear

.....
Extracting FFmpeg-2.2-Helix-alpha1.1\tools\zmqsend.c
Extracting FFmpeg-2.2-Helix-alpha1.1\tools\zmqshell.py
Extracting FFmpeg-2.2-Helix-alpha1.1\version.sh

Everything is Ok

Folders: 66
Files: 4215
Size: 40137623
Compressed: 43448320
configuring ffmpeg
.....................................................(...)

And then apear a point every 5 seconds and nothing else happend, how long i should wait? (last time i waited more then 30 minutes)
Today I had exactly the same problem on Windows 7. I had an existing MINGW\bin installation from another project in my PATH.
After removing the other MINGW from PATH everything works just fine now.
Reply

Logout Mark Read Team Forum Stats Members Help
fatal error C10830