< Previous by Date Date Index Next by Date >
  Thread Index Next in Thread >

[reSIProcate] fail to build resiprocate under VS2008 64bit


Hi!

I just tried to build resiprocate 1.6 with VS2008. Under 32bit it built without problems, but it fails to build for 64bit platform.

The problem is inline assembler code (__asm) code in rutil, which is not supported by VS on 64bit platform. (easy to fix - just comment the assembler code)

There are also some problems with repro regarding popt - strange that 32bit builds fine even I do not have popt library installed.

There are also hundreds of warnings - can they be safely ignored?

Are these issues already addressed in trunk version? Are there fixes/workarounds available?

thanks
Klaus