hns - 日記自動生成システム - Version 2.19.9

先月 2007年08月 来月
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
Namazu for hns による簡易全文検索
詳しくは 詳細指定/ヘルプを参照して下さい
検索式:

2007年08月02日(木) 旧暦 [n年日記] [更新:"2007/08/03 07:51:53"]

#1 [pkgsrc] lang/mono error: No JIT or interpreter support available or selected.

configure: error: No JIT or interpreter support available or selected.
*** Error code 1
64 bit ?
ここまでかな
DISTNAME= mono-1.1.13.8.1

pkgsrc/lang/mono on i386:

sys-mman.c: In function 'Mono_Posix_Syscall_mremap':
sys-mman.c:100: warning: passing argument 3 of 'mremap' makes pointer from integer without a cast
sys-mman.c:100: error: too few arguments to function 'mremap'
sys-mman.c: In function 'Mono_Posix_Syscall_mincore':
sys-mman.c:109: warning: implicit declaration of function 'mincore'
sys-mman.c:109: warning: nested extern declaration of 'mincore'
gmake[2]: *** [sys-mman.lo] Error 1
gmake[2]: Leaving directory `/export/pkgsrc/lang/mono/work.livorno/mono-1.1.13.8.1/support'
sys-mman.c
 86 #ifdef HAVE_MREMAP
 87 void*
 88 Mono_Posix_Syscall_mremap (void *old_address, mph_size_t old_size,
 89                 mph_size_t new_size, guint64 flags)
 90 {
 91         guint64 _flags;
 92 
 93         mph_return_val_if_size_t_overflow (old_size, MAP_FAILED);
 94         mph_return_val_if_size_t_overflow (new_size, MAP_FAILED);
 95 
 96         if (Mono_Posix_FromMremapFlags (flags, &_flags) == -1)
 97                 return MAP_FAILED;
 98 
 99         return mremap (old_address, (size_t) old_size, (size_t) new_size,
100                         (unsigned long) _flags);
101 }       
102 #endif /* def HAVE_MREMAP */
man remap
     void *
     mremap(void *oldp, size_t oldsize, void *newp, size_t newsize,
         int flags);
確かに引数の数が違う



最近の日記
2024年05月05日
Windows 10 version
serial connection
bc bench
2024年05月04日
Trial on 10.99.10
another version (later trial) to succeed
2024年04月29日
dkim
2024年03月10日
停電 (瞬電)
2024年03月03日
the second try on bare-metal
useradd
以上、1 日分です。
タイトル一覧
カテゴリ分類
Powered by hns-2.19.9, HyperNikkiSystem Project

Count.cgi (since 2000/02/05)