![]() |
Compile Error - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93) +--- Thread: Compile Error (/showthread.php?tid=1271) |
- zordon - 2004-02-05 not sure if this is correct forum for this question so sorry in advance. i finaly decided to try compiling for the very first time and followed the instructions for this. using vis.net (2000) and sdk.5849. i downloaded and extracted xbmc.tar.gz (today 4/2/02) i opened the xbmc.sln file and change version 8.00 to version 7.00. and opened all the .vcproj files and changed version="7.10" toversion="7.00". i changed the solution configurations to 'release xbox' then build->rebuild solution. i got the following errors: d:\xbmc source\xbmc\utils\fstrcmp.cpp(607): warning c4244: '=' : conversion from 'double' to 'int', possible loss of data xbmc fatal error lnk1104: cannot open file 'guilib/release/guilib.lib' what am i doing wrong? thanks - tslayer - 2004-02-05 ignore the warning. as for: xbmc fatal error lnk1104: cannot open file 'guilib/release/guilib.lib' did you do a full install of the xdk? and not minimal? ts - MrC - 2004-02-05 check the project dependenices and make sure that they are all ticked, then do a rebuild. mrc - Gamester17 - 2004-02-05 if you have problems compiling without adding your own code then it belong in the support forum, as it's not a "developing" issue |