Custom Query (199 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 199)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Resolution Summary Owner Reporter
#251 fixed Save to image crash king king
Description

It looks like save to image is broken when at least using dimensions of 800x380.

Here's the error I got:

Unhandled exception at 0x6a23010e in mussagl.exe: 0xC0000005: Access violation reading location 0x00000000.
#250 fixed Cmake build failure: /usr/bin/ld: cannot find -loptimized diane king
Description

For some reason why I switch the build type from Debug to Release (on Windows and Linux), Mussa no longer builds because it's trying to use -loptimized, which isn't a library. (error: /usr/bin/ld: cannot find -loptimized) Something is going wrong with the Cmake dependency finding.

On Windows, I am using Cmake 2.4.6 On Linux, I am using Cmake 2.4.5

Here is the 'make VERBOSE=1' output:

<snip>

Linking CXX shared module mussa.so
cd /home/king/proj/mussa/build/py && /usr/local/bin/cmake -P CMakeFiles/mussa.dir/cmake_clean_target.cmake
cd /home/king/proj/mussa/build/py && /usr/local/bin/cmake -E cmake_link_script CMakeFiles/mussa.dir/link.txt --verbose=1
/usr/bin/c++  -fPIC   -O3 -DNDEBUG  -shared -Wl,-soname,mussa.so -o mussa.so "CMakeFiles/mussa.dir/annot.o" "CMakeFiles/mussa.dir/annotation_colors.o" "CMakeFiles/mussa.dir/conserved_path.o" "CMakeFiles/mussa.dir/flp.o" "CMakeFiles/mussa.dir/glsequence.o" "CMakeFiles/mussa.dir/module.o" "CMakeFiles/mussa.dir/mussa.o" "CMakeFiles/mussa.dir/nway_paths.o" "CMakeFiles/mussa.dir/sequence.o" -L/home/king/proj/mussa/build/alg -L/usr/local/Trolltech/Qt-4.2.2/lib -L/usr/lib/python2.4/config -Wl,-Bstatic -lmussa_core -Wl,-Bdynamic -lboost_python -lboost_filesystem -Wl,-Bstatic -lboost_serialization -Wl,-Bdynamic -lGL -loptimized -lQtCore -lpython2.4 -Wl,-rpath,/home/king/proj/mussa/build/alg:/usr/local/Trolltech/Qt-4.2.2/lib:/usr/lib/python2.4/config
/usr/bin/ld: cannot find -loptimized
collect2: ld returned 1 exit status
make[2]: *** [py/mussa.so] Error 1
make[2]: Leaving directory `/home/king/proj/mussa/build'
make[1]: *** [py/CMakeFiles/mussa.dir/all] Error 2
make[1]: Leaving directory `/home/king/proj/mussa/build'
make: *** [all] Error 2

I'm still trying to track down what is causing -loptimized to be added. So far, I know that in CMakeCache.txt, optimized shows up here:

mussa_LIB_DEPENDS:STATIC=mussa_core;/usr/lib/libboost_python.so;/usr/lib/libboos
t_filesystem.so;/usr/lib/libboost_serialization.a;/usr/lib/libGL.so;optimized;/u
sr/local/Trolltech/Qt-4.2.2/lib/libQtCore.so;/usr/local/Trolltech/Qt-4.2.2/lib/l
ibQtCore.so;/usr/local/Trolltech/Qt-4.2.2/lib/libQtCore.so;/usr/lib/python2.4/co
nfig/libpython2.4.so;
#247 fixed Increase version number to 1.1.0 diane king
Description

Increase version number to 1.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.