Loki1950 Posted August 15, 2012 Report Share Posted August 15, 2012 (edited) Well tried a build this afternoon before the sound manager commit and wxWidgets is no longer an issue but I do get several warning about the terrain renderer mostly initialized but not referenced variables which I assume are there for mycronid to play with later but it is linking errors that I am really concerned about 8> scriptinterface.vcxproj -> C:\Users\Public\Documents\sandbox\0AD\build\workspaces\vc2010\..\..\..\binaries\system\scriptinterface.lib6>vfs_path.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library6>file_stats.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library6> lowlevel.vcxproj -> C:\Users\Public\Documents\sandbox\0AD\build\workspaces\vc2010\..\..\..\binaries\system\lowlevel.lib9> graphics.vcxproj -> C:\Users\Public\Documents\sandbox\0AD\build\workspaces\vc2010\..\..\..\binaries\system\graphics.lib the resulting exe works but there the bits that aren't linked that bug me.The full build log is attached.Enjoy the Choice vce2010buildlog.txt Edited August 15, 2012 by Loki1950 Quote Link to comment Share on other sites More sharing options...
historic_bruno Posted August 15, 2012 Report Share Posted August 15, 2012 I do get several warning about the terrain renderer mostly initialized but not referenced variables I ninja fixed that in r12428 There's a few others related to Mikktspace that I haven't gotten around to yet. The link warnings have been around for a long time, they are annoying but seemingly harmless. Quote Link to comment Share on other sites More sharing options...
Loki1950 Posted August 15, 2012 Author Report Share Posted August 15, 2012 They do leave a few objects lying about in the system folder though that look related to the virtual file system so they may come back to haunt us at a later date I take it that they don't show up in the Linux build I don't know ATM as I use a cellular dongle for connectivity and Network Manager is not cooperating Enjoy the Choice Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.