nanogui: Thread: error


[<<] [<] Page 1 of 1 [>] [>>]
Subject: error
From: vikas kedia ####@####.####
Date: 19 Nov 2002 11:29:32 -0000
Message-Id: <3DD8CF3B.6060505@nexgenix.com>

i am getting this error while running my clients on ARM architecture
nxFlushReq: write failed: Bad file descriptor

the demo programs are running all right ...
any ideas what can be wrong??

regards
vikas

Subject: Re: [nanogui] error
From: Alex Holden ####@####.####
Date: 19 Nov 2002 12:03:11 -0000
Message-Id: <1037707083.6682.73.camel@hyperspace.alexholden.net>

On Mon, 2002-11-18 at 11:30, vikas kedia wrote:
> i am getting this error while running my clients on ARM architecture
> nxFlushReq: write failed: Bad file descriptor
> 
> the demo programs are running all right ...
> any ideas what can be wrong??

If this happens at startup, perhaps you are calling some other Gr()
function before GrOpen()? If it happens after your program has started,
perhaps the Nano-X server is crashing for some reason?

-- 
------------ Alex Holden - http://www.linuxhacker.org ------------
If it doesn't work, you're not hitting it with a big enough hammer

Subject: Re: [nanogui] error
From: "Greg Haerr" ####@####.####
Date: 20 Nov 2002 04:28:04 -0000
Message-Id: <010101c2904c$24d44300$3aba46a6@xmission.com>

: i am getting this error while running my clients on ARM architecture
: nxFlushReq: write failed: Bad file descriptor

Usually this means the server crashed, or got out of sync with the
server.  You might try using the latest CVS version, there was an 
ARM problem related the MWPALENTRY structure that had
three char variables: it has been extended with a "char dummy" at
the end, which fixed an ARM problem when the palette was
updated.  There may be other fixes as well, which I can't remember.

Regards,

Greg
Subject: error
From: ####@####.####
Date: 10 Oct 2005 05:18:25 +0100
Message-Id: <1128917873.4349eb71937c6@mail.sify.com>

Hi,
I am trying to build and run nxzilla and followed every steps listed on
http://nxzilla.sourceforge.net/. The result is
I got the following libs built in bin/components:
ibgfx_nanox.so,
libnanox_window_service.so,
libwidget_nanox.so

but without libtimer_nanox.so

When I run ./mozilla, I got the following error message:

./viewer : relocation error:
/Mozilla/mozilla/dist/bin/components/libgfx_nanox.so: undefined symbol:
GdAllocRegion

Is there anyone knew what I missed and give me some advices on the issue.

I have seen the prolem posted like this one in july but there is no solution ..

help me out...
Subject: Re: [nanogui] error
From: "Greg Haerr" ####@####.####
Date: 11 Oct 2005 04:28:39 +0100
Message-Id: <04c001c5ce13$aa52a2d0$6401a8c0@winXP>

: ./viewer : relocation error:
: /Mozilla/mozilla/dist/bin/components/libgfx_nanox.so: undefined symbol:
: GdAllocRegion

This is very strange, since GdAllocRegion is supposed to be
in the server code only.   Check you are NOT running
LINK_APP_INTO_SERVER in the microwindows
config file.  There shouldn't be a call to GdAllocRegion in 
the nanox/client.c, which is the only file which should be linked
with mozilla.

Regards,

Greg

Subject: Re: [nanogui] error
From: "Greg Haerr" ####@####.####
Date: 11 Oct 2005 04:36:27 +0100
Message-Id: <04c101c5ce13$aab200e0$6401a8c0@winXP>

: ./viewer : relocation error:
: /Mozilla/mozilla/dist/bin/components/libgfx_nanox.so: undefined symbol:
: GdAllocRegion

Another possibility is that you built microwindows with shared
libraries, but didn't update the loader config file to point
to them.  Try building microwindows with SHAREDLIBS=N

Regards,

Greg

Subject: error
From: ####@####.####
Date: 11 Oct 2005 10:03:13 +0100
Message-Id: <1129021357.434b7fad43cdb@mail.sify.com>

hi ,
 i compiled mozilla on nano-x but when i want to start mozilla it is giving the following error

 my command on the command prompt is 
 pathtonanoxbin/nano-X & pathtonanoxbin/nanowm & ./mozilla & 

warning: property cp1256 already exists
WARNING: dependent window created without a parent, file nsWindowCreator.cpp, line 116
nxFlushReq: write failed: Bad file descriptor
nano-X: client closed socket: 6
Destroy client 6 resources
Window list:
1(0),
Pixmap list:
 
GC list:
 
Font list:
 
Region list:
 
Image list:


why this error is coming 
help me.
Subject: Re: [nanogui] error
From: "Greg Haerr" ####@####.####
Date: 12 Oct 2005 00:50:44 +0100
Message-Id: <29b401c5cebd$1cd48e00$0300a8c0@RDP>

:  my command on the command prompt is
:  pathtonanoxbin/nano-X & pathtonanoxbin/nanowm & ./mozilla &

You might try running without the window manager, just
to check.



:
: warning: property cp1256 already exists
: WARNING: dependent window created without a parent, file
nsWindowCreator.cpp, line 116

these seem to be warnings spit out by mozilla. You'll
have to check internals to see what they mean.



: nxFlushReq: write failed: Bad file descriptor
: nano-X: client closed socket: 6
: Destroy client 6 resources

These messages are displayed by the nano-X server
when a client closes its connection (or dies), without
telling the nano-X server.  Likely, nxmozzila died
or segfaulted.  You'll have to gdb nxmozzila
in order to see where.

Regards,

Greg

Subject: error
From: "Shivakumar Mishra" ####@####.####
Date: 4 Apr 2008 04:48:21 -0000
Message-Id: <55b3397a0804032147x37a8298fs149aa560625b9715@mail.gmail.com>

I installed flnx-0.18.tar.gz  on microwindows-0.90 on fedora
8.90(kernal2.6.21) gcc
4.1.2<http://www.avrfreaks.net/index.php?name=PNphpBB2&file=viewtopic&t=61976&start=0&postdays=0&postorder=asc&highlight=&sid=1fb80005d6407ec4a778bcf118549326>.When
I typed "make".It gives error as :-
=== making src ===
make[1]: Entering directory `/home/flnx/src'
g++ -I.. -O2 -Wall -Wno-return-type  -DPDA -c Fl.cxx
../FL/Fl_Window.H:36: error: ISO C++ forbids declaration of 'Fl_X' with no
type
../FL/Fl_Window.H:36: error: expected ';' before '*' token
../FL/Fl_Window.H: In member function 'int Fl_Window::shown()':
../FL/Fl_Window.H:98: error: 'i' was not declared in this scope
../FL/x.H: In static member function 'static Fl_X* Fl_X::i(const
Fl_Window*)':
../FL/x.H:110: error: 'const class Fl_Window' has no member named 'i'
../FL/x.H: In member function 'void Fl_X::setwindow(Fl_Window*)':
../FL/x.H:111: error: 'class Fl_Window' has no member named 'i'
Fl.cxx: In member function 'virtual void Fl_Window::hide()':
Fl.cxx:585: error: 'i' was not declared in this scope
Fl.cxx:586: error: expected ',' or ';' before 'Fl_X'
Fl.cxx:587: error: 'pp' was not declared in this scope
Fl.cxx:588: error: 'pp' was not declared in this scope
Fl.cxx:589: error: assignment of function 'static Fl_X* Fl_X::i(const
Fl_Window*)'
Fl.cxx:589: error: cannot convert 'int' to 'Fl_X* ()(const Fl_Window*)' in
assignment
Fl.cxx: In member function 'virtual void Fl_Window::flush()':
Fl.cxx:768: error: 'i' was not declared in this scope
make[1]: *** [Fl.o] Error 1
make[1]: Leaving directory `/home/flnx/src'
=== making fluid ===
make[1]: Entering directory `/home/flnx/fluid'
g++ -I.. -O2 -Wall -Wno-return-type  -DPDA -c Fl_Function_Type.cxx
../FL/Fl_Window.H:36: error: ISO C++ forbids declaration of 'Fl_X' with no
type
../FL/Fl_Window.H:36: error: expected ';' before '*' token
../FL/Fl_Window.H: In member function 'int Fl_Window::shown()':
../FL/Fl_Window.H:98: error: 'i' was not declared in this scope
make[1]: *** [Fl_Function_Type.o] Error 1
make[1]: Leaving directory `/home/flnx/fluid'
=== making test ===
make[1]: Entering directory `/home/flnx/test'
make[1]: *** No rule to make target `../lib/libfltk.a', needed by
`valuators'.  Stop.
make[1]: Leaving directory `/home/flnx/test'
make: *** [all] Error 2
Please help me
yours shiva kumar
Subject: Re: [nanogui] error
From: "Greg Haerr" ####@####.####
Date: 5 Apr 2008 22:19:51 -0000
Message-Id: <037d01c8976b$52d49ee0$6401a8c0@gregnewport>

> I installed flnx-0.18.tar.gz  on microwindows-0.90 on fedora
> g++ -I.. -O2 -Wall -Wno-return-type  -DPDA -c Fl.cxx
> ../FL/Fl_Window.H:36: error: ISO C++ forbids declaration of 'Fl_X' with no
> type

FLNX is too old for your newer C++ compiler.  Use a later
version of FLTK and NXLIB.

Regards,

Greg

[<<] [<] Page 1 of 1 [>] [>>]


Powered by ezmlm-browse 0.20.