On Dec 10, 2010, at 7:01 PM, MSzynisz wrote:

Hello,

I have a problem installing the ALPS.
Ubuntu version: 10.10
ALPS version: 1.3.5
Boost version: 1.45.0
gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5)

Streamed what I can see in terminal in attachment. Used command
sudo make

Here is the answer (we should put that onto the 1.3 wiki)

Begin forwarded message:

From: Synge Todo <wistaria@comp-phys.org>
Date: November 20, 2010 2:01:14 AM GMT+01:00
To: comp-phys-alps-users@lists.phys.ethz.ch
Subject: Re: [ALPS-users] ../../src/alps/parapack/filelock.C:93: error: 'S_IWRITE' was not declared in this scope
Reply-To: comp-phys-alps-users@lists.phys.ethz.ch


This is a known problem on Ubuntu 10.10.  Please add 

#include <sys/stat.h>

at the beginning of src/alps/parapack/filelock.C, and try to make again.