I tried using the make file to compile femhub-0.9.9, but it hung
trying to install numpy-1.3.0.p2. The error message told me to email
this group. I am running on windows 7 on a cgywin terminal. I think
this is the relevant part:
success!
removing: _configtest.c _configtest.o
/home/Russell/femhub-distribution/femhub-0.9.9/spkg/build/
numpy-1.3.0.p2/src/numpy/distutils/command/config.py:39:
DeprecationWarning:
+++++++++++++++++++++++++++++++++++++++++++++++++
Usage of try_run is deprecated: please do not
use it anymore, and avoid configuration checks
involving running executable on the target machine.
+++++++++++++++++++++++++++++++++++++++++++++++++
DeprecationWarning)
C compiler: gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-
prototypes
compile options: '-Inumpy/core/src -Inumpy/core/include -I/home/
Russell/femhub-distribution/femhub-0.9.9/local/include/python2.6 -c'
gcc: _configtest.c
gcc _configtest.o -o _configtest.exe
_configtest.exe
0 [main] python 980 child_info_fork::abort: address space needed
by 'operator.dll' (0x3E0000) is already occupied
error: Resource temporarily unavailable
Error building numpy.
Anyone else have a similar problem?
--
You received this message because you are subscribed to the Google Groups "femhub" group.
To post to this group, send email to fem...@googlegroups.com.
To unsubscribe from this group, send email to femhub+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/femhub?hl=en.
NCLab has so far two Hermes modules - Electrostatics and Elasticity. Fluid Dynamics modules are coming soon. If you let us know what you need, we can make it a higher priority.
Best,
Pavel
Sent from my iPhone
Sent from my iPhone
On Apr 7, 2012, at 4:46 PM, Ray C <rayc...@gmail.com> wrote:
> Well, is there any way of just getting Hermes itself to compile? I
> could just try it without the GUI. The documentation for the legacy
> code doesn't seem to work as cmake doesn't work in my version of
> cygwin. Maybe I have to update Cygwin first.
>
As I explained, for lack of demand we are not supporting Cygwin anymore. Install Ubuntu if you can.
Pavel
you may also want to use cmake directly in your Windows 7 Environment
and generate makefiles for Visual Studio:
cmake -G "Visual Studio 10"
for example.
For the list of generators, see
http://www.cmake.org/cmake/help/cmake-2-8-docs.html#section_Generators
Lukas
--
Lukas Korous