Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: Wheeler, Frederick W (GE, Research) <wheeler@cr...> - 2009-09-15 11:51:54
|
I tested the beta 2 release on XP with MSVS 8.0 and Nmake. No build errors. Test results: 99% tests passed, 4 tests failed out of 788 The following tests FAILED: 704 - bvxm_test_rpc_registration_process (Failed) 707 - bvxm_test_update_lidar_process (Failed) 727 - brec_test_part_hierarchy_learner (Failed) 737 - boct_test_tree_cell_reader (Failed) I had a minor issue downloading. My default SourceForge mirror was repeatedly giving me a short zip file. Switching to a different mirror fixed the problem. One thing to note is that when I go to SourceForge the beta releases are shown as if they are the latest an greatest releases. New users looking for the a VXL release will likely see these and assume that they are what they should download. For beta 1 running the tests was a pain because many caused just-in-time debugger popups or just seem to hang. Now, with beta 2, the tests still don't all pass, but they all run to completion without any manual intervention. So many thanks to whomever fixed that. Since Brendan did a Linux 64 bit build, I'll stop here. Looks like this is good enough for a release. Fred ######################################################################## #### ## test VXL release with MSVC 8.0 on XP DEVTOPWIN="`cygpath -m $DEVTOP`" cd "$DEVTOPWIN" # get zip file unzip vxl-1.13.0-b2.zip mkdir vxlrel_bld mkdir vxlrel_usr cd vxlrel_bld # configure for the VS 8.0 compiler . denv.sh vs80_x86 "$CMAKE" \ -G"NMake Makefiles" \ -DCMAKE_INSTALL_PREFIX:PATH="$DEVTOPWIN/vxlrel_usr" \ -DCMAKE_BUILD_TYPE:STRING=Release \ -DWXWIDGETS_ROOT_DIR:PATH="$DEVTOPWIN/wxMSW-2.8.10" \ -DBUILD_VGUI:BOOL=YES \ "$DEVTOPWIN/vxl-1.13.0-b2" time nmake time nmake test time nmake install ######################################################################## #### > -----Original Message----- > From: Brendan McCane [mailto:brendan.mccane@...] > Sent: Monday, September 14, 2009 8:02 PM > To: Wheeler, Frederick W (GE, Research) > Cc: Vxl-maintainers > Subject: Re: [Vxl-maintainers] vxl 1.13 beta > > Thanks Fred, > > I was going to release with the first beta, but then forgot to make a > tag and updated my repo, so no way of going back. So, I've made a > second beta which is a snapshot from yesterday. Still several failing > tests, but I don't propose to do anything about those now (Joe fixed > the vpgl test). Anyway, could you download and test again please? I > have tested on a 64bit linux machine with the following test failures: > > 99% tests passed, 9 tests failed out of 796 > > The following tests FAILED: > 712 - bvxm_test_rpc_registration_process (Failed) > 715 - bvxm_test_update_lidar_process (Failed) > 724 - bmdl_classify_process (SEGFAULT) > 735 - brec_test_part_hierarchy_learner (Failed) > 738 - brec_test_hierarchy_detector2 (SEGFAULT) > 745 - boct_test_tree_cell_reader (Failed) > 753 - boxm_test_update (OTHER_FAULT) > 754 - boxm_test_update_multi_bin (OTHER_FAULT) > 755 - boxm_test_compute_visibility (OTHER_FAULT) > > > -- > Cheers, > > Brendan > |