Error in compiling flnx for StrongARM
Mildred <[email protected]> Thu, 9 Jan 2003 16:42:58 +0800
| Newsgroups | gmane.comp.web.viewml.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi! I am building viewML browser for StrongARM I've already compiled microwindows and now compiling flnx. I ran configure and make and had the following errors. I have set the includedir in the proper directory, where the arm-linux tool include dir is. Please help me. Thanks in advance. Mildred ------------------------------------- [bjay@Kalachuchi flnx-0.17]$ ./configure --with-microwin=/home/bjay/microwin-0.89/src --libdir=/armdir/usr/local/arm/lib --includedir=/armdir/usr/local/arm/include --prefix=/home/bjay/flnx-0.17/arm/ [bjay@Kalachuchi flnx-0.17]$ make === making src === make[1]: Entering directory `/home/bjay/flnx-0.17/src' arm-linux-c++ -I.. -O2 -Wall -Wno-return-type -DNANO_X -I/home/bjay/microwin-0.89/src/include -DNANOXFOLDER='"/home/bjay/microwin-0.89/src/bin"' -c Fl.cxx Fl.cxx:1:19: stdio.h: No such file or directory Fl.cxx:30:19: ctype.h: No such file or directory Fl.cxx:31:20: stdlib.h: No such file or directory Fl.cxx:32:20: string.h: No such file or directory Fl.cxx:33:19: stdio.h: No such file or directory Fl.cxx: In static member function `static void Fl::add_timeout(double, void (*)(void*), void*)': Fl.cxx:89: `realloc' undeclared (first use this function) Fl.cxx:89: (Each undeclared identifier is reported only once for each function it appears in.) Fl.cxx: In function `int call_timeouts()': Fl.cxx:124: `memmove' undeclared (first use this function) Fl.cxx:163:22: sys/time.h: No such file or directory Fl.cxx: In function `double fl_elapsed()': Fl.cxx:185: aggregate `timeval prevclock' has incomplete type and cannot be defined Fl.cxx:186: aggregate `timeval newclock' has incomplete type and cannot be defined Fl.cxx:187: `NULL' undeclared (first use this function) Fl.cxx:187: `gettimeofday' undeclared (first use this function) Fl.cxx: In static member function `static int Fl::handle(int, Fl_Window*)': Fl.cxx:528: `isalpha' undeclared (first use this function) make[1]: *** [Fl.o] Error 1 make[1]: Leaving directory `/home/bjay/flnx-0.17/src' === making fluid === make[1]: Entering directory `/home/bjay/flnx-0.17/fluid' arm-linux-c++ -I.. -O2 -Wall -Wno-return-type -DNANO_X -I/home/bjay/microwin-0.89/src/include -DNANOXFOLDER='"/home/bjay/microwin-0.89/src/bin"' -c Fl_Function_Type.cxx Fl_Function_Type.cxx:29:20: string.h: No such file or directory Fl_Function_Type.cxx:30:19: stdio.h: No such file or directory Fl_Function_Type.cxx:31:19: ctype.h: No such file or directory Fl_Function_Type.cxx: In function `const char* _q_check(const char*&, int)': Fl_Function_Type.cxx:42: `sprintf' undeclared (first use this function) Fl_Function_Type.cxx:42: (Each undeclared identifier is reported only once for each function it appears in.) Fl_Function_Type.cxx: In member function `virtual void Fl_Function_Type::read_property(const char*)': Fl_Function_Type.cxx:130: `strcmp' undeclared (first use this function) Fl_Function_Type.cxx: In member function `virtual void Fl_Function_Type::open()': Fl_Function_Type.cxx:161: `isspace' undeclared (first use this function) Fl_Function_Type.cxx: In member function `virtual void Fl_Function_Type::write_code1()': Fl_Function_Type.cxx:205: `strncmp' undeclared (first use this function) Fl_Function_Type.cxx:222: `size_t' undeclared (first use this function) Fl_Function_Type.cxx:222: parse error before `=' token Fl_Function_Type.cxx:223: `n' undeclared (first use this function) Fl_Function_Type.cxx: In member function `virtual void Fl_Decl_Type::write_code1()': Fl_Function_Type.cxx:453: `isalpha' undeclared (first use this function) Fl_Function_Type.cxx:466: `strlen' undeclared (first use this function) Fl_Function_Type.cxx: In member function `virtual Fl_Type* Fl_DeclBlock_Type::make()': Fl_Function_Type.cxx:490: `strdup' undeclared (first use this function) Fl_Function_Type.cxx: In member function `const char* Fl_Type::class_name() const': Fl_Function_Type.cxx:563: `strcpy' undeclared (first use this function) Fl_Function_Type.cxx:564: `strcat' undeclared (first use this function) make[1]: *** [Fl_Function_Type.o] Error 1 make[1]: Leaving directory `/home/bjay/flnx-0.17/fluid' === making test === make[1]: Entering directory `/home/bjay/flnx-0.17/test' make[1]: *** No rule to make target `../lib/libfltk.a', needed by `valuators'. Stop. make[1]: Leaving directory `/home/bjay/flnx-0.17/test' make: *** [all] Error 2 [bjay@Kalachuchi flnx-0.17]$ ############################################################# This message is sent to you because you are subscribed to the mailing list <[email protected]>. To unsubscribe, E-mail to: <[email protected]> To switch to the DIGEST mode, E-mail to <[email protected]> To switch to the INDEX mode, E-mail to <[email protected]> Send administrative queries to <[email protected]>