From kgardas at objectsecurity.com Thu Aug 7 18:58:54 2008 From: kgardas at objectsecurity.com (Karel Gardas) Date: Thu Aug 7 09:03:05 2008 Subject: [mico-devel] MICO 2.3.13 Release Candidate 2 Message-ID: <489B1BBE.9020104@objectsecurity.com> Folks, please download and test MICO 2.3.13 Release Candidate 2 which is available here: http://mico.org/snapshots/mico-2.3.13RC2.tar.gz http://mico.org/snapshots/mico-2.3.13RC2.zip Changes since Release Candidate 1 are: - add README file for threading policies API - increase connection and request limit to 128 both The biggest changes done since MICO 2.3.12 release are: - merge of MICO Security Level 3 project - added support for GNU C++ >= 4.1.x, Sun C++ 5.9, Intel C++ 9 and 10, MS VC++ 8.0 and 9.0 - implement CORBA 3.0 compliant client side policy management - implement CORBA compliant request timeout feature (RelativeRoundtripTimeoutPolicy) - implement connection binding timeout feature (RelativeConnectionBindingTimeoutPolicy) - implement threading policies - build security and messaging by default if supported by the target platform - improved support for SunOS 5.10/5.11 and Mac OS X plus a ton of other bugfixes and enhancements. For more information please see CHANGES file. Thanks to all contributors to this release, namely to Christoph Becker, Zoltan Bordas, Bill Bruns, Darren Frith, Dan Gogoasa, GradSoft, Patrick Gr?bel, Jaakko Kangasharju, Mark Lindner, Nikolay Logvinov, John McNamara, Sorin Mustaca, Arne Pajunen, Matthias Ringwald Markus Schaber, Ashish Kumar Sharma, Wolfgang Wunderlich, and others. Please let us know any issue you find with this release candidate. Cheers, Karel -- Karel Gardas kgardas@objectsecurity.com ObjectSecurity Ltd. http://www.objectsecurity.com From syberpro at mail.ru Thu Aug 21 02:03:16 2008 From: syberpro at mail.ru (Syber) Date: Wed Aug 20 14:06:54 2008 Subject: [mico-devel] Compile MICOLIB under visual studio Message-ID: Hi I'm trying to compile MICOLIB (2.3.12\13) under vs7.1 and vs8.0... There are many errors like that: Error 272 error C2039: 'ActiveMsgQueue' : is not a member of 'MICO' d:\mico\orb\message.cc 79 Error 255 error C2039: 'check_msg' : is not a member of 'MICO' d:\mico\orb\message.cc 54 Error 320 error C2039: 'copy' : is not a member of 'MICO' d:\mico\orb\mt_dispatcher.cc 92 Error 264 error C2039: 'get_msg' : is not a member of 'MICO' d:\mico\orb\message.cc 66 Error 260 error C2039: 'msg_type' : is not a member of 'MICO' d:\mico\orb\message.cc 65 Error 328 error C2039: 'msg_type' : is not a member of 'MICO' d:\mico\orb\mt_dispatcher.cc 106 Error 293 error C2039: 'MTDispatcher' : is not a member of 'MICO' d:\mico\orb\mt_dispatcher.cc 59 Error 303 error C2039: 'MTDispatcher' : is not a member of 'MICO' d:\mico\orb\mt_dispatcher.cc 76 Error 304 error C2039: 'MTDispatcher' : is not a member of 'MICO' d:\mico\orb\mt_dispatcher.cc 76 Error 323 error C2039: 'MTDispatcher' : is not a member of 'MICO' d:\mico\orb\mt_dispatcher.cc 95 Error 316 error C2039: 'Operation' : is not a member of 'MICO' d:\mico\orb\mt_dispatcher.cc 91 Error 377 error C2039: 'OperationInfoNode' : is not a member of 'MICO' d:\mico\orb\operation.cc 50 Error 382 error C2039: 'OperationInfoNode' : is not a member of 'MICO' d:\mico\orb\operation.cc 60 Error 299 error C2039: 'ORB' : is not a member of 'MICO' d:\mico\orb\mt_dispatcher.cc 66 Error 314 error C2039: 'ORB' : is not a member of 'MICO' d:\mico\orb\mt_dispatcher.cc 80 Error 327 error C2039: 'process' : is not a member of 'MICO' d:\mico\orb\mt_dispatcher.cc 106 Error 338 error C2039: 'ThreadPool' : is not a member of 'MICO' d:\mico\orb\mt_manager.cc 54 Error 383 error C2039: 'ThreadPool' : is not a member of 'MICO' d:\mico\orb\operation.cc 60 Error 256 error C2039: 'WorkerThread' : is not a member of 'MICO' d:\mico\orb\message.cc 54 Error 268 error C2059: syntax error : ')' d:\mico\orb\message.cc 66 Error 324 error C2061: syntax error : identifier 'MTDispatcher' d:\mico\orb\mt_dispatcher.cc 95 Error 385 error C2065: '_tp' : undeclared identifier d:\mico\orb\operation.cc 60 Error 258 error C2065: 'kt' : undeclared identifier d:\mico\orb\message.cc 54 Error 330 error C2065: 'msg' : undeclared identifier d:\mico\orb\mt_dispatcher.cc 106 Error 329 error C2065: 'msg_type' : undeclared identifier d:\mico\orb\mt_dispatcher.cc 106 Error 308 error C2065: 'op' : undeclared identifier d:\mico\orb\mt_dispatcher.cc 77 Error 265 error C2065: 'OP_id_type' : undeclared identifier d:\mico\orb\message.cc 66 Error 300 error C2065: 'ORB' : undeclared identifier d:\mico\orb\mt_dispatcher.cc 66 Error 537 error C2065: 'PTHREAD_START_ROUTINE' : undeclared identifier c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 283 Error 384 error C2065: 'ThreadPool' : undeclared identifier d:\mico\orb\operation.cc 60 Error 340 error C2065: 'tp_lock' : undeclared identifier d:\mico\orb\mt_manager.cc 57 Error 536 error C2065: 'WINAPI' : undeclared identifier c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 283 Error 257 error C2065: 'WorkerThread' : undeclared identifier d:\mico\orb\message.cc 54 Error 306 error C2143: syntax error : missing ',' before '&' d:\mico\orb\mt_dispatcher.cc 76 Error 261 error C2143: syntax error : missing ';' before '*' d:\mico\orb\message.cc 65 Error 317 error C2143: syntax error : missing ';' before '*' d:\mico\orb\mt_dispatcher.cc 91 Error 387 error C2143: syntax error : missing ';' before ':' d:\mico\orb\operation.cc 60 Error 269 error C2143: syntax error : missing ';' before '{' d:\mico\orb\message.cc 67 Error 266 error C2146: syntax error : missing ')' before identifier 'nextOP_id' d:\mico\orb\message.cc 66 Error 491 error C2146: syntax error : missing ';' before identifier 'bInheritHandle' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 243 Error 509 error C2146: syntax error : missing ';' before identifier 'dwHighDateTime' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 262 Error 506 error C2146: syntax error : missing ';' before identifier 'dwLowDateTime' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 261 Error 500 error C2146: syntax error : missing ';' before identifier 'dwProcessId' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 249 Error 503 error C2146: syntax error : missing ';' before identifier 'dwThreadId' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 250 Error 482 error C2146: syntax error : missing ';' before identifier 'hEvent' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 237 Error 494 error C2146: syntax error : missing ';' before identifier 'hProcess' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 247 Error 497 error C2146: syntax error : missing ';' before identifier 'hThread' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 248 Error 467 error C2146: syntax error : missing ';' before identifier 'Internal' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 226 Error 470 error C2146: syntax error : missing ';' before identifier 'InternalHigh' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 227 Error 488 error C2146: syntax error : missing ';' before identifier 'lpSecurityDescriptor' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 242 Error 485 error C2146: syntax error : missing ';' before identifier 'nLength' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 241 Error 473 error C2146: syntax error : missing ';' before identifier 'Offset' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 230 Error 476 error C2146: syntax error : missing ';' before identifier 'OffsetHigh' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 231 Error 479 error C2146: syntax error : missing ';' before identifier 'Pointer' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 234 Error 521 error C2146: syntax error : missing ';' before identifier 'wDay' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 275 Error 518 error C2146: syntax error : missing ';' before identifier 'wDayOfWeek' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 274 Error 524 error C2146: syntax error : missing ';' before identifier 'wHour' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 276 Error 533 error C2146: syntax error : missing ';' before identifier 'wMilliseconds' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 279 Error 527 error C2146: syntax error : missing ';' before identifier 'wMinute' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 277 Error 515 error C2146: syntax error : missing ';' before identifier 'wMonth' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 273 Error 530 error C2146: syntax error : missing ';' before identifier 'wSecond' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 278 Error 512 error C2146: syntax error : missing ';' before identifier 'wYear' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 272 Error 296 error C2227: left of '->info' must point to class/struct/union/generic type d:\mico\orb\mt_dispatcher.cc 66 Error 311 error C2227: left of '->info' must point to class/struct/union/generic type d:\mico\orb\mt_dispatcher.cc 80 Error 343 error C2227: left of '->max' must point to class/struct/union/generic type d:\mico\orb\mt_manager.cc 67 Error 297 error C2228: left of '.set_op_id' must have class/struct/union d:\mico\orb\mt_dispatcher.cc 66 Error 312 error C2228: left of '.set_op_id' must have class/struct/union d:\mico\orb\mt_dispatcher.cc 80 Error 321 error C2270: 'copy' : modifiers not allowed on nonmember functions d:\mico\orb\mt_dispatcher.cc 93 Error 270 error C2447: '{' : missing function header (old-style formal list?) d:\mico\orb\message.cc 67 Error 259 error C2448: 'check_msg' : function-style initializer appears to be a function definition d:\mico\orb\message.cc 55 Error 386 error C2448: 'OperationInfoNode' : function-style initializer appears to be a function definition d:\mico\orb\operation.cc 60 Error 331 error C2448: 'process' : function-style initializer appears to be a function definition d:\mico\orb\mt_dispatcher.cc 107 Error 389 error C2448: 'tp' : function-style initializer appears to be a function definition d:\mico\orb\operation.cc 63 Error 309 error C2550: 'MTDispatcher' : constructor initializer lists are only allowed on constructor definitions d:\mico\orb\mt_dispatcher.cc 78 Error 379 error C2550: 'OperationInfoNode' : constructor initializer lists are only allowed on constructor definitions d:\mico\orb\operation.cc 53 Error 341 error C2550: 'ThreadPool' : constructor initializer lists are only allowed on constructor definitions d:\mico\orb\mt_manager.cc 66 Error 277 error C2588: '::~ActiveMsgQueue' : illegal global destructor d:\mico\orb\message.cc 95 Error 391 error C2588: '::~OperationInfoNode' : illegal global destructor d:\mico\orb\operation.cc 69 Error 346 error C2588: '::~ThreadPool' : illegal global destructor d:\mico\orb\mt_manager.cc 80 Error 274 error C2673: 'ActiveMsgQueue' : global functions do not have 'this' pointers d:\mico\orb\message.cc 84 Error 295 error C2673: 'MTDispatcher' : global functions do not have 'this' pointers d:\mico\orb\mt_dispatcher.cc 66 Error 310 error C2673: 'MTDispatcher' : global functions do not have 'this' pointers d:\mico\orb\mt_dispatcher.cc 80 Error 342 error C2673: 'ThreadPool' : global functions do not have 'this' pointers d:\mico\orb\mt_manager.cc 67 Error 271 error C3083: 'ActiveMsgQueue': the symbol to the left of a '::' must be a type d:\mico\orb\message.cc 79 Error 276 error C3083: 'ActiveMsgQueue': the symbol to the left of a '::' must be a type d:\mico\orb\message.cc 95 Error 254 error C3083: 'MsgChannel': the symbol to the left of a '::' must be a type d:\mico\orb\message.cc 54 Error 263 error C3083: 'MsgChannel': the symbol to the left of a '::' must be a type d:\mico\orb\message.cc 66 Error 292 error C3083: 'MTDispatcher': the symbol to the left of a '::' must be a type d:\mico\orb\mt_dispatcher.cc 59 Error 302 error C3083: 'MTDispatcher': the symbol to the left of a '::' must be a type d:\mico\orb\mt_dispatcher.cc 76 Error 319 error C3083: 'MTDispatcher': the symbol to the left of a '::' must be a type d:\mico\orb\mt_dispatcher.cc 92 Error 326 error C3083: 'MTDispatcher': the symbol to the left of a '::' must be a type d:\mico\orb\mt_dispatcher.cc 106 Error 298 error C3083: 'Operation': the symbol to the left of a '::' must be a type d:\mico\orb\mt_dispatcher.cc 66 Error 313 error C3083: 'Operation': the symbol to the left of a '::' must be a type d:\mico\orb\mt_dispatcher.cc 80 Error 376 error C3083: 'OperationInfoNode': the symbol to the left of a '::' must be a type d:\mico\orb\operation.cc 50 Error 381 error C3083: 'OperationInfoNode': the symbol to the left of a '::' must be a type d:\mico\orb\operation.cc 60 Error 390 error C3083: 'OperationInfoNode': the symbol to the left of a '::' must be a type d:\mico\orb\operation.cc 69 Error 337 error C3083: 'ThreadPool': the symbol to the left of a '::' must be a type d:\mico\orb\mt_manager.cc 54 Error 345 error C3083: 'ThreadPool': the symbol to the left of a '::' must be a type d:\mico\orb\mt_manager.cc 80 Error 262 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int d:\mico\orb\message.cc 65 Error 267 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int d:\mico\orb\message.cc 66 Error 273 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int d:\mico\orb\message.cc 80 Error 294 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int d:\mico\orb\mt_dispatcher.cc 60 Error 305 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int d:\mico\orb\mt_dispatcher.cc 76 Error 307 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int d:\mico\orb\mt_dispatcher.cc 77 Error 318 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int d:\mico\orb\mt_dispatcher.cc 91 Error 322 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int d:\mico\orb\mt_dispatcher.cc 93 Error 339 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int d:\mico\orb\mt_manager.cc 56 Error 378 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int d:\mico\orb\operation.cc 50 Error 388 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int d:\mico\orb\operation.cc 61 Error 468 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 226 Error 469 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 226 Error 471 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 227 Error 472 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 227 Error 474 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 230 Error 475 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 230 Error 477 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 231 Error 478 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 231 Error 480 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 234 Error 481 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 234 Error 483 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 237 Error 484 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 237 Error 486 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 241 Error 487 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 241 Error 489 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 242 Error 490 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 242 Error 492 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 243 Error 493 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 243 Error 495 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 247 Error 496 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 247 Error 498 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 248 Error 499 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 248 Error 501 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 249 Error 502 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 249 Error 504 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 250 Error 505 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 250 Error 507 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 261 Error 508 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 261 Error 510 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 262 Error 511 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 262 Error 513 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 272 Error 514 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 272 Error 516 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 273 Error 517 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 273 Error 519 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 274 Error 520 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 274 Error 522 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 275 Error 523 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 275 Error 525 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 276 Error 526 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 276 Error 528 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 277 Error 529 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 277 Error 531 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 278 Error 532 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 278 Error 534 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 279 Error 535 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 279 Error 538 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 283 Error 466 fatal error C1083: Cannot open include file: 'boa.cc': No such file or directory d:\mico\orb\orb_ppc.cpp 14 Error 418 fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory d:\mico\orb\orb_pch.h 18 Error 278 fatal error C1903: unable to recover from previous error(s); stopping compilation d:\mico\orb\message.cc 95 Error 347 fatal error C1903: unable to recover from previous error(s); stopping compilation d:\mico\orb\mt_manager.cc 80 Error 392 fatal error C1903: unable to recover from previous error(s); stopping compilation d:\mico\orb\operation.cc 69 Error 539 fatal error C1903: unable to recover from previous error(s); stopping compilation c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 283 ? ????????? Syber!!! From mattheus at t-online.de Fri Aug 22 14:07:08 2008 From: mattheus at t-online.de (mattheus@t-online.de) Date: Fri Aug 22 04:10:57 2008 Subject: [mico-devel] Using pthreads for win32 Message-ID: <1KWUU0-1Uga480@fwd26.aul.t-online.de> An HTML attachment was scrubbed... URL: http://www.mico.org/pipermail/mico-devel/attachments/20080822/91afb4a4/attachment.html From rfgunion at lbl.gov Fri Aug 22 09:32:10 2008 From: rfgunion at lbl.gov (Robert F. Gunion) Date: Fri Aug 22 08:35:44 2008 Subject: [mico-devel] Using pthreads for win32 In-Reply-To: <1KWUU0-1Uga480@fwd26.aul.t-online.de> References: <1KWUU0-1Uga480@fwd26.aul.t-online.de> Message-ID: <48AEDBFA.7020000@lbl.gov> Since it wasn't developed by the mico team itself, pthreads is in the \contrib\pthreads directory. Add that to the include path and all will be well. Note that you will need to link with pthreadVC2.lib, but you shouldn't need to add another directory for the linker. mattheus@t-online.de wrote: > Hello, > > i have problems with using the mico's pthreads distribution on Windows. > In Visual Studio the include path is set to '\include' and > '\include\windows'. After trying to compile a cpp file > which contains '#include ' following error occurs: > > "pthread.h": No such file or directory > > Can anybody help me? > > Cheers, > Matthias > ------------------------------------------------------------------------ > > _______________________________________________ > Mico-devel mailing list > Mico-devel@mico.org > http://www.mico.org/mailman/listinfo/mico-devel > -------------- next part -------------- A non-text attachment was scrubbed... Name: rfgunion.vcf Type: text/x-vcard Size: 349 bytes Desc: not available Url : http://www.mico.org/pipermail/mico-devel/attachments/20080822/0aa38331/rfgunion.vcf From rmiglani at quark.com Sat Aug 23 11:01:00 2008 From: rmiglani at quark.com (Rahul Miglani) Date: Fri Aug 22 21:34:38 2008 Subject: [mico-devel] Compiling mico with stlport 5.02 or later Message-ID: <344A6F8A-057E-4F8B-B30B-E421E510AE12@quark.com> Hi, Has anybody been able to compile mico 2.3.12 with stlport 5.02 or later. I searched the archives and came across a mail about an effort that was made to compile mico 2.3.9 with stlport 5.1.5 on VC8, but there is no mail about the success of the effort. Any heads up information would be highly appreciated. Thanks & Regards, Rahul Miglani. From msorin at gmx.net Mon Aug 25 22:25:17 2008 From: msorin at gmx.net (Sorin Mustaca) Date: Mon Aug 25 12:28:43 2008 Subject: [mico-devel] Compile MICOLIB under visual studio Message-ID: <48B3071D.6030000@gmx.net> Hello, Sorry for the delay, but this is the holiday season ;) The errors you have normally appear when you don't have the right environment set. So, please make sure you start the compiling environment from the corresponding Command Prompt and from there execute nmake -f makefile.win32 Let me know if this solves the problem. Syber said the following on 20.08.2008 23:03: > Hi > > I'm trying to compile MICOLIB (2.3.12\13) under vs7.1 and vs8.0... > There are many errors like that: > > > Error 272 error C2039: 'ActiveMsgQueue' : is not a member of 'MICO' d:\mico\orb\message.cc 79 > Error 255 error C2039: 'check_msg' : is not a member of 'MICO' d:\mico\orb\message.cc 54 > Error 320 error C2039: 'copy' : is not a member of 'MICO' d:\mico\orb\mt_dispatcher.cc 92 > Error 264 error C2039: 'get_msg' : is not a member of 'MICO' d:\mico\orb\message.cc 66 > Error 260 error C2039: 'msg_type' : is not a member of 'MICO' d:\mico\orb\message.cc 65 > Error 328 error C2039: 'msg_type' : is not a member of 'MICO' d:\mico\orb\mt_dispatcher.cc 106 > Error 293 error C2039: 'MTDispatcher' : is not a member of 'MICO' d:\mico\orb\mt_dispatcher.cc 59 > Error 303 error C2039: 'MTDispatcher' : is not a member of 'MICO' d:\mico\orb\mt_dispatcher.cc 76 > Error 304 error C2039: 'MTDispatcher' : is not a member of 'MICO' d:\mico\orb\mt_dispatcher.cc 76 > Error 323 error C2039: 'MTDispatcher' : is not a member of 'MICO' d:\mico\orb\mt_dispatcher.cc 95 > Error 316 error C2039: 'Operation' : is not a member of 'MICO' d:\mico\orb\mt_dispatcher.cc 91 > Error 377 error C2039: 'OperationInfoNode' : is not a member of 'MICO' d:\mico\orb\operation.cc 50 > Error 382 error C2039: 'OperationInfoNode' : is not a member of 'MICO' d:\mico\orb\operation.cc 60 > Error 299 error C2039: 'ORB' : is not a member of 'MICO' d:\mico\orb\mt_dispatcher.cc 66 > Error 314 error C2039: 'ORB' : is not a member of 'MICO' d:\mico\orb\mt_dispatcher.cc 80 > Error 327 error C2039: 'process' : is not a member of 'MICO' d:\mico\orb\mt_dispatcher.cc 106 > Error 338 error C2039: 'ThreadPool' : is not a member of 'MICO' d:\mico\orb\mt_manager.cc 54 > Error 383 error C2039: 'ThreadPool' : is not a member of 'MICO' d:\mico\orb\operation.cc 60 > Error 256 error C2039: 'WorkerThread' : is not a member of 'MICO' d:\mico\orb\message.cc 54 > Error 268 error C2059: syntax error : ')' d:\mico\orb\message.cc 66 > Error 324 error C2061: syntax error : identifier 'MTDispatcher' d:\mico\orb\mt_dispatcher.cc 95 > Error 385 error C2065: '_tp' : undeclared identifier d:\mico\orb\operation.cc 60 > Error 258 error C2065: 'kt' : undeclared identifier d:\mico\orb\message.cc 54 > Error 330 error C2065: 'msg' : undeclared identifier d:\mico\orb\mt_dispatcher.cc 106 > Error 329 error C2065: 'msg_type' : undeclared identifier d:\mico\orb\mt_dispatcher.cc 106 > Error 308 error C2065: 'op' : undeclared identifier d:\mico\orb\mt_dispatcher.cc 77 > Error 265 error C2065: 'OP_id_type' : undeclared identifier d:\mico\orb\message.cc 66 > Error 300 error C2065: 'ORB' : undeclared identifier d:\mico\orb\mt_dispatcher.cc 66 > Error 537 error C2065: 'PTHREAD_START_ROUTINE' : undeclared identifier c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 283 > Error 384 error C2065: 'ThreadPool' : undeclared identifier d:\mico\orb\operation.cc 60 > Error 340 error C2065: 'tp_lock' : undeclared identifier d:\mico\orb\mt_manager.cc 57 > Error 536 error C2065: 'WINAPI' : undeclared identifier c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 283 > Error 257 error C2065: 'WorkerThread' : undeclared identifier d:\mico\orb\message.cc 54 > Error 306 error C2143: syntax error : missing ',' before '&' d:\mico\orb\mt_dispatcher.cc 76 > Error 261 error C2143: syntax error : missing ';' before '*' d:\mico\orb\message.cc 65 > Error 317 error C2143: syntax error : missing ';' before '*' d:\mico\orb\mt_dispatcher.cc 91 > Error 387 error C2143: syntax error : missing ';' before ':' d:\mico\orb\operation.cc 60 > Error 269 error C2143: syntax error : missing ';' before '{' d:\mico\orb\message.cc 67 > Error 266 error C2146: syntax error : missing ')' before identifier 'nextOP_id' d:\mico\orb\message.cc 66 > Error 491 error C2146: syntax error : missing ';' before identifier 'bInheritHandle' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 243 > Error 509 error C2146: syntax error : missing ';' before identifier 'dwHighDateTime' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 262 > Error 506 error C2146: syntax error : missing ';' before identifier 'dwLowDateTime' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 261 > Error 500 error C2146: syntax error : missing ';' before identifier 'dwProcessId' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 249 > Error 503 error C2146: syntax error : missing ';' before identifier 'dwThreadId' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 250 > Error 482 error C2146: syntax error : missing ';' before identifier 'hEvent' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 237 > Error 494 error C2146: syntax error : missing ';' before identifier 'hProcess' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 247 > Error 497 error C2146: syntax error : missing ';' before identifier 'hThread' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 248 > Error 467 error C2146: syntax error : missing ';' before identifier 'Internal' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 226 > Error 470 error C2146: syntax error : missing ';' before identifier 'InternalHigh' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 227 > Error 488 error C2146: syntax error : missing ';' before identifier 'lpSecurityDescriptor' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 242 > Error 485 error C2146: syntax error : missing ';' before identifier 'nLength' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 241 > Error 473 error C2146: syntax error : missing ';' before identifier 'Offset' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 230 > Error 476 error C2146: syntax error : missing ';' before identifier 'OffsetHigh' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 231 > Error 479 error C2146: syntax error : missing ';' before identifier 'Pointer' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 234 > Error 521 error C2146: syntax error : missing ';' before identifier 'wDay' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 275 > Error 518 error C2146: syntax error : missing ';' before identifier 'wDayOfWeek' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 274 > Error 524 error C2146: syntax error : missing ';' before identifier 'wHour' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 276 > Error 533 error C2146: syntax error : missing ';' before identifier 'wMilliseconds' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 279 > Error 527 error C2146: syntax error : missing ';' before identifier 'wMinute' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 277 > Error 515 error C2146: syntax error : missing ';' before identifier 'wMonth' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 273 > Error 530 error C2146: syntax error : missing ';' before identifier 'wSecond' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 278 > Error 512 error C2146: syntax error : missing ';' before identifier 'wYear' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 272 > Error 296 error C2227: left of '->info' must point to class/struct/union/generic type d:\mico\orb\mt_dispatcher.cc 66 > Error 311 error C2227: left of '->info' must point to class/struct/union/generic type d:\mico\orb\mt_dispatcher.cc 80 > Error 343 error C2227: left of '->max' must point to class/struct/union/generic type d:\mico\orb\mt_manager.cc 67 > Error 297 error C2228: left of '.set_op_id' must have class/struct/union d:\mico\orb\mt_dispatcher.cc 66 > Error 312 error C2228: left of '.set_op_id' must have class/struct/union d:\mico\orb\mt_dispatcher.cc 80 > Error 321 error C2270: 'copy' : modifiers not allowed on nonmember functions d:\mico\orb\mt_dispatcher.cc 93 > Error 270 error C2447: '{' : missing function header (old-style formal list?) d:\mico\orb\message.cc 67 > Error 259 error C2448: 'check_msg' : function-style initializer appears to be a function definition d:\mico\orb\message.cc 55 > Error 386 error C2448: 'OperationInfoNode' : function-style initializer appears to be a function definition d:\mico\orb\operation.cc 60 > Error 331 error C2448: 'process' : function-style initializer appears to be a function definition d:\mico\orb\mt_dispatcher.cc 107 > Error 389 error C2448: 'tp' : function-style initializer appears to be a function definition d:\mico\orb\operation.cc 63 > Error 309 error C2550: 'MTDispatcher' : constructor initializer lists are only allowed on constructor definitions d:\mico\orb\mt_dispatcher.cc 78 > Error 379 error C2550: 'OperationInfoNode' : constructor initializer lists are only allowed on constructor definitions d:\mico\orb\operation.cc 53 > Error 341 error C2550: 'ThreadPool' : constructor initializer lists are only allowed on constructor definitions d:\mico\orb\mt_manager.cc 66 > Error 277 error C2588: '::~ActiveMsgQueue' : illegal global destructor d:\mico\orb\message.cc 95 > Error 391 error C2588: '::~OperationInfoNode' : illegal global destructor d:\mico\orb\operation.cc 69 > Error 346 error C2588: '::~ThreadPool' : illegal global destructor d:\mico\orb\mt_manager.cc 80 > Error 274 error C2673: 'ActiveMsgQueue' : global functions do not have 'this' pointers d:\mico\orb\message.cc 84 > Error 295 error C2673: 'MTDispatcher' : global functions do not have 'this' pointers d:\mico\orb\mt_dispatcher.cc 66 > Error 310 error C2673: 'MTDispatcher' : global functions do not have 'this' pointers d:\mico\orb\mt_dispatcher.cc 80 > Error 342 error C2673: 'ThreadPool' : global functions do not have 'this' pointers d:\mico\orb\mt_manager.cc 67 > Error 271 error C3083: 'ActiveMsgQueue': the symbol to the left of a '::' must be a type d:\mico\orb\message.cc 79 > Error 276 error C3083: 'ActiveMsgQueue': the symbol to the left of a '::' must be a type d:\mico\orb\message.cc 95 > Error 254 error C3083: 'MsgChannel': the symbol to the left of a '::' must be a type d:\mico\orb\message.cc 54 > Error 263 error C3083: 'MsgChannel': the symbol to the left of a '::' must be a type d:\mico\orb\message.cc 66 > Error 292 error C3083: 'MTDispatcher': the symbol to the left of a '::' must be a type d:\mico\orb\mt_dispatcher.cc 59 > Error 302 error C3083: 'MTDispatcher': the symbol to the left of a '::' must be a type d:\mico\orb\mt_dispatcher.cc 76 > Error 319 error C3083: 'MTDispatcher': the symbol to the left of a '::' must be a type d:\mico\orb\mt_dispatcher.cc 92 > Error 326 error C3083: 'MTDispatcher': the symbol to the left of a '::' must be a type d:\mico\orb\mt_dispatcher.cc 106 > Error 298 error C3083: 'Operation': the symbol to the left of a '::' must be a type d:\mico\orb\mt_dispatcher.cc 66 > Error 313 error C3083: 'Operation': the symbol to the left of a '::' must be a type d:\mico\orb\mt_dispatcher.cc 80 > Error 376 error C3083: 'OperationInfoNode': the symbol to the left of a '::' must be a type d:\mico\orb\operation.cc 50 > Error 381 error C3083: 'OperationInfoNode': the symbol to the left of a '::' must be a type d:\mico\orb\operation.cc 60 > Error 390 error C3083: 'OperationInfoNode': the symbol to the left of a '::' must be a type d:\mico\orb\operation.cc 69 > Error 337 error C3083: 'ThreadPool': the symbol to the left of a '::' must be a type d:\mico\orb\mt_manager.cc 54 > Error 345 error C3083: 'ThreadPool': the symbol to the left of a '::' must be a type d:\mico\orb\mt_manager.cc 80 > Error 262 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int d:\mico\orb\message.cc 65 > Error 267 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int d:\mico\orb\message.cc 66 > Error 273 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int d:\mico\orb\message.cc 80 > Error 294 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int d:\mico\orb\mt_dispatcher.cc 60 > Error 305 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int d:\mico\orb\mt_dispatcher.cc 76 > Error 307 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int d:\mico\orb\mt_dispatcher.cc 77 > Error 318 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int d:\mico\orb\mt_dispatcher.cc 91 > Error 322 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int d:\mico\orb\mt_dispatcher.cc 93 > Error 339 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int d:\mico\orb\mt_manager.cc 56 > Error 378 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int d:\mico\orb\operation.cc 50 > Error 388 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int d:\mico\orb\operation.cc 61 > Error 468 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 226 > Error 469 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 226 > Error 471 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 227 > Error 472 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 227 > Error 474 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 230 > Error 475 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 230 > Error 477 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 231 > Error 478 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 231 > Error 480 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 234 > Error 481 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 234 > Error 483 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 237 > Error 484 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 237 > Error 486 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 241 > Error 487 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 241 > Error 489 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 242 > Error 490 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 242 > Error 492 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 243 > Error 493 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 243 > Error 495 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 247 > Error 496 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 247 > Error 498 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 248 > Error 499 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 248 > Error 501 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 249 > Error 502 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 249 > Error 504 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 250 > Error 505 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 250 > Error 507 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 261 > Error 508 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 261 > Error 510 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 262 > Error 511 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 262 > Error 513 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 272 > Error 514 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 272 > Error 516 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 273 > Error 517 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 273 > Error 519 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 274 > Error 520 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 274 > Error 522 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 275 > Error 523 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 275 > Error 525 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 276 > Error 526 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 276 > Error 528 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 277 > Error 529 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 277 > Error 531 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 278 > Error 532 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 278 > Error 534 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 279 > Error 535 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 279 > Error 538 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 283 > Error 466 fatal error C1083: Cannot open include file: 'boa.cc': No such file or directory d:\mico\orb\orb_ppc.cpp 14 > Error 418 fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory d:\mico\orb\orb_pch.h 18 > Error 278 fatal error C1903: unable to recover from previous error(s); stopping compilation d:\mico\orb\message.cc 95 > Error 347 fatal error C1903: unable to recover from previous error(s); stopping compilation d:\mico\orb\mt_manager.cc 80 > Error 392 fatal error C1903: unable to recover from previous error(s); stopping compilation d:\mico\orb\operation.cc 69 > Error 539 fatal error C1903: unable to recover from previous error(s); stopping compilation c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 283 > > > > > > ? ????????? Syber!!! > > _______________________________________________ > Mico-devel mailing list > Mico-devel@mico.org > http://www.mico.org/mailman/listinfo/mico-devel > > > From msorin at gmx.net Mon Aug 25 22:28:32 2008 From: msorin at gmx.net (Sorin Mustaca) Date: Mon Aug 25 12:31:55 2008 Subject: [mico-devel] Compiling mico with stlport 5.02 or later In-Reply-To: <344A6F8A-057E-4F8B-B30B-E421E510AE12@quark.com> References: <344A6F8A-057E-4F8B-B30B-E421E510AE12@quark.com> Message-ID: <48B307E0.8000605@gmx.net> This is not very likely to succeed. The reason is that MICO has its own mini stl (if it can be called like this), Have a look in the mico\include\ministl\ . This stripped version is based on an older standard which is supported by Microsoft, but not by STLPort. It can be fixed, but I don't know if it is wort the effort. Rahul Miglani said the following on 23.08.2008 06:31: > > Hi, > > Has anybody been able to compile mico 2.3.12 with stlport 5.02 or later. > > I searched the archives and came across a mail about an effort that > was made to compile mico 2.3.9 with stlport 5.1.5 on VC8, but there is > no mail about the success of the effort. > > Any heads up information would be highly appreciated. > > Thanks & Regards, > Rahul Miglani._______________________________________________ > Mico-devel mailing list > Mico-devel@mico.org > http://www.mico.org/mailman/listinfo/mico-devel > > From syberpro at mail.ru Wed Aug 27 01:54:20 2008 From: syberpro at mail.ru (Syber) Date: Tue Aug 26 13:57:41 2008 Subject: [mico-devel] Re: Mico-devel Digest, Vol 60, Issue 5 In-Reply-To: <200808261900.m7QJ07nt005755@mico.sfsu.edu> References: <200808261900.m7QJ07nt005755@mico.sfsu.edu> Message-ID: It's so mixed (i mean messages)... And at a moment i haven't solution. Is't possible to fix? -----Original Message----- From: mico-devel-request@mico.org To: mico-devel@mico.org Date: Tue, 26 Aug 2008 12:00:13 -0700 Subject: Mico-devel Digest, Vol 60, Issue 5 > > Send Mico-devel mailing list submissions to > mico-devel@mico.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://www.mico.org/mailman/listinfo/mico-devel > or, via email, send a message with subject or body 'help' to > mico-devel-request@mico.org > > You can reach the person managing the list at > mico-devel-owner@mico.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Mico-devel digest..." > > > Today's Topics: > > 1. Re: Compile MICOLIB under visual studio (Sorin Mustaca) > 2. Re: Compiling mico with stlport 5.02 or later (Sorin Mustaca) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Mon, 25 Aug 2008 21:25:17 +0200 > From: Sorin Mustaca > Subject: Re: [mico-devel] Compile MICOLIB under visual studio > To: MICO Development Mailing List > Message-ID: <48B3071D.6030000@gmx.net> > Content-Type: text/plain; charset=ISO-8859-15 > > > > Hello, > Sorry for the delay, but this is the holiday season ;) > > The errors you have normally appear when you don't have the right > environment set. > So, please make sure you start the compiling environment from the > corresponding Command Prompt and from there > execute > nmake -f makefile.win32 > > Let me know if this solves the problem. > > Syber said the following on 20.08.2008 23:03: > > Hi > > > > I'm trying to compile MICOLIB (2.3.12\13) under vs7.1 and vs8.0... > > There are many errors like that: > > > > > > Error 272 error C2039: 'ActiveMsgQueue' : is not a member of 'MICO' d:\mico\orb\message.cc 79 > > Error 255 error C2039: 'check_msg' : is not a member of 'MICO' d:\mico\orb\message.cc 54 > > Error 320 error C2039: 'copy' : is not a member of 'MICO' d:\mico\orb\mt_dispatcher.cc 92 > > Error 264 error C2039: 'get_msg' : is not a member of 'MICO' d:\mico\orb\message.cc 66 > > Error 260 error C2039: 'msg_type' : is not a member of 'MICO' d:\mico\orb\message.cc 65 > > Error 328 error C2039: 'msg_type' : is not a member of 'MICO' d:\mico\orb\mt_dispatcher.cc 106 > > Error 293 error C2039: 'MTDispatcher' : is not a member of 'MICO' d:\mico\orb\mt_dispatcher.cc 59 > > Error 303 error C2039: 'MTDispatcher' : is not a member of 'MICO' d:\mico\orb\mt_dispatcher.cc 76 > > Error 304 error C2039: 'MTDispatcher' : is not a member of 'MICO' d:\mico\orb\mt_dispatcher.cc 76 > > Error 323 error C2039: 'MTDispatcher' : is not a member of 'MICO' d:\mico\orb\mt_dispatcher.cc 95 > > Error 316 error C2039: 'Operation' : is not a member of 'MICO' d:\mico\orb\mt_dispatcher.cc 91 > > Error 377 error C2039: 'OperationInfoNode' : is not a member of 'MICO' d:\mico\orb\operation.cc 50 > > Error 382 error C2039: 'OperationInfoNode' : is not a member of 'MICO' d:\mico\orb\operation.cc 60 > > Error 299 error C2039: 'ORB' : is not a member of 'MICO' d:\mico\orb\mt_dispatcher.cc 66 > > Error 314 error C2039: 'ORB' : is not a member of 'MICO' d:\mico\orb\mt_dispatcher.cc 80 > > Error 327 error C2039: 'process' : is not a member of 'MICO' d:\mico\orb\mt_dispatcher.cc 106 > > Error 338 error C2039: 'ThreadPool' : is not a member of 'MICO' d:\mico\orb\mt_manager.cc 54 > > Error 383 error C2039: 'ThreadPool' : is not a member of 'MICO' d:\mico\orb\operation.cc 60 > > Error 256 error C2039: 'WorkerThread' : is not a member of 'MICO' d:\mico\orb\message.cc 54 > > Error 268 error C2059: syntax error : ')' d:\mico\orb\message.cc 66 > > Error 324 error C2061: syntax error : identifier 'MTDispatcher' d:\mico\orb\mt_dispatcher.cc 95 > > Error 385 error C2065: '_tp' : undeclared identifier d:\mico\orb\operation.cc 60 > > Error 258 error C2065: 'kt' : undeclared identifier d:\mico\orb\message.cc 54 > > Error 330 error C2065: 'msg' : undeclared identifier d:\mico\orb\mt_dispatcher.cc 106 > > Error 329 error C2065: 'msg_type' : undeclared identifier d:\mico\orb\mt_dispatcher.cc 106 > > Error 308 error C2065: 'op' : undeclared identifier d:\mico\orb\mt_dispatcher.cc 77 > > Error 265 error C2065: 'OP_id_type' : undeclared identifier d:\mico\orb\message.cc 66 > > Error 300 error C2065: 'ORB' : undeclared identifier d:\mico\orb\mt_dispatcher.cc 66 > > Error 537 error C2065: 'PTHREAD_START_ROUTINE' : undeclared identifier c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 283 > > Error 384 error C2065: 'ThreadPool' : undeclared identifier d:\mico\orb\operation.cc 60 > > Error 340 error C2065: 'tp_lock' : undeclared identifier d:\mico\orb\mt_manager.cc 57 > > Error 536 error C2065: 'WINAPI' : undeclared identifier c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 283 > > Error 257 error C2065: 'WorkerThread' : undeclared identifier d:\mico\orb\message.cc 54 > > Error 306 error C2143: syntax error : missing ',' before '&' d:\mico\orb\mt_dispatcher.cc 76 > > Error 261 error C2143: syntax error : missing ';' before '*' d:\mico\orb\message.cc 65 > > Error 317 error C2143: syntax error : missing ';' before '*' d:\mico\orb\mt_dispatcher.cc 91 > > Error 387 error C2143: syntax error : missing ';' before ':' d:\mico\orb\operation.cc 60 > > Error 269 error C2143: syntax error : missing ';' before '{' d:\mico\orb\message.cc 67 > > Error 266 error C2146: syntax error : missing ')' before identifier 'nextOP_id' d:\mico\orb\message.cc 66 > > Error 491 error C2146: syntax error : missing ';' before identifier 'bInheritHandle' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 243 > > Error 509 error C2146: syntax error : missing ';' before identifier 'dwHighDateTime' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 262 > > Error 506 error C2146: syntax error : missing ';' before identifier 'dwLowDateTime' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 261 > > Error 500 error C2146: syntax error : missing ';' before identifier 'dwProcessId' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 249 > > Error 503 error C2146: syntax error : missing ';' before identifier 'dwThreadId' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 250 > > Error 482 error C2146: syntax error : missing ';' before identifier 'hEvent' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 237 > > Error 494 error C2146: syntax error : missing ';' before identifier 'hProcess' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 247 > > Error 497 error C2146: syntax error : missing ';' before identifier 'hThread' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 248 > > Error 467 error C2146: syntax error : missing ';' before identifier 'Internal' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 226 > > Error 470 error C2146: syntax error : missing ';' before identifier 'InternalHigh' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 227 > > Error 488 error C2146: syntax error : missing ';' before identifier 'lpSecurityDescriptor' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 242 > > Error 485 error C2146: syntax error : missing ';' before identifier 'nLength' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 241 > > Error 473 error C2146: syntax error : missing ';' before identifier 'Offset' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 230 > > Error 476 error C2146: syntax error : missing ';' before identifier 'OffsetHigh' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 231 > > Error 479 error C2146: syntax error : missing ';' before identifier 'Pointer' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 234 > > Error 521 error C2146: syntax error : missing ';' before identifier 'wDay' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 275 > > Error 518 error C2146: syntax error : missing ';' before identifier 'wDayOfWeek' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 274 > > Error 524 error C2146: syntax error : missing ';' before identifier 'wHour' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 276 > > Error 533 error C2146: syntax error : missing ';' before identifier 'wMilliseconds' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 279 > > Error 527 error C2146: syntax error : missing ';' before identifier 'wMinute' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 277 > > Error 515 error C2146: syntax error : missing ';' before identifier 'wMonth' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 273 > > Error 530 error C2146: syntax error : missing ';' before identifier 'wSecond' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 278 > > Error 512 error C2146: syntax error : missing ';' before identifier 'wYear' c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 272 > > Error 296 error C2227: left of '->info' must point to class/struct/union/generic type d:\mico\orb\mt_dispatcher.cc 66 > > Error 311 error C2227: left of '->info' must point to class/struct/union/generic type d:\mico\orb\mt_dispatcher.cc 80 > > Error 343 error C2227: left of '->max' must point to class/struct/union/generic type d:\mico\orb\mt_manager.cc 67 > > Error 297 error C2228: left of '.set_op_id' must have class/struct/union d:\mico\orb\mt_dispatcher.cc 66 > > Error 312 error C2228: left of '.set_op_id' must have class/struct/union d:\mico\orb\mt_dispatcher.cc 80 > > Error 321 error C2270: 'copy' : modifiers not allowed on nonmember functions d:\mico\orb\mt_dispatcher.cc 93 > > Error 270 error C2447: '{' : missing function header (old-style formal list?) d:\mico\orb\message.cc 67 > > Error 259 error C2448: 'check_msg' : function-style initializer appears to be a function definition d:\mico\orb\message.cc 55 > > Error 386 error C2448: 'OperationInfoNode' : function-style initializer appears to be a function definition d:\mico\orb\operation.cc 60 > > Error 331 error C2448: 'process' : function-style initializer appears to be a function definition d:\mico\orb\mt_dispatcher.cc 107 > > Error 389 error C2448: 'tp' : function-style initializer appears to be a function definition d:\mico\orb\operation.cc 63 > > Error 309 error C2550: 'MTDispatcher' : constructor initializer lists are only allowed on constructor definitions d:\mico\orb\mt_dispatcher.cc 78 > > Error 379 error C2550: 'OperationInfoNode' : constructor initializer lists are only allowed on constructor definitions d:\mico\orb\operation.cc 53 > > Error 341 error C2550: 'ThreadPool' : constructor initializer lists are only allowed on constructor definitions d:\mico\orb\mt_manager.cc 66 > > Error 277 error C2588: '::~ActiveMsgQueue' : illegal global destructor d:\mico\orb\message.cc 95 > > Error 391 error C2588: '::~OperationInfoNode' : illegal global destructor d:\mico\orb\operation.cc 69 > > Error 346 error C2588: '::~ThreadPool' : illegal global destructor d:\mico\orb\mt_manager.cc 80 > > Error 274 error C2673: 'ActiveMsgQueue' : global functions do not have 'this' pointers d:\mico\orb\message.cc 84 > > Error 295 error C2673: 'MTDispatcher' : global functions do not have 'this' pointers d:\mico\orb\mt_dispatcher.cc 66 > > Error 310 error C2673: 'MTDispatcher' : global functions do not have 'this' pointers d:\mico\orb\mt_dispatcher.cc 80 > > Error 342 error C2673: 'ThreadPool' : global functions do not have 'this' pointers d:\mico\orb\mt_manager.cc 67 > > Error 271 error C3083: 'ActiveMsgQueue': the symbol to the left of a '::' must be a type d:\mico\orb\message.cc 79 > > Error 276 error C3083: 'ActiveMsgQueue': the symbol to the left of a '::' must be a type d:\mico\orb\message.cc 95 > > Error 254 error C3083: 'MsgChannel': the symbol to the left of a '::' must be a type d:\mico\orb\message.cc 54 > > Error 263 error C3083: 'MsgChannel': the symbol to the left of a '::' must be a type d:\mico\orb\message.cc 66 > > Error 292 error C3083: 'MTDispatcher': the symbol to the left of a '::' must be a type d:\mico\orb\mt_dispatcher.cc 59 > > Error 302 error C3083: 'MTDispatcher': the symbol to the left of a '::' must be a type d:\mico\orb\mt_dispatcher.cc 76 > > Error 319 error C3083: 'MTDispatcher': the symbol to the left of a '::' must be a type d:\mico\orb\mt_dispatcher.cc 92 > > Error 326 error C3083: 'MTDispatcher': the symbol to the left of a '::' must be a type d:\mico\orb\mt_dispatcher.cc 106 > > Error 298 error C3083: 'Operation': the symbol to the left of a '::' must be a type d:\mico\orb\mt_dispatcher.cc 66 > > Error 313 error C3083: 'Operation': the symbol to the left of a '::' must be a type d:\mico\orb\mt_dispatcher.cc 80 > > Error 376 error C3083: 'OperationInfoNode': the symbol to the left of a '::' must be a type d:\mico\orb\operation.cc 50 > > Error 381 error C3083: 'OperationInfoNode': the symbol to the left of a '::' must be a type d:\mico\orb\operation.cc 60 > > Error 390 error C3083: 'OperationInfoNode': the symbol to the left of a '::' must be a type d:\mico\orb\operation.cc 69 > > Error 337 error C3083: 'ThreadPool': the symbol to the left of a '::' must be a type d:\mico\orb\mt_manager.cc 54 > > Error 345 error C3083: 'ThreadPool': the symbol to the left of a '::' must be a type d:\mico\orb\mt_manager.cc 80 > > Error 262 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int d:\mico\orb\message.cc 65 > > Error 267 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int d:\mico\orb\message.cc 66 > > Error 273 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int d:\mico\orb\message.cc 80 > > Error 294 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int d:\mico\orb\mt_dispatcher.cc 60 > > Error 305 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int d:\mico\orb\mt_dispatcher.cc 76 > > Error 307 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int d:\mico\orb\mt_dispatcher.cc 77 > > Error 318 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int d:\mico\orb\mt_dispatcher.cc 91 > > Error 322 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int d:\mico\orb\mt_dispatcher.cc 93 > > Error 339 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int d:\mico\orb\mt_manager.cc 56 > > Error 378 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int d:\mico\orb\operation.cc 50 > > Error 388 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int d:\mico\orb\operation.cc 61 > > Error 468 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 226 > > Error 469 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 226 > > Error 471 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 227 > > Error 472 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 227 > > Error 474 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 230 > > Error 475 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 230 > > Error 477 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 231 > > Error 478 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 231 > > Error 480 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 234 > > Error 481 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 234 > > Error 483 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 237 > > Error 484 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 237 > > Error 486 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 241 > > Error 487 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 241 > > Error 489 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 242 > > Error 490 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 242 > > Error 492 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 243 > > Error 493 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 243 > > Error 495 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 247 > > Error 496 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 247 > > Error 498 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 248 > > Error 499 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 248 > > Error 501 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 249 > > Error 502 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 249 > > Error 504 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 250 > > Error 505 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 250 > > Error 507 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 261 > > Error 508 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 261 > > Error 510 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 262 > > Error 511 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 262 > > Error 513 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 272 > > Error 514 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 272 > > Error 516 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 273 > > Error 517 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 273 > > Error 519 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 274 > > Error 520 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 274 > > Error 522 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 275 > > Error 523 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 275 > > Error 525 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 276 > > Error 526 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 276 > > Error 528 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 277 > > Error 529 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 277 > > Error 531 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 278 > > Error 532 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 278 > > Error 534 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 279 > > Error 535 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 279 > > Error 538 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 283 > > Error 466 fatal error C1083: Cannot open include file: 'boa.cc': No such file or directory d:\mico\orb\orb_ppc.cpp 14 > > Error 418 fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory d:\mico\orb\orb_pch.h 18 > > Error 278 fatal error C1903: unable to recover from previous error(s); stopping compilation d:\mico\orb\message.cc 95 > > Error 347 fatal error C1903: unable to recover from previous error(s); stopping compilation d:\mico\orb\mt_manager.cc 80 > > Error 392 fatal error C1903: unable to recover from previous error(s); stopping compilation d:\mico\orb\operation.cc 69 > > Error 539 fatal error C1903: unable to recover from previous error(s); stopping compilation c:\program files\microsoft visual studio 8\vc\platformsdk\include\winbase.h 283 > > > > > > > > > > > > ? ????????? Syber!!! > > > > _______________________________________________ > > Mico-devel mailing list > > Mico-devel@mico.org > > http://www.mico.org/mailman/listinfo/mico-devel > > > > > > > > > > > ------------------------------ > > Message: 2 > Date: Mon, 25 Aug 2008 21:28:32 +0200 > From: Sorin Mustaca > Subject: Re: [mico-devel] Compiling mico with stlport 5.02 or later > To: Rahul Miglani > Cc: mico-devel@mico.org > Message-ID: <48B307E0.8000605@gmx.net> > Content-Type: text/plain; charset=ISO-8859-15 > > This is not very likely to succeed. > The reason is that MICO has its own mini stl (if it can be called like > this), > > Have a look in the mico\include\ministl\ . > > This stripped version is based on an older standard which is supported > by Microsoft, but not by STLPort. > It can be fixed, but I don't know if it is wort the effort. > > > > Rahul Miglani said the following on 23.08.2008 06:31: > > > > Hi, > > > > Has anybody been able to compile mico 2.3.12 with stlport 5.02 or later. > > > > I searched the archives and came across a mail about an effort that > > was made to compile mico 2.3.9 with stlport 5.1.5 on VC8, but there is > > no mail about the success of the effort. > > > > Any heads up information would be highly appreciated. > > > > Thanks & Regards, > > Rahul Miglani._______________________________________________ > > Mico-devel mailing list > > Mico-devel@mico.org > > http://www.mico.org/mailman/listinfo/mico-devel > > > > > > > ------------------------------ > > _______________________________________________ > Mico-devel mailing list > Mico-devel@mico.org > http://www.mico.org/mailman/listinfo/mico-devel > > > End of Mico-devel Digest, Vol 60, Issue 5 > ***************************************** > ? ????????? Syber!!!