Discussion:
compiling mico for windows 7 - 64
Bernd Macheleidt
2012-06-05 10:14:07 UTC
Permalink
Hi all,
trying to compile mico for windows 7 64 bit (VS 2008) using Makefile.win32 caused several runtime errors, i.e. when running idl.exe. Probably Makefile.win32 cannot be used for win7 64 bit target. Is there a makefile available for windows 7 64 bit or are there hints for creating one ?

Here is my compiler output :


.
.
.
cd ..\coss
nmake /nologo /f Makefile.win32 all
cd naming
nmake /nologo "CREATE_DLL = 1" /f Makefile.win32 lib
..\..\win32-bin\idl.exe --windows-dll coss -B..\.. --c++-skel --name CosNaming ..\..\includ
e\coss\CosNaming.idl
[3153588942 - 0000000000F0F190] d:\project\vs_projects\mico\orb\os-thread/pthreads.cc:409: assertion
failed

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
[3153593374 - 0000000000F0F190] d:\project\vs_projects\mico\orb\os-thread/pthreads.cc:409: assertion
failed

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
NMAKE : fatal error U1077: '..\..\win32-bin\idl.exe' : return code '0x3'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\amd64\nmake.E
XE"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\amd64\nmake.E
XE"' : return code '0x2'
Stop.


Running idl standalone causes following output :


D:\Project\vs_projects\mico\win32-bin>idl
[3154837808 - 0000000000E63700] d:\project\vs_projects\mico\orb\os-thread/pthreads.cc:409: assertion
failed
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
[3154841440 - 0000000000E63700] d:\project\vs_projects\mico\orb\os-thread/pthreads.cc:409: assertion
failed
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
D:\Project\vs_projects\mico\win32-bin>


Eventname: APPCRASH
Applicationname: idl.exe
Programversion: 0.0.0.0
Programtimestamp: 4fcdcc07
Modulname: mico2313.dll
Modulversion: 0.0.0.0
Moduletimestamp: 4fcdcbc2
Exceptioncode: 40000015
Exceptioneoffset: 000000000012474f
OS version: 6.1.7601.2.1.0.256.1




------------------------------------------------------------
Der Inhalt dieser E-Mail ist vertraulich. Falls Sie nicht
der angegebene Empf?nger sind oder falls diese E-Mail
irrt?mlich an Sie adressiert wurde, verst?ndigen Sie bitte
den Absender sofort und l?schen Sie die E-Mail sodann. Das
unerlaubte Kopieren sowie die unbefugte ?bermittlung sind
nicht gestattet. Die Sicherheit von ?bermittlungen per
E-Mail kann nicht garantiert werden. Falls Sie eine
Best?tigung w?nschen, fordern Sie bitte den Inhalt der
E-Mail als Hardcopy an.
------------------------------------------------------------
The contents of this e-mail are confidential. If you
are not the named addressee or if this transmission
has been addressed to you in error, please notify the
sender immediately and then delete this e-mail.
Any unauthorized copying and transmission is forbidden.
E-Mail transmission cannot be guaranteed to be secure.
If verification is required, please request a hard copy
version.
------------------------------------------------------------
Karel Gardas
2012-06-05 10:47:53 UTC
Permalink
Hi,

one of our commercial customers funded work on MICO Win64 port and this
is now presented in MICO HEAD. Please use darcs to get the latest
development sources and give it a try.

Cheers,
Karel
Post by Bernd Macheleidt
Hi all,
trying to compile mico for windows 7 64 bit (VS 2008) using Makefile.win32 caused several runtime errors, i.e. when running idl.exe. Probably Makefile.win32 cannot be used for win7 64 bit target. Is there a makefile available for windows 7 64 bit or are there hints for creating one ?
.
.
.
cd ..\coss
nmake /nologo /f Makefile.win32 all
cd naming
nmake /nologo "CREATE_DLL = 1" /f Makefile.win32 lib
..\..\win32-bin\idl.exe --windows-dll coss -B..\.. --c++-skel --name CosNaming ..\..\includ
e\coss\CosNaming.idl
[3153588942 - 0000000000F0F190] d:\project\vs_projects\mico\orb\os-thread/pthreads.cc:409: assertion
failed
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
[3153593374 - 0000000000F0F190] d:\project\vs_projects\mico\orb\os-thread/pthreads.cc:409: assertion
failed
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
NMAKE : fatal error U1077: '..\..\win32-bin\idl.exe' : return code '0x3'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\amd64\nmake.E
XE"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\amd64\nmake.E
XE"' : return code '0x2'
Stop.
D:\Project\vs_projects\mico\win32-bin>idl
[3154837808 - 0000000000E63700] d:\project\vs_projects\mico\orb\os-thread/pthreads.cc:409: assertion
failed
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
[3154841440 - 0000000000E63700] d:\project\vs_projects\mico\orb\os-thread/pthreads.cc:409: assertion
failed
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
D:\Project\vs_projects\mico\win32-bin>
Eventname: APPCRASH
Applicationname: idl.exe
Programversion: 0.0.0.0
Programtimestamp: 4fcdcc07
Modulname: mico2313.dll
Modulversion: 0.0.0.0
Moduletimestamp: 4fcdcbc2
Exceptioncode: 40000015
Exceptioneoffset: 000000000012474f
OS version: 6.1.7601.2.1.0.256.1
------------------------------------------------------------
Der Inhalt dieser E-Mail ist vertraulich. Falls Sie nicht
der angegebene Empf?nger sind oder falls diese E-Mail
irrt?mlich an Sie adressiert wurde, verst?ndigen Sie bitte
den Absender sofort und l?schen Sie die E-Mail sodann. Das
unerlaubte Kopieren sowie die unbefugte ?bermittlung sind
nicht gestattet. Die Sicherheit von ?bermittlungen per
E-Mail kann nicht garantiert werden. Falls Sie eine
Best?tigung w?nschen, fordern Sie bitte den Inhalt der
E-Mail als Hardcopy an.
------------------------------------------------------------
The contents of this e-mail are confidential. If you
are not the named addressee or if this transmission
has been addressed to you in error, please notify the
sender immediately and then delete this e-mail.
Any unauthorized copying and transmission is forbidden.
E-Mail transmission cannot be guaranteed to be secure.
If verification is required, please request a hard copy
version.
------------------------------------------------------------
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Mico-devel mailing list
https://lists.sourceforge.net/lists/listinfo/mico-devel
--
Karel Gardas ***@objectsecurity.com
ObjectSecurity Ltd. http://www.objectsecurity.com
Bernd Macheleidt
2012-06-05 11:23:04 UTC
Permalink
Hi Karel,
thanks for your quick response. I just downloaded darks (never heard of it before). Neither darcs get MICO HEAD nor darcs get --repo-name MICO HEAD or darcs get MICO worked. Can you please give me the proper command line ? Thanks in advance.
Bernd



-----Ursprüngliche Nachricht-----
Von: Karel Gardas [mailto:***@objectsecurity.com]
Gesendet: Dienstag, 5. Juni 2012 12:48
An: Bernd Macheleidt
Cc: mico-***@lists.sourceforge.net
Betreff: Re: [mico-devel] compiling mico for windows 7 - 64


Hi,

one of our commercial customers funded work on MICO Win64 port and this is now presented in MICO HEAD. Please use darcs to get the latest development sources and give it a try.

Cheers,
Karel
Post by Bernd Macheleidt
Hi all,
trying to compile mico for windows 7 64 bit (VS 2008) using Makefile.win32 caused several runtime errors, i.e. when running idl.exe. Probably Makefile.win32 cannot be used for win7 64 bit target. Is there a makefile available for windows 7 64 bit or are there hints for creating one ?
.
.
.
cd ..\coss
nmake /nologo /f Makefile.win32 all
cd naming
nmake /nologo "CREATE_DLL = 1" /f Makefile.win32 lib
..\..\win32-bin\idl.exe --windows-dll coss -B..\.. --c++-skel
--name CosNaming ..\..\includ e\coss\CosNaming.idl
[3153588942 - 0000000000F0F190]
d:\project\vs_projects\mico\orb\os-thread/pthreads.cc:409: assertion
failed
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
[3153593374 - 0000000000F0F190]
d:\project\vs_projects\mico\orb\os-thread/pthreads.cc:409: assertion
failed
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
NMAKE : fatal error U1077: '..\..\win32-bin\idl.exe' : return code '0x3'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual
Studio 9.0\VC\BIN\amd64\nmake.E XE"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual
Studio 9.0\VC\BIN\amd64\nmake.E XE"' : return code '0x2'
Stop.
D:\Project\vs_projects\mico\win32-bin>idl
[3154837808 - 0000000000E63700]
d:\project\vs_projects\mico\orb\os-thread/pthreads.cc:409: assertion
failed This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
[3154841440 - 0000000000E63700]
d:\project\vs_projects\mico\orb\os-thread/pthreads.cc:409: assertion
failed This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
D:\Project\vs_projects\mico\win32-bin>
Eventname: APPCRASH
Applicationname: idl.exe
Programversion: 0.0.0.0
Programtimestamp: 4fcdcc07
Modulname: mico2313.dll
Modulversion: 0.0.0.0
Moduletimestamp: 4fcdcbc2
Exceptioncode: 40000015
Exceptioneoffset: 000000000012474f
OS version: 6.1.7601.2.1.0.256.1
------------------------------------------------------------
Der Inhalt dieser E-Mail ist vertraulich. Falls Sie nicht der
angegebene Empf?nger sind oder falls diese E-Mail irrt?mlich an Sie
adressiert wurde, verst?ndigen Sie bitte den Absender sofort und
l?schen Sie die E-Mail sodann. Das unerlaubte Kopieren sowie die
unbefugte ?bermittlung sind nicht gestattet. Die Sicherheit von
?bermittlungen per E-Mail kann nicht garantiert werden. Falls Sie eine
Best?tigung w?nschen, fordern Sie bitte den Inhalt der E-Mail als
Hardcopy an.
------------------------------------------------------------
The contents of this e-mail are confidential. If you are not the named
addressee or if this transmission has been addressed to you in error,
please notify the sender immediately and then delete this e-mail.
Any unauthorized copying and transmission is forbidden.
E-Mail transmission cannot be guaranteed to be secure.
If verification is required, please request a hard copy version.
------------------------------------------------------------
----------------------------------------------------------------------
--------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond.
Discussions will include endpoint security, mobile security and the
latest in malware threats.
http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Mico-devel mailing list
https://lists.sourceforge.net/lists/listinfo/mico-devel
--
Karel Gardas ***@objectsecurity.com
ObjectSecurity Ltd. http://www.objectsecurity.com
Karel Gardas
2012-06-05 11:26:44 UTC
Permalink
It's documented here: http://mico.org/down.html

You need to do:

darcs get --set-scripts-executable http://mico.org/mico-darcs-repository
mico

Cheers,
Karel
Post by Bernd Macheleidt
Hi Karel,
thanks for your quick response. I just downloaded darks (never heard of it before). Neither darcs get MICO HEAD nor darcs get --repo-name MICO HEAD or darcs get MICO worked. Can you please give me the proper command line ? Thanks in advance.
Bernd
-----Ursprüngliche Nachricht-----
Gesendet: Dienstag, 5. Juni 2012 12:48
An: Bernd Macheleidt
Betreff: Re: [mico-devel] compiling mico for windows 7 - 64
Hi,
one of our commercial customers funded work on MICO Win64 port and this is now presented in MICO HEAD. Please use darcs to get the latest development sources and give it a try.
Cheers,
Karel
Post by Bernd Macheleidt
Hi all,
trying to compile mico for windows 7 64 bit (VS 2008) using Makefile.win32 caused several runtime errors, i.e. when running idl.exe. Probably Makefile.win32 cannot be used for win7 64 bit target. Is there a makefile available for windows 7 64 bit or are there hints for creating one ?
.
.
.
cd ..\coss
nmake /nologo /f Makefile.win32 all
cd naming
nmake /nologo "CREATE_DLL = 1" /f Makefile.win32 lib
..\..\win32-bin\idl.exe --windows-dll coss -B..\.. --c++-skel
--name CosNaming ..\..\includ e\coss\CosNaming.idl
[3153588942 - 0000000000F0F190]
d:\project\vs_projects\mico\orb\os-thread/pthreads.cc:409: assertion
failed
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
[3153593374 - 0000000000F0F190]
d:\project\vs_projects\mico\orb\os-thread/pthreads.cc:409: assertion
failed
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
NMAKE : fatal error U1077: '..\..\win32-bin\idl.exe' : return code '0x3'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual
Studio 9.0\VC\BIN\amd64\nmake.E XE"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual
Studio 9.0\VC\BIN\amd64\nmake.E XE"' : return code '0x2'
Stop.
D:\Project\vs_projects\mico\win32-bin>idl
[3154837808 - 0000000000E63700]
d:\project\vs_projects\mico\orb\os-thread/pthreads.cc:409: assertion
failed This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
[3154841440 - 0000000000E63700]
d:\project\vs_projects\mico\orb\os-thread/pthreads.cc:409: assertion
failed This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
D:\Project\vs_projects\mico\win32-bin>
Eventname: APPCRASH
Applicationname: idl.exe
Programversion: 0.0.0.0
Programtimestamp: 4fcdcc07
Modulname: mico2313.dll
Modulversion: 0.0.0.0
Moduletimestamp: 4fcdcbc2
Exceptioncode: 40000015
Exceptioneoffset: 000000000012474f
OS version: 6.1.7601.2.1.0.256.1
------------------------------------------------------------
Der Inhalt dieser E-Mail ist vertraulich. Falls Sie nicht der
angegebene Empf?nger sind oder falls diese E-Mail irrt?mlich an Sie
adressiert wurde, verst?ndigen Sie bitte den Absender sofort und
l?schen Sie die E-Mail sodann. Das unerlaubte Kopieren sowie die
unbefugte ?bermittlung sind nicht gestattet. Die Sicherheit von
?bermittlungen per E-Mail kann nicht garantiert werden. Falls Sie eine
Best?tigung w?nschen, fordern Sie bitte den Inhalt der E-Mail als
Hardcopy an.
------------------------------------------------------------
The contents of this e-mail are confidential. If you are not the named
addressee or if this transmission has been addressed to you in error,
please notify the sender immediately and then delete this e-mail.
Any unauthorized copying and transmission is forbidden.
E-Mail transmission cannot be guaranteed to be secure.
If verification is required, please request a hard copy version.
------------------------------------------------------------
----------------------------------------------------------------------
--------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond.
Discussions will include endpoint security, mobile security and the
latest in malware threats.
http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Mico-devel mailing list
https://lists.sourceforge.net/lists/listinfo/mico-devel
--
Karel Gardas ***@objectsecurity.com
ObjectSecurity Ltd. http://www.objectsecurity.com
Loading...