You just included the config logs. Can you please include the build logs as well (the terminal output).
Your config.log clearly shows that you don't have getisax, so I don't see why you would be having issues with it unless you overrode the config check. configure:20209: checking for getisax configure:20265: gcc -o conftest -g -O2 conftest.c >&5 /tmp/cc4SNdBh.o: In function `main': /home/german/Instalados/pixman-0.24.4/conftest.c:55: undefined reference to `getisax' collect2: ld returned 1 exit status configure:20272: $? = 1 configure: failed program was: ... configure:20294: result: no On Mar 24, 2012, at 2:46 PM, Germán Arias <[email protected]> wrote: > Attached log files for both version. This is in gNewSense 2.3 in > a old machine, here the cpuinfo: > > german@german-desktop:~$ cat /proc/cpuinfo > processor : 0 > vendor_id : GenuineIntel > cpu family : 6 > model : 8 > model name : Pentium III (Coppermine) > stepping : 10 > cpu MHz : 996.827 > cache size : 256 KB > fdiv_bug : no > hlt_bug : no > f00f_bug : no > coma_bug : no > fpu : yes > fpu_exception : yes > cpuid level : 2 > wp : yes > flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca > cmov > pat pse36 mmx fxsr sse > bogomips : 1993.65 > clflush size : 32 > > toolchain version is: > > gnu make 3.81 > binutils 2.18.1 > autoconf 2.68 > automake 1.11.1 > libtool 2.4 > > > <0.24.4-config.log> > > <0.25.2-config.log> > > > On 2012-03-24 14:19:57 -0600 Jeremy Huddleston <[email protected]> > wrote: > >> getisax() usage is unchanged between 0.24.4 and 0.25.2. >> >> pixman_image_set_clip_region32 has been around since 2008. >> >> Can you please include your full build log (for both the 0.24.4 and 0.25.2 >> failures). >> >> What system are you seeing this on (OS, architecture, toolchain versions)? >> >> On Mar 24, 2012, at 11:15, Germán Arias wrote: >> >>> Hi. I'm trying to build pixman 0.25.2 (since I can't compile 0.24.4, there >>> is a problem with getisax >>> and I can't found where is defined this function). Now with 0.25.2 I don't >>> have that error. However >>> I get the error: >>> >>> /home/german/Instalados/pixman-0.25.2/demos/clip-test.c:74: undefined >>> reference >>> to `pixman_image_set_clip_region32' >>> collect2: ld returned 1 exit status >>> make[2]: *** [clip-test] Error 1 >>> make[2]: Leaving directory `/home/german/Instalados/pixman-0.25.2/demos' >>> make[1]: *** [all-recursive] Error 1 >>> make[1]: Leaving directory `/home/german/Instalados/pixman-0.25.2' >>> make: *** [all] Error 2 >>> >>> >>> Any advice? Thanks. >>> >>> _______________________________________________ >>> Pixman mailing list >>> [email protected] >>> http://lists.freedesktop.org/mailman/listinfo/pixman >>> >> >> >> > <0.24.4-config.log><0.25.2-config.log> _______________________________________________ Pixman mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pixman
