You are here

Rosetta 3 - Build/Install

Rosetta 3.4 build error with

I've been trying to build Rosetta 3.4 on Ubuntu 10.04. I've tried compiling with both gcc 4.4.3 and 4.3.4. Both give me the following error:

src/protocols/canonical_sampling/ParallelTempering.cc: In member function 'virtual void protocols::canonical_sampling::ParallelTempering::finalize_simulation(core::pose::Pose&, const protocols::canonical_sampling::MetropolisHastingsMover&)':
src/protocols/canonical_sampling/ParallelTempering.cc:193: error: size of array 'exchange_accepts_' has non-integral type 'std::pair'

Post Situation: 

Rosetta 3.4 installation on fedora core 14

Hi,

I am trying to install Rosetta3.4 on fedora 14 platform. I am getting the following error after issuing the command : scons bin mode=release

ObjexxFCL -lz -lcppdb -lsqlite3
/usr/bin/ld: cannot find -lz
collect2: ld returned 1 exit status
scons: *** [build/src/release/linux/2.6/64/x86/gcc/4.5/libutility.so] Error 1
scons: building terminated because of errors.

Pls guide ??

Post Situation: 

We no longer officially support cygwin

Cygwin support has been troublesome for the Rosetta community. Nobody in the community uses Windows or cygwin for development work, and generally we don't even have a cygwin build available for testing. We have de facto not supported cygwin for a while, in the sense that most cygwin problems stumped us. Until this situation changes we are no longer supporting cygwin. Feel free to post your questions on this board anyway; perhaps other cygwin users will be able to help.

Post Situation: 

Rosetta 3.3 Compilation error

Hello. I am quite new to Rosetta, Cygwin, Scons. I am currently running Windows 7 64-bit. I so far have installed MinGW, cygwin, python 2.7.2 and scons.

Here is the message I get from cygwin:

$ scons.bat bin mode=release
scons: Reading SConscript files ...
Traceback (most recent call last):
File "C:\users\jaewon\documents\source\rosetta\rosetta_source\SConstruct", line 139, in main
build = SConscript("tools/build/setup.py")
File "C:\Python27\Scripts\..\Lib\site-packages\scons-2.1.0\SCons\Script\SConscript.py", line 614, in __call__
return method(*args, **kw)

Post Situation: 

getting Rosetta to work with Phenix

I am trying to get Rosetta to work with Phenix phenix-1.7.3-928. But first I need to
get rosetta compiled. It does not compile without an error.I start with:

[rosetta@paprika ~/Desktop]$ python -V
Python 2.6.6

python scons.py bin mode=release

and it runs for a while and then:

Post Situation: 

rosetta 3.3 compile error

I have two computers; the old one compiled well and the program ran well.but the new one I tried everything
and could not compile correctly.
the error line mostly like this:

/tmp/cc9VrS4H.s: Assembler messages:
/tmp/cc9VrS4H.s:31770: Error: unknown pseudo-op: `.uleb128'
scons: *** [build/src/release/linux/2.6/64/x86/gcc/protocols/toolbox/pose_metric_calculators/DecomposeAndReweightEnergiesCalculator.os] Error 1
scons: building terminated because of errors.

I have tried Ubuntu 10.10, 11.10; fedora 14, 15
gcc 4.4 4.5 4.6
change the finline-limit to 200

Post Situation: 

Pages

Subscribe to RSS - Rosetta 3 - Build/Install