tot3lmon / avant-window-navigator

Automatically exported from code.google.com/p/avant-window-navigator
GNU General Public License v2.0
0 stars 0 forks source link

Error When Building on Fedora 7 #310

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Checkout source from SVN
2. Run ./configure and then 'make'
3. ends in error

This is the end of the "make" output, I can post more if it's helpful:

main.o: In function `main':
/home/steven/projects/avant-window-navigator/src/main.c:146: undefined
reference to `awn_applet_manager_new'
/home/steven/projects/avant-window-navigator/src/main.c:221: undefined
reference to `awn_applet_manager_get_type'
/home/steven/projects/avant-window-navigator/src/main.c:221: undefined
reference to `awn_applet_manager_load_applets'
main.o: In function `close_function':
/home/steven/projects/avant-window-navigator/src/main.c:375: undefined
reference to `awn_applet_manager_get_type'
/home/steven/projects/avant-window-navigator/src/main.c:375: undefined
reference to `awn_applet_manager_quit'
main.o: In function `resize':
/home/steven/projects/avant-window-navigator/src/main.c:444: undefined
reference to `awn_applet_manager_get_type'
/home/steven/projects/avant-window-navigator/src/main.c:444: undefined
reference to `awn_applet_manager_height_changed'
collect2: ld returned 1 exit status
make[3]: *** [avant-window-navigator] Error 1
make[3]: Leaving directory `/home/steven/projects/avant-window-navigator/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/steven/projects/avant-window-navigator/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/steven/projects/avant-window-navigator'
make: *** [all] Error 2

What version of the product are you using? On what operating system?
Latest SVN version of awn on an up-to-date Fedora 7

Original issue reported on code.google.com by garrity...@gmail.com on 25 Jul 2007 at 2:31

GoogleCodeExporter commented 8 years ago
You need to do after getting SVN:

./autogen.sh && make && sudo make install

Original comment by hv1...@gmail.com on 26 Jul 2007 at 7:50

GoogleCodeExporter commented 8 years ago
just for the record, I updated my svn trunk and make works without errors on my 
side
(ubuntu 7.04)

Original comment by nekoh...@gmail.com on 26 Jul 2007 at 7:54

GoogleCodeExporter commented 8 years ago
I re-checked the source out from SVN and things are building fine now - probably
something wrong with with what I had checked-out. Working fine now - sorry for 
the
trouble.

Original comment by garrity...@gmail.com on 26 Jul 2007 at 9:32