On 18.12.2009, at 23:54, [email protected] wrote: > > I just downloaded the fltk-1.1.10rc3-source.tar.gz file, after extract the > files and do the following (on a Linux system): > > CFLAGS=-fPIC CXXFLAGS=-fPIC ./configure > --prefix=/my/install/deirectory --enable-largefile --enable-shared > --enable-threads > make > cd test > ./demo > > I got the "Can't open display:" error message. > Could you tell me what I and missing?
Ar you running under X11? If so, the display variable should be set to :0.0 or similar. Can you start any other graphical applications from the console that you are using? You can probably start the application from your window manager if everything else breaks. Any X11 experts online? _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
