Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 13-03-2007, 11:12 AM   #1 (permalink)
Alpha Geek
 
eagle_y2j's Avatar
 
Join Date: Nov 2004
Location: Himalayas
Posts: 719
Default GNU/Liberty Basic Compiler installation error !


I am trying to install GNU/Liberty Basic Compiler Collection in my Open Suse 10.2 with KDE but i am getting following error when I try to execute a "make install" command in the top level

Code:
install: invalid option -- C
Try `install --help' for more information.
install: invalid option -- C
Try `install --help' for more information.
install: invalid option -- C
Try `install --help' for more information.
install: invalid option -- C
Try `install --help' for more information.
install: invalid option -- C
Try `install --help' for more information.
install: invalid option -- C
Try `install --help' for more information.
install: invalid option -- C
Try `install --help' for more information.
install: invalid option -- C
Try `install --help' for more information.
install: invalid option -- C
Try `install --help' for more information.
install: invalid option -- C
Try `install --help' for more information.
install: invalid option -- C
Try `install --help' for more information.
install: invalid option -- C
Try `install --help' for more information.
install: invalid option -- C
Try `install --help' for more information.
install: invalid option -- C
Try `install --help' for more information.
install: invalid option -- C
Try `install --help' for more information.
install: invalid option -- C
Try `install --help' for more information.
make -C lbpp
make[1]: Entering directory `/home/loveme/Desktop/09/glbcc-0.1.0/lbpp'
make -C src
make[2]: Entering directory `/home/loveme/Desktop/09/glbcc-0.1.0/lbpp/src'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/loveme/Desktop/09/glbcc-0.1.0/lbpp/src'
make[1]: Leaving directory `/home/loveme/Desktop/09/glbcc-0.1.0/lbpp'
install -m555 lbpp/src/lbpp /usr/local/bin
make -C libLB win32
make[1]: Entering directory `/home/loveme/Desktop/09/glbcc-0.1.0/libLB'
make -C src win32
make[2]: Entering directory `/home/loveme/Desktop/09/glbcc-0.1.0/libLB/src'
/usr/local/share/glbcc/mingw-xgcc-2.95.2/bin/i386-mingw32msvc-gcc -c -Wall -g -I/usr/local/share/glbcc/w32api-1.2/include -I/usr/local/share/glbcc/binutil-2.11.92/include -I../include  -o statements.xo statements.c
make[2]: /usr/local/share/glbcc/mingw-xgcc-2.95.2/bin/i386-mingw32msvc-gcc: Command not found
make[2]: *** [statements.xo] Error 127
make[2]: Leaving directory `/home/loveme/Desktop/09/glbcc-0.1.0/libLB/src'
make[1]: *** [win32] Error 2
make[1]: Leaving directory `/home/loveme/Desktop/09/glbcc-0.1.0/libLB'
make: *** [install] Error 2
linux-nrn0:/home/loveme/Desktop/09/glbcc-0.1.0 #
Can someone guide me to install this
TIA
__________________
Registered LINUX USER #438929

Last edited by eagle_y2j; 13-03-2007 at 11:34 AM.
eagle_y2j is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 13-03-2007, 12:10 PM   #2 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: GNU/Liberty Basic Compiler installation error !

here's the error /usr/local/share/glbcc/mingw-xgcc-2.95.2/bin/i386-mingw32msvc-gcc: Command not found
it needs mingw32msvc-gcc or some such compiler. Search for this package in your package manager. Are you using cross compile version or BASIC?
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 13-03-2007, 12:20 PM   #3 (permalink)
Alpha Geek
 
eagle_y2j's Avatar
 
Join Date: Nov 2004
Location: Himalayas
Posts: 719
Default Re: GNU/Liberty Basic Compiler installation error !

Quote:
Originally Posted by tech_your_future
here's the error /usr/local/share/glbcc/mingw-xgcc-2.95.2/bin/i386-mingw32msvc-gcc: Command not found
it needs mingw32msvc-gcc or some such compiler. Search for this package in your package manager. Are you using cross compile version or BASIC?
this is a Linux native + Win32 cross compiler to compile Liberty Basic code viz dialect of the BASIC programming language.
__________________
Registered LINUX USER #438929

Last edited by eagle_y2j; 13-03-2007 at 12:25 PM.
eagle_y2j is offline  
Old 13-03-2007, 12:23 PM   #4 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: GNU/Liberty Basic Compiler installation error !

I know that. I saw the site. There are three version. one for windows, one for linux and third is a cross compile one. Are you using the 3rd one?
Anyways the problem is the absence of package I mentioned in previous post.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 13-03-2007, 12:34 PM   #5 (permalink)
Alpha Geek
 
eagle_y2j's Avatar
 
Join Date: Nov 2004
Location: Himalayas
Posts: 719
Default Re: GNU/Liberty Basic Compiler installation error !

this one was 3rd one Linux native + Win32 cross compiler I tried installing linux native version also it shows following error
Code:
linux-nrn0:~ # cd /home/loveme/Desktop/09/1/glbcc-0.1.0
linux-nrn0:/home/loveme/Desktop/09/1/glbcc-0.1.0 # make install
install -d /usr/local/lib/glbcc-lib/0.0.7/lib
install -d /usr/local/lib/glbcc-lib/0.0.7/include
make -C lbpp
make[1]: Entering directory `/home/loveme/Desktop/09/1/glbcc-0.1.0/lbpp'
make -C src
make[2]: Entering directory `/home/loveme/Desktop/09/1/glbcc-0.1.0/lbpp/src'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/loveme/Desktop/09/1/glbcc-0.1.0/lbpp/src'
make[1]: Leaving directory `/home/loveme/Desktop/09/1/glbcc-0.1.0/lbpp'
install -m555 lbpp/src/lbpp /usr/local/bin
make -C libLB clean all
make[1]: Entering directory `/home/loveme/Desktop/09/1/glbcc-0.1.0/libLB'
make -C src clean
make[2]: Entering directory `/home/loveme/Desktop/09/1/glbcc-0.1.0/libLB/src'
rm -f ../lib/libLB.a ../lib/lbcrt0.o ../lib/lbcrt0.xo \
              statements.o functions.o devices.o strings.o debug.o lb.o statements.xo functions.xo devices.xo strings.xo debug.xo lb.xo
make -C gui clean
make[3]: Entering directory `/home/loveme/Desktop/09/1/glbcc-0.1.0/libLB/src/gui'
make -C gtk clean
make[4]: Entering directory `/home/loveme/Desktop/09/1/glbcc-0.1.0/libLB/src/gui/gtk'
rm -f ../libGUI.a basic_gui.o window.o text_window.o
make[4]: Leaving directory `/home/loveme/Desktop/09/1/glbcc-0.1.0/libLB/src/gui/gtk'
make -C Win32 clean
make[4]: Entering directory `/home/loveme/Desktop/09/1/glbcc-0.1.0/libLB/src/gui/Win32'
rm -f ../libGUI.a basic_gui.xo
make[4]: Leaving directory `/home/loveme/Desktop/09/1/glbcc-0.1.0/libLB/src/gui/Win32'
make[3]: Leaving directory `/home/loveme/Desktop/09/1/glbcc-0.1.0/libLB/src/gui'
make -C stdio clean
make[3]: Entering directory `/home/loveme/Desktop/09/1/glbcc-0.1.0/libLB/src/stdio'
rm -f libIO.a basic_io.o basic_io.xo
make[3]: Leaving directory `/home/loveme/Desktop/09/1/glbcc-0.1.0/libLB/src/stdio'
make[2]: Leaving directory `/home/loveme/Desktop/09/1/glbcc-0.1.0/libLB/src'
make -C src
make[2]: Entering directory `/home/loveme/Desktop/09/1/glbcc-0.1.0/libLB/src'
make -C gui
make[3]: Entering directory `/home/loveme/Desktop/09/1/glbcc-0.1.0/libLB/src/gui'
make -C gtk
make[4]: Entering directory `/home/loveme/Desktop/09/1/glbcc-0.1.0/libLB/src/gui/gtk'
gcc -Wall -g `gnome-config --cflags gnome` -I../../../include   -c -o basic_gui.o basic_gui.c
/bin/sh: gnome-config: command not found
basic_gui.c:20:19: error: gnome.h: No such file or directory
basic_gui.c:21:21: error: gtk/gtk.h: No such file or directory
In file included from basic_gui.c:26:
window.h:33: error: expected specifier-qualifier-list before ‘GtkWidget’
window.h:54: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘lb_gtk_delete’
window.h:55: error: expected ‘)’ before ‘*’ token
window.h:56: error: expected ‘)’ before ‘*’ token
basic_gui.c:89: error: expected ‘)’ before ‘*’ token
basic_gui.c:96: error: expected ‘)’ before ‘*’ token
basic_gui.c: In function ‘LB_FILEDIALOG_5’:
basic_gui.c:104: error: ‘GtkWidget’ undeclared (first use in this function)
basic_gui.c:104: error: (Each undeclared identifier is reported only once
basic_gui.c:104: error: for each function it appears in.)
basic_gui.c:104: error: ‘file_widget’ undeclared (first use in this function)
basic_gui.c:107: warning: implicit declaration of function ‘gtk_file_selection_new’
basic_gui.c:109: warning: implicit declaration of function ‘gtk_signal_connect’
basic_gui.c:109: warning: implicit declaration of function ‘GTK_OBJECT’
basic_gui.c:110: error: ‘GtkSignalFunc’ undeclared (first use in this function)
basic_gui.c:110: error: expected ‘)’ before ‘lb_fileselection_destroy’
basic_gui.c:112: warning: implicit declaration of function ‘GTK_FILE_SELECTION’
basic_gui.c:112: error: invalid type argument of ‘->’
basic_gui.c:113: error: expected ‘)’ before ‘lb_fileselection_ok’
basic_gui.c:116: warning: implicit declaration of function ‘gtk_signal_connect_object’
basic_gui.c:117: error: invalid type argument of ‘->’
basic_gui.c:118: error: expected ‘)’ before ‘gtk_widget_destroy’
basic_gui.c:121: warning: implicit declaration of function ‘gtk_file_selection_set_filename’
basic_gui.c:124: warning: implicit declaration of function ‘gtk_widget_show’
basic_gui.c:125: warning: implicit declaration of function ‘gtk_main’
basic_gui.c: In function ‘LB_NOTICE_1’:
basic_gui.c:138: warning: implicit declaration of function ‘gnome_dialog_run’
basic_gui.c:138: warning: implicit declaration of function ‘GNOME_DIALOG’
basic_gui.c:138: warning: implicit declaration of function ‘gnome_message_box_new’
basic_gui.c:139: error: ‘GNOME_MESSAGE_BOX_INFO’ undeclared (first use in this function)
basic_gui.c: In function ‘LB_CONFIRM_3’:
basic_gui.c:148: error: ‘GNOME_MESSAGE_BOX_INFO’ undeclared (first use in this function)
basic_gui.c: In function ‘LB_BUTTON_11’:
basic_gui.c:173: error: ‘GtkWidget’ undeclared (first use in this function)
basic_gui.c:173: error: ‘button’ undeclared (first use in this function)
basic_gui.c:173: warning: implicit declaration of function ‘gtk_button_new_with_label’
basic_gui.c:174: error: ‘gint16’ undeclared (first use in this function)
basic_gui.c:174: error: expected ‘;’ before ‘x’
basic_gui.c:178: error: ‘x’ undeclared (first use in this function)
basic_gui.c:178: error: expected ‘;’ before ‘_x’
basic_gui.c:179: error: ‘y’ undeclared (first use in this function)
basic_gui.c:179: error: expected ‘;’ before ‘_y’
basic_gui.c:183: error: expected ‘;’ before ‘_x’
basic_gui.c:184: error: expected ‘;’ before ‘_y’
basic_gui.c:188: error: expected ‘;’ before ‘_x’
basic_gui.c:189: error: expected ‘;’ before ‘_y’
basic_gui.c:193: error: expected ‘;’ before ‘_x’
basic_gui.c:194: error: expected ‘;’ before ‘_y’
basic_gui.c:202: warning: implicit declaration of function ‘GTK_SIGNAL_FUNC’
basic_gui.c:202: error: ‘lb_gtk_button_clicked’ undeclared (first use in this function)
basic_gui.c:202: error: ‘gpointer’ undeclared (first use in this function)
basic_gui.c:202: error: expected ‘)’ before ‘label’
basic_gui.c:230: error: ‘LBGUI’ has no member named ‘w’
basic_gui.c:231: error: ‘LBGUI’ has no member named ‘c’
basic_gui.c:231: warning: implicit declaration of function ‘gtk_fixed_new’
basic_gui.c:233: error: ‘LBGUI’ has no member named ‘queue’
basic_gui.c:240: warning: implicit declaration of function ‘gtk_fixed_put’
basic_gui.c:240: warning: implicit declaration of function ‘GTK_FIXED’
basic_gui.c:240: error: ‘LBGUI’ has no member named ‘c’
basic_gui.c:241: error: expected ‘)’ before ‘x’
basic_gui.c: In function ‘LB_BUTTON_15’:
basic_gui.c:263: error: ‘GtkWidget’ undeclared (first use in this function)
basic_gui.c:263: error: ‘button’ undeclared (first use in this function)
basic_gui.c:264: error: ‘gint16’ undeclared (first use in this function)
basic_gui.c:264: error: expected ‘;’ before ‘x’
basic_gui.c:266: warning: implicit declaration of function ‘gtk_widget_set_usize’
basic_gui.c:266: error: expected ‘)’ before ‘width’
basic_gui.c:270: error: ‘x’ undeclared (first use in this function)
basic_gui.c:270: error: expected ‘;’ before ‘_x’
basic_gui.c:271: error: ‘y’ undeclared (first use in this function)
basic_gui.c:271: error: expected ‘;’ before ‘_y’
basic_gui.c:275: error: expected ‘;’ before ‘_x’
basic_gui.c:276: error: expected ‘;’ before ‘_y’
basic_gui.c:280: error: expected ‘;’ before ‘_x’
basic_gui.c:281: error: expected ‘;’ before ‘_y’
basic_gui.c:285: error: expected ‘;’ before ‘_x’
basic_gui.c:286: error: expected ‘;’ before ‘_y’
basic_gui.c:294: error: ‘lb_gtk_button_clicked’ undeclared (first use in this function)
basic_gui.c:294: error: ‘gpointer’ undeclared (first use in this function)
basic_gui.c:294: error: expected ‘)’ before ‘label’
basic_gui.c:322: error: ‘LBGUI’ has no member named ‘w’
basic_gui.c:323: error: ‘LBGUI’ has no member named ‘c’
basic_gui.c:325: error: ‘LBGUI’ has no member named ‘queue’
basic_gui.c:332: error: ‘LBGUI’ has no member named ‘c’
basic_gui.c:333: error: expected ‘)’ before ‘x’
basic_gui.c: In function ‘LB_TEXTBOX_9’:
basic_gui.c:353: error: ‘GtkWidget’ undeclared (first use in this function)
basic_gui.c:353: error: ‘text’ undeclared (first use in this function)
basic_gui.c:353: warning: implicit declaration of function ‘gtk_entry_new’
basic_gui.c:355: error: ‘gint16’ undeclared (first use in this function)
basic_gui.c:355: error: expected ‘)’ before ‘width’
basic_gui.c:383: error: ‘LBGUI’ has no member named ‘w’
basic_gui.c:384: error: ‘LBGUI’ has no member named ‘c’
basic_gui.c:386: error: ‘LBGUI’ has no member named ‘queue’
basic_gui.c:393: error: ‘LBGUI’ has no member named ‘c’
basic_gui.c:393: error: expected ‘)’ before ‘x’
basic_gui.c:399: error: ‘w’ undeclared (first use in this function)
basic_gui.c:399: error: ‘LBGUI’ has no member named ‘w’
basic_gui.c:402: error: ‘LBGUI’ has no member named ‘w’
basic_gui.c:403: error: ‘LBGUI’ has no member named ‘c’
basic_gui.c:404: error: ‘LBGUI’ has no member named ‘queue’
make[4]: *** [basic_gui.o] Error 1
make[4]: Leaving directory `/home/loveme/Desktop/09/1/glbcc-0.1.0/libLB/src/gui/gtk'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/loveme/Desktop/09/1/glbcc-0.1.0/libLB/src/gui'
make[2]: *** [gui/libGUI.a] Error 2
make[2]: Leaving directory `/home/loveme/Desktop/09/1/glbcc-0.1.0/libLB/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/loveme/Desktop/09/1/glbcc-0.1.0/libLB'
make: *** [install] Error 2
__________________
Registered LINUX USER #438929
eagle_y2j is offline  
Old 13-03-2007, 01:04 PM   #6 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: GNU/Liberty Basic Compiler installation error !

Looks like you're missing gnome-config, which is a part of gnomelibs. Check in your package manager if gnomelibs is installed or not. If not then install it.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 13-03-2007, 01:18 PM   #7 (permalink)
Alpha Geek
 
eagle_y2j's Avatar
 
Join Date: Nov 2004
Location: Himalayas
Posts: 719
Default Re: GNU/Liberty Basic Compiler installation error !

I installed gnome-libs but then also it shows following error
Code:
linux-nrn0:~ # cd /home/loveme/Desktop/09/1/glbcc-0.1.0
linux-nrn0:/home/loveme/Desktop/09/1/glbcc-0.1.0 # make install
install -d /usr/local/lib/glbcc-lib/0.0.7/lib
install -d /usr/local/lib/glbcc-lib/0.0.7/include
make -C lbpp
make[1]: Entering directory `/home/loveme/Desktop/09/1/glbcc-0.1.0/lbpp'
make -C src
make[2]: Entering directory `/home/loveme/Desktop/09/1/glbcc-0.1.0/lbpp/src'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/loveme/Desktop/09/1/glbcc-0.1.0/lbpp/src'
make[1]: Leaving directory `/home/loveme/Desktop/09/1/glbcc-0.1.0/lbpp'
install -m555 lbpp/src/lbpp /usr/local/bin
make -C libLB clean all
make[1]: Entering directory `/home/loveme/Desktop/09/1/glbcc-0.1.0/libLB'
make -C src clean
make[2]: Entering directory `/home/loveme/Desktop/09/1/glbcc-0.1.0/libLB/src'
rm -f ../lib/libLB.a ../lib/lbcrt0.o ../lib/lbcrt0.xo \
              statements.o functions.o devices.o strings.o debug.o lb.o statements.xo functions.xo devices.xo strings.xo debug.xo lb.xo
make -C gui clean
make[3]: Entering directory `/home/loveme/Desktop/09/1/glbcc-0.1.0/libLB/src/gui'
make -C gtk clean
make[4]: Entering directory `/home/loveme/Desktop/09/1/glbcc-0.1.0/libLB/src/gui/gtk'
rm -f ../libGUI.a basic_gui.o window.o text_window.o
make[4]: Leaving directory `/home/loveme/Desktop/09/1/glbcc-0.1.0/libLB/src/gui/gtk'
make -C Win32 clean
make[4]: Entering directory `/home/loveme/Desktop/09/1/glbcc-0.1.0/libLB/src/gui/Win32'
rm -f ../libGUI.a basic_gui.xo
make[4]: Leaving directory `/home/loveme/Desktop/09/1/glbcc-0.1.0/libLB/src/gui/Win32'
make[3]: Leaving directory `/home/loveme/Desktop/09/1/glbcc-0.1.0/libLB/src/gui'
make -C stdio clean
make[3]: Entering directory `/home/loveme/Desktop/09/1/glbcc-0.1.0/libLB/src/stdio'
rm -f libIO.a basic_io.o basic_io.xo
make[3]: Leaving directory `/home/loveme/Desktop/09/1/glbcc-0.1.0/libLB/src/stdio'
make[2]: Leaving directory `/home/loveme/Desktop/09/1/glbcc-0.1.0/libLB/src'
make -C src
make[2]: Entering directory `/home/loveme/Desktop/09/1/glbcc-0.1.0/libLB/src'
make -C gui
make[3]: Entering directory `/home/loveme/Desktop/09/1/glbcc-0.1.0/libLB/src/gui'
make -C gtk
make[4]: Entering directory `/home/loveme/Desktop/09/1/glbcc-0.1.0/libLB/src/gui/gtk'
gcc -Wall -g `gnome-config --cflags gnome` -I../../../include   -c -o basic_gui.o basic_gui.c
/bin/sh: gnome-config: command not found
basic_gui.c:20:19: error: gnome.h: No such file or directory
basic_gui.c:21:21: error: gtk/gtk.h: No such file or directory
In file included from basic_gui.c:26:
window.h:33: error: expected specifier-qualifier-list before ‘GtkWidget’
window.h:54: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘lb_gtk_delete’
window.h:55: error: expected ‘)’ before ‘*’ token
window.h:56: error: expected ‘)’ before ‘*’ token
basic_gui.c:89: error: expected ‘)’ before ‘*’ token
basic_gui.c:96: error: expected ‘)’ before ‘*’ token
basic_gui.c: In function ‘LB_FILEDIALOG_5’:
basic_gui.c:104: error: ‘GtkWidget’ undeclared (first use in this function)
basic_gui.c:104: error: (Each undeclared identifier is reported only once
basic_gui.c:104: error: for each function it appears in.)
basic_gui.c:104: error: ‘file_widget’ undeclared (first use in this function)
basic_gui.c:107: warning: implicit declaration of function ‘gtk_file_selection_new’
basic_gui.c:109: warning: implicit declaration of function ‘gtk_signal_connect’
basic_gui.c:109: warning: implicit declaration of function ‘GTK_OBJECT’
basic_gui.c:110: error: ‘GtkSignalFunc’ undeclared (first use in this function)
basic_gui.c:110: error: expected ‘)’ before ‘lb_fileselection_destroy’
basic_gui.c:112: warning: implicit declaration of function ‘GTK_FILE_SELECTION’
basic_gui.c:112: error: invalid type argument of ‘->’
basic_gui.c:113: error: expected ‘)’ before ‘lb_fileselection_ok’
basic_gui.c:116: warning: implicit declaration of function ‘gtk_signal_connect_object’
basic_gui.c:117: error: invalid type argument of ‘->’
basic_gui.c:118: error: expected ‘)’ before ‘gtk_widget_destroy’
basic_gui.c:121: warning: implicit declaration of function ‘gtk_file_selection_set_filename’
basic_gui.c:124: warning: implicit declaration of function ‘gtk_widget_show’
basic_gui.c:125: warning: implicit declaration of function ‘gtk_main’
basic_gui.c: In function ‘LB_NOTICE_1’:
basic_gui.c:138: warning: implicit declaration of function ‘gnome_dialog_run’
basic_gui.c:138: warning: implicit declaration of function ‘GNOME_DIALOG’
basic_gui.c:138: warning: implicit declaration of function ‘gnome_message_box_new’
basic_gui.c:139: error: ‘GNOME_MESSAGE_BOX_INFO’ undeclared (first use in this function)
basic_gui.c: In function ‘LB_CONFIRM_3’:
basic_gui.c:148: error: ‘GNOME_MESSAGE_BOX_INFO’ undeclared (first use in this function)
basic_gui.c: In function ‘LB_BUTTON_11’:
basic_gui.c:173: error: ‘GtkWidget’ undeclared (first use in this function)
basic_gui.c:173: error: ‘button’ undeclared (first use in this function)
basic_gui.c:173: warning: implicit declaration of function ‘gtk_button_new_with_label’
basic_gui.c:174: error: ‘gint16’ undeclared (first use in this function)
basic_gui.c:174: error: expected ‘;’ before ‘x’
basic_gui.c:178: error: ‘x’ undeclared (first use in this function)
basic_gui.c:178: error: expected ‘;’ before ‘_x’
basic_gui.c:179: error: ‘y’ undeclared (first use in this function)
basic_gui.c:179: error: expected ‘;’ before ‘_y’
basic_gui.c:183: error: expected ‘;’ before ‘_x’
basic_gui.c:184: error: expected ‘;’ before ‘_y’
basic_gui.c:188: error: expected ‘;’ before ‘_x’
basic_gui.c:189: error: expected ‘;’ before ‘_y’
basic_gui.c:193: error: expected ‘;’ before ‘_x’
basic_gui.c:194: error: expected ‘;’ before ‘_y’
basic_gui.c:202: warning: implicit declaration of function ‘GTK_SIGNAL_FUNC’
basic_gui.c:202: error: ‘lb_gtk_button_clicked’ undeclared (first use in this function)
basic_gui.c:202: error: ‘gpointer’ undeclared (first use in this function)
basic_gui.c:202: error: expected ‘)’ before ‘label’
basic_gui.c:230: error: ‘LBGUI’ has no member named ‘w’
basic_gui.c:231: error: ‘LBGUI’ has no member named ‘c’
basic_gui.c:231: warning: implicit declaration of function ‘gtk_fixed_new’
basic_gui.c:233: error: ‘LBGUI’ has no member named ‘queue’
basic_gui.c:240: warning: implicit declaration of function ‘gtk_fixed_put’
basic_gui.c:240: warning: implicit declaration of function ‘GTK_FIXED’
basic_gui.c:240: error: ‘LBGUI’ has no member named ‘c’
basic_gui.c:241: error: expected ‘)’ before ‘x’
basic_gui.c: In function ‘LB_BUTTON_15’:
basic_gui.c:263: error: ‘GtkWidget’ undeclared (first use in this function)
basic_gui.c:263: error: ‘button’ undeclared (first use in this function)
basic_gui.c:264: error: ‘gint16’ undeclared (first use in this function)
basic_gui.c:264: error: expected ‘;’ before ‘x’
basic_gui.c:266: warning: implicit declaration of function ‘gtk_widget_set_usize’
basic_gui.c:266: error: expected ‘)’ before ‘width’
basic_gui.c:270: error: ‘x’ undeclared (first use in this function)
basic_gui.c:270: error: expected ‘;’ before ‘_x’
basic_gui.c:271: error: ‘y’ undeclared (first use in this function)
basic_gui.c:271: error: expected ‘;’ before ‘_y’
basic_gui.c:275: error: expected ‘;’ before ‘_x’
basic_gui.c:276: error: expected ‘;’ before ‘_y’
basic_gui.c:280: error: expected ‘;’ before ‘_x’
basic_gui.c:281: error: expected ‘;’ before ‘_y’
basic_gui.c:285: error: expected ‘;’ before ‘_x’
basic_gui.c:286: error: expected ‘;’ before ‘_y’
basic_gui.c:294: error: ‘lb_gtk_button_clicked’ undeclared (first use in this function)
basic_gui.c:294: error: ‘gpointer’ undeclared (first use in this function)
basic_gui.c:294: error: expected ‘)’ before ‘label’
basic_gui.c:322: error: ‘LBGUI’ has no member named ‘w’
basic_gui.c:323: error: ‘LBGUI’ has no member named ‘c’
basic_gui.c:325: error: ‘LBGUI’ has no member named ‘queue’
basic_gui.c:332: error: ‘LBGUI’ has no member named ‘c’
basic_gui.c:333: error: expected ‘)’ before ‘x’
basic_gui.c: In function ‘LB_TEXTBOX_9’:
basic_gui.c:353: error: ‘GtkWidget’ undeclared (first use in this function)
basic_gui.c:353: error: ‘text’ undeclared (first use in this function)
basic_gui.c:353: warning: implicit declaration of function ‘gtk_entry_new’
basic_gui.c:355: error: ‘gint16’ undeclared (first use in this function)
basic_gui.c:355: error: expected ‘)’ before ‘width’
basic_gui.c:383: error: ‘LBGUI’ has no member named ‘w’
basic_gui.c:384: error: ‘LBGUI’ has no member named ‘c’
basic_gui.c:386: error: ‘LBGUI’ has no member named ‘queue’
basic_gui.c:393: error: ‘LBGUI’ has no member named ‘c’
basic_gui.c:393: error: expected ‘)’ before ‘x’
basic_gui.c:399: error: ‘w’ undeclared (first use in this function)
basic_gui.c:399: error: ‘LBGUI’ has no member named ‘w’
basic_gui.c:402: error: ‘LBGUI’ has no member named ‘w’
basic_gui.c:403: error: ‘LBGUI’ has no member named ‘c’
basic_gui.c:404: error: ‘LBGUI’ has no member named ‘queue’
make[4]: *** [basic_gui.o] Error 1
make[4]: Leaving directory `/home/loveme/Desktop/09/1/glbcc-0.1.0/libLB/src/gui/gtk'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/loveme/Desktop/09/1/glbcc-0.1.0/libLB/src/gui'
make[2]: *** [gui/libGUI.a] Error 2
make[2]: Leaving directory `/home/loveme/Desktop/09/1/glbcc-0.1.0/libLB/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/loveme/Desktop/09/1/glbcc-0.1.0/libLB'
make: *** [install] Error 2
linux-nrn0:/home/loveme/Desktop/09/1/glbcc-0.1.0 #
__________________
Registered LINUX USER #438929
eagle_y2j is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by Sujeet
- by clmlbx
- by Sujeet
- by icebags

Advertisement




All times are GMT +5.5. The time now is 10:56 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2