Re: [fltk.development] [fltk.general] :Linking Fluid Error

2008-09-29 Thread Vinayak Pandit
Dear Ianya i do agree, libraries n  all compiled properly, no error but only linker warnings are getting...but still my application codes are not compiling, same  linking errors are coming..dats the reason m  bit worried.could you suggest any cross compile toolchain with X11 support?? because

Re: [fltk.development] [fltk.general] :Linking Fluid Error

2008-09-28 Thread Vinayak Pandit
Dear Ian,Is this proparly compiled or not??? i hope its not but still m asking you..please reply me. Linking fluid.../usr/bin/ld: skipping incompatible /home/vinayak/arm-2007q1/arm-none-linux-gnueabi/lib/X11//libXext.so when searching for -lXext/usr/bin/ld: skipping incompatible

Re: [fltk.development] [fltk.general] :Linking Fluid Error

2008-09-26 Thread MacArthur, Ian (SELEX GALILEO, UK)
before that i need to say one thing. earlier while compiling got a an error which some thing like this:- Fl_x.cxx:239: error: impossible constraint in 'asm' Fl_x.cxx:240: error: impossible constraint in 'asm' Fl_x.cxx:241: error: impossible constraint in 'asm' If those

Re: [fltk.development] [fltk.general] :Linking Fluid Error

2008-09-25 Thread Vinayak Pandit
Hi Ian,Greetingshave added --disable-xdbe in configure option and ran the script but still getting same problem.but m very much confused to change references in makeinclude. here  m pasting a small chunk which is part of makeinclude file. please specify where i have to make changes..#

Re: [fltk.development] [fltk.general] :Linking Fluid Error

2008-09-25 Thread MacArthur, Ian (SELEX GALILEO, UK)
have added --disable-xdbe in configure option and ran the script Good. # libraries to link with: AUDIOLIBS = DSOFLAGS= -L. -L/home/vinayak/arm-2007q1/lib LDFLAGS = $(OPTIM) -L/home/vinayak/arm-2007q1/lib These lines look

Re: [fltk.development] [fltk.general] :Linking Fluid Error

2008-09-25 Thread Vinayak Pandit
Dear Ian,good evening...and milliion thanks...As per your direction have removed the lXext this time  i got quot;cannot find  -lX11quot;.Even  if i removed the both lXet as well as -lX11 from makeinclude, different errors are coming. at this moment m out of office tomorrow morning will post

Re: [fltk.development] [fltk.general] :Linking Fluid Error

2008-09-25 Thread MacArthur, Ian (SELEX GALILEO, UK)
As per your direction have removed the lXext this time i got cannot find -lX11. OK. Do you have the X-windows client libraries for your cross-target, and their associated dev packages, installed? Even if i removed the both lXet as well as -lX11 from makeinclude, different errors are

Re: [fltk.development] [fltk.general] :Linking Fluid Error

2008-09-25 Thread Vinayak Pandit
Hi,ya your absolutely correct. before that i need to say one thing. earlier while compiling got a an error which some thing like this:-Fl_x.cxx:239: error: impossible constraint in 'asm'Fl_x.cxx:240: error: impossible constraint in 'asm'Fl_x.cxx:241: error: impossible constraint in 'asm'but i

Re: [fltk.development] [fltk.general] :Linking Fluid Error

2008-09-24 Thread Vinayak Pandit
Hi,Thanks for your response, but still m having small doubts i hope u will clear that..as per your suggestion, there is no file like libXext.and   libXext.so in cross compile environment, but it is there in host environment in /usr/lib.my question is how to obtain libXext.so??? and where to

Re: [fltk.development] [fltk.general] :Linking Fluid Error

2008-09-24 Thread MacArthur, Ian (SELEX GALILEO, UK)
as per your suggestion, there is no file like libXext.and libXext.so in cross compile environment, but it is there in host environment in /usr/lib. my question is how to obtain libXext.so??? If it is not there, it is probable that the X-server for your target platform does not provide those