hello & thanx for your interest

++++
What does your compile & link line look like for your netbeans app?
++++

the output i get is this:



Running "/usr/bin/make  -f Makefile CONF=Debug" in /home/vlad/prb/hello

/usr/bin/make -f nbproject/Makefile-Debug.mk SUBPROJECTS= .build-conf
make[1]: Entering directory `/home/vlad/prb/hello'
mkdir -p build/Debug/GNU-Linux-x86
g++    -c -g -o build/Debug/GNU-Linux-x86/hello.o hello.cc
hello.cc:15:2: warning: no newline at end of file
mkdir -p dist/Debug/GNU-Linux-x86
g++     -o dist/Debug/GNU-Linux-x86/hello build/Debug/GNU-Linux-x86/hello.o
build/Debug/GNU-Linux-x86/hello.o: In function `main':
/home/vlad/prb/hello/hello.cc:6: undefined reference to 
`Fl_Window::Fl_Window(int, int, char const*)'
/home/vlad/prb/hello/hello.cc:11: undefined reference to 
`fl_define_FL_SHADOW_LABEL()'
/home/vlad/prb/hello/hello.cc:12: undefined reference to `Fl_Group::end()'
/home/vlad/prb/hello/hello.cc:13: undefined reference to `Fl_Window::show(int, 
char**)'
/home/vlad/prb/hello/hello.cc:14: undefined reference to `Fl::run()'
build/Debug/GNU-Linux-x86/hello.o: In function `Fl_Box':
/usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../include/c++/4.1.2/FL/Fl_Box.H:40: 
undefined reference to `Fl_Widget::Fl_Widget(int, int, int, int, char const*)'
/usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../include/c++/4.1.2/FL/Fl_Box.H:40: 
undefined reference to `vtable for Fl_Box'
collect2: ld returned 1 exit status
make[1]: *** [dist/Debug/GNU-Linux-x86/hello] Error 1
make[1]: Leaving directory `/home/vlad/prb/hello'
make: *** [.build-impl] Error 2

Build failed. Exit value 2.


and i do not know how to solve this...

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

Reply via email to