d***@selexelsag.com
2012-01-06 09:36:15 UTC
Hi,
After doing a darcs get, I realise most of the issues covered by my
previous patch have already been resolved - sorry for the noise!
I still needed to patch idl\const.cc though:
-----------------
diff -u3 -r -x *.obj -x *.exe* -x *.dll* -x *.lib -x *.exp -x *.pdb -x
*.def mico-2011-03-11\idl\const.cc mico-2011-03-11.drm\idl\const.cc
--- mico-2011-03-11\idl\const.cc Fri Mar 11 11:32:48 2011
+++ mico-2011-03-11.drm\idl\const.cc Thu Dec 22 14:49:24 2011
@@ -34,6 +34,7 @@
#endif // FAST_PCH
+#include <cstdio>
using namespace std;
-----------------
Thanks,
Dave
This email and any attached files contains company confidential information which may be legally privileged. it is intended only for the person(s) or entity to which it is addressed and solely for the purposes set forth therein. If you are not the intended recipient or have received this email in error please notify the sender by return, delete it from your system and destroy any local copies. It is strictly forbidden to use the information in this email including any attachment or part thereof including copying, disclosing, distributing, amending or using for any other purpose.
In addition the sender excludes all liabilities (whether tortious or common law) for damage or breach arising or related to this email including but not limited to viruses and libel.
After doing a darcs get, I realise most of the issues covered by my
previous patch have already been resolved - sorry for the noise!
I still needed to patch idl\const.cc though:
-----------------
diff -u3 -r -x *.obj -x *.exe* -x *.dll* -x *.lib -x *.exp -x *.pdb -x
*.def mico-2011-03-11\idl\const.cc mico-2011-03-11.drm\idl\const.cc
--- mico-2011-03-11\idl\const.cc Fri Mar 11 11:32:48 2011
+++ mico-2011-03-11.drm\idl\const.cc Thu Dec 22 14:49:24 2011
@@ -34,6 +34,7 @@
#endif // FAST_PCH
+#include <cstdio>
using namespace std;
-----------------
Thanks,
Dave
Hi,
I tried building the mico-2011-03-11 snapshot on Windows XP using
VS2008, and encountered a few compilation errors.
nmake /f Makefile.win32
Attached is a patch containing the changes I made to get things
building (I'm unsure of a couple of these changes so feel free to
correct them, if they're needed at all).
[attachment "mico-2011-03-11-build-errors.patch" deleted by David
Moss/UKMAIN/MM1]
A further step I had to take was, once built, to move mico2313.dll
away from idl.exe for the CosNaming.idl (and presumably other) IDL
build steps as when they were both in the win32-bin folder, the
idl.exe would hang. I haven't had a chance to track this down yet.
Any help appreciated.
Thanks,
Dave.
-----------------------------------------------I tried building the mico-2011-03-11 snapshot on Windows XP using
VS2008, and encountered a few compilation errors.
nmake /f Makefile.win32
Attached is a patch containing the changes I made to get things
building (I'm unsure of a couple of these changes so feel free to
correct them, if they're needed at all).
[attachment "mico-2011-03-11-build-errors.patch" deleted by David
Moss/UKMAIN/MM1]
A further step I had to take was, once built, to move mico2313.dll
away from idl.exe for the CosNaming.idl (and presumably other) IDL
build steps as when they were both in the win32-bin folder, the
idl.exe would hang. I haven't had a chance to track this down yet.
Any help appreciated.
Thanks,
Dave.
This email and any attached files contains company confidential information which may be legally privileged. it is intended only for the person(s) or entity to which it is addressed and solely for the purposes set forth therein. If you are not the intended recipient or have received this email in error please notify the sender by return, delete it from your system and destroy any local copies. It is strictly forbidden to use the information in this email including any attachment or part thereof including copying, disclosing, distributing, amending or using for any other purpose.
In addition the sender excludes all liabilities (whether tortious or common law) for damage or breach arising or related to this email including but not limited to viruses and libel.