>Hi, hi > I am trying to compile jarios from sources. >## git clone git://rep.jarios.org/muistring.git >## git clone git://rep.jarios.org/jari_os.git > >But I get following errors while compiling jari_os: >## cd jari_os >## make menuconfig >[HOSTCC] sconfig/lxdialog/checklist.c >[HOSTCC] sconfig/lxdialog/util.c >[HOSTCC] sconfig/lxdialog/inputbox.c >[HOSTCC] sconfig/lxdialog/textbox.c >[HOSTCC] sconfig/lxdialog/yesno.c >[HOSTCC] sconfig/lxdialog/menubox.c >[BISON] sconfig/sconfig.y >[HOSTCC] sconfig/sconfig.tab.c >[FLEX] sconfig/sconfig.l >flex: can't open sconfig/sconfig.lex.c >make[1]: *** [sconfig/sconfig.lex.c] Error 1 >make: *** [menuconfig] Error 2 > > >Also I tried to compile muistring but get following error: >## cd muistring >## make menuconfig >*** kconfig *** > [HOSTCC] zconf.tab.o >zconf.tab.c: In function ‘zconfparse’: >zconf.tab.c:1661: error: ‘kconf_id_strings’ undeclared (first use in this >function) zconf.tab.c:1661: error: (Each undeclared identifier is reported only >once zconf.tab.c:1661: error: for each function it appears in.) >zconf.tab.c:1769: warning: initialization makes pointer from integer without a >cast zconf.tab.c: In function ‘zconf_endtoken’: >zconf.tab.c:2306: error: ‘kconf_id_strings’ undeclared (first use in this >function) In file included from zconf.tab.c:2485: >lex.zconf.c: In function ‘zconflex’: >lex.zconf.c:983: warning: initialization makes pointer from integer without a >cast lex.zconf.c:1057: warning: initialization makes pointer from integer >without a cast In file included from zconf.tab.c:2487: >confdata.c: In function ‘conf_split_config’: >confdata.c:638: error: ‘errno’ undeclared (first use in this function) >confdata.c:638: error: ‘ENOENT’ undeclared (first use in this function) >make[1]: *** [zconf.tab.o] Error 1 >make: *** [host] Error 2 looks like that you are haven't libc-dev packages installed, also you need ncursev-dev package - I mean that you haven't headers installed on your linux system. It also may be that some development packages for linux missed.
Could you check it ? > > >Please let me know how to resolve there errors. > >Thanks, >-Narender Thanks, -- Alfeiks Kaänoken, Team Lead of the Jari OS R&D Team. http://jarios.org Free open-source microkernel-based multiservice RTOS _______________________________________________ Jarios-dev mailing list [email protected] http://lists.jarios.org/cgi-bin/mailman/listinfo/jarios-dev
