You are here

new installation on local computer problem

2 posts / 0 new
Last post
new installation on local computer problem
#1

Dear Administrator:

I tried to install rosetta3.1 on local computer which failed when running. I only observed warning message at the start of the installation like following:

src/protocols/viewer/marchingCubes.cc:277: warning: missing braces around initializer for 'int [21]'

Could somebody have suggestions on that? What is wrong with the settings and how to solve the problem? Thanks a lot.

Mon, 2010-02-01 08:41
lqzhang

This is just a compiler warning. You can safely ignore it.

The compiler thinks that the line of code in question is less than 100% clear: it knows what to do, but it wants us to tweak the code a bit to make it perfect. This particular warning only occurs in some versions of GCC so it apparently hasn't been cleaned up.

It will not affect how this copy of Rosetta runs on that installation.

Mon, 2010-02-01 10:28
smlewis