Disclaimer: I've never built ifolder on windows. * Barry Smoke <[email protected]> [2010-12-29 22:06]: > Secondly, after downloading the sources from svn, and opening in visual > studio 2010(yes it ran conversion, but didn't change much at all...) > it had an error on SimiasSetup.cs, so I looked, and that file had 2 > alternatives, SimiasSetup.cs.in, and SimisasSetup.cs.win, so I copied > the .win, to SimiasSetup.cs, and then ran into the same issue with > MyDns.cs, only this time it was only a MyDns.cs.in
Generally .in suffix means this file is used by some pre-build scripts (most often configure or automake) to generate the file that should be used in build. Maybe some additional step is needed before the compilation? greets -- silk ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ ifolder-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ifolder-devel
