0

I'm trying to build Marmalade project for Windows Phone 8 in Visual Studio Ultimate 2012 but receive following error:

error LNK1181: cannot open input file 'python.lib'

Seems that it happens because of wrong path to project's additional library directories. Currently it's c:\users\*user_name_omitted*\appdata\roaming\marmalade\packages\6.3.0\python_2.6.4\lib\wp8\x86

But in fact there is no wp8 folder. As I understand this foulder should be created automatically...
I have Marmalade evaluation license.

How can i get rid ot this error?

janot
  • 13,578
  • 1
  • 27
  • 57
  • packages gets downloaded automatically whenever there's an update and you open a mkb. Try to move all the packages to some other folder and open some test mkb. – 0xC0DED00D Aug 12 '13 at 20:17
  • @Creator it doesn't help – janot Aug 13 '13 at 12:21
  • @Creator do you have license, which covers wp8? If yes, maybe you can upload somewhere contents of your "wp8" folder? – janot Aug 13 '13 at 12:53
  • My packages/6.3.0 folder is empty too, but marmalade is running fine here, so I guess that's not the source of issues you are having. And I've Indie license. – 0xC0DED00D Aug 13 '13 at 19:37
  • @Creator just thought that it's licensing problem, but seems that I was wrong – janot Aug 13 '13 at 20:52

1 Answers1

0

Two suggestions:

I've not got a working version to hand, but the bundled version of python with marmalade is (IIRC) 2.5.x, so the reference to 2.6.4 looks odd. I wonder if when you ran s3eConfig it was running a different version and got confused? More as like it should have downloaded some extra stuff and has not.

It might be worth uninstalling marmalade and then re-installing. There are reports of people not having a full installation following the install.

johnfo
  • 1,676
  • 2
  • 17
  • 28