现在的位置: 首页 > 综合 > 正文

cannot open source file “asm/errno.h”

2013年09月09日 ⁄ 综合 ⁄ 共 726字 ⁄ 字号 评论关闭

转载:http://www.code-aster.org/forum2/viewtopic.php?id=15285

Thanks Thomas,


I do have seen these posts before but I was not understanding what to do with the pieces of code...

This is how I proceed :

1) Edit file errno.h in /usr/include/linux (as root user) & change the line :

#include <asm/errno.h>

to

#include <errno.h>

2) Try to compile one first time (mumps compiled & aster failed immediatly after cause HDF as failed as well at the beginning)

3) Re-edit the file in 1) & cancel changes made in step 1. So re-write the line :

#include <errno.h>

to

#include <asm/errno.h>

4) Try to compile again. Normally everything is successful at the end.

Note that I did not disable scoth as I did in my first post & it finally works as well.

Note : For eficasQt there are still the "QListBoxitem" expression to be replaced...

Edit : eficasQT seems to work well on the 64bits platform

抱歉!评论已关闭.