> nilan wrote:
> >>
> >>>  2)As you told i installed fltk 1.3.0 and unmerge previous=20
> >>> 1.1.7 and then
> >>>    compiled my program. it was ok up to compile.
> >>
> >> One possibility is that you have managed to create a build that is a
> >> hybrid of 1.1.7 and 1.3.x. This might be possible since the header files
> >> largely match, but the underlying ABI does not. So, if you built your
> >> 1.3.x version, but it picked up bits of a pre-existing 1.1.7
> >> installation, bad things might happen...
> >>
> >> I would suggest you remove all traces of any previous 1.1.7 or 1.3.x
> >> install, then re-install 1.3.x from clean baseline, then clean and
> >> remake all your code, and see how you get on.
> >>
> >> If you are running multiple versions of fltk in parallel, you do need to
> >> be careful about cross-pollution between them. (It is perfectly
> >> possible, I have 5 variants on this box, but you do need to be careful!)
> >>
> >>
> >
> > I have already checked it and did install after cleaning every things 
> > regarding previous installation but problem didnt solve.
>
> I also think that Ian's assumption is the most probable. Maybe you're
> linking dynamically with an old shared fltk .so file.
>
> Please cd to your 1.3 root dir and enter
>
> ldd fluid/fluid
>
> and post the output here. You should look at anything related to fltk
> and check if there is a FLTK 1.1.7 file involved.

     [~/Desktop/fltk-1.3.x-r6581]$ ldd fluid/fluid
        linux-gate.so.1 =>  (0xffffe000)
        libpng.so.3 => /usr/lib/libpng.so.3 (0xb7ee0000)
        libz.so.1 => /lib/libz.so.1 (0xb7ecf000)
        libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0xb7eb0000)
        libXext.so.6 => /usr/lib/libXext.so.6 (0xb7ea2000)
        libXft.so.2 => /usr/lib/libXft.so.2 (0xb7e90000)
        libXinerama.so.1 => /usr/lib/libXinerama.so.1 (0xb7e8d000)
        libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb7e7a000)
        libdl.so.2 => /lib/libdl.so.2 (0xb7e76000)
        libX11.so.6 => /usr/lib/libX11.so.6 (0xb7da9000)
        libstdc++.so.6 =>   /usr/lib/gcc/i686-pc-linux-gnu/3.4.5/libstdc++.so.6 
(0xb7cd9000)
        libm.so.6 => /lib/tls/libm.so.6 (0xb7cb6000)
        libgcc_s.so.1 => /usr/lib/gcc/i686-pc-linux-gnu/3.4.5/libgcc_s.so.1 
(0xb7cad000)
        libc.so.6 => /lib/tls/libc.so.6 (0xb7b91000)
        libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0xb7b6a000)
        libXrender.so.1 => /usr/lib/libXrender.so.1 (0xb7b62000)
        libexpat.so.0 => /usr/lib/libexpat.so.0 (0xb7b42000)
        libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0xb7ad0000)
        /lib/ld-linux.so.2 (0xb7f15000)


>
> BTW.: Did you "(sudo) make install" ?

   yes i did.

_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to