thegooglecodearchive / sfepy

Automatically exported from code.google.com/p/sfepy
0 stars 0 forks source link

weird messages when making #65

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
$ make
ls: cannot access sfepy/fem/extmods/*_wrap.c: No such file or directory
ls: cannot access sfepy/terms/extmods/*_wrap.c: No such file or directory
ls: cannot access sfepy/physics/extmods/*_wrap.c: No such file or directory
abort: There is no Mercurial repository here (.hg not found)
echo 2008.4- > 'VERSION'
sed "s|^\(#define VERSION\) \".*\"|\1 \"2008.4-\"|;" sfepy/fem/extmods/vers

Let's fix the first 4 lines!

Original issue reported on code.google.com by ondrej.c...@gmail.com on 4 Dec 2008 at 11:16

GoogleCodeExporter commented 9 years ago
The 'ls' messages are fixed, but I do not know how to fix the fourth without 
removing
the line from Makefile completely.

Original comment by robert.c...@gmail.com on 4 Dec 2008 at 12:00

GoogleCodeExporter commented 9 years ago
OK, I have found a way.

Original comment by robert.c...@gmail.com on 4 Dec 2008 at 12:32

GoogleCodeExporter commented 9 years ago
Migrated to http://github.com/sfepy/sfepy/issues/69

Original comment by robert.c...@gmail.com on 30 Jan 2012 at 10:25