gw0kin / gnome2-globalmenu

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

No module.c in the gnome-3 branch? #674

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
For a while now i had problems with building gnome-globalmenu directly from 
git, it failed with "No rule to make target `module.c'"

I used to circumvent this by copying a module.c i had around from previous 
versions into a the build directory. I always had in mind i copied it from the 
main branch, but i couldn't find it there recently, so i attached the one i 
used. 

Is is it just something that needs to be adjusted for the gnome-3 branch or am 
i somehow doing something wrong while building? 

Original issue reported on code.google.com by flx.b...@gmail.com on 20 Oct 2011 at 6:31

Attachments:

GoogleCodeExporter commented 8 years ago
Try to start with a clean clone. You probably didn't enable maintainer mode 
when running configure.

Original comment by rainwood...@gmail.com on 20 Oct 2011 at 6:49

GoogleCodeExporter commented 8 years ago
Mh strange. Here is what i did, starting in an empty directory:

git clone git://github.com/gnome-globalmenu/gnome-globalmenu.git
cd gnome-globalmenu/
git checkout gnome-3
autoreconf --force --install --verbose
./autogen.sh --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib
make
...
make[3]: *** No rule to make target `module.c', needed by 
`libglobalmenu_gtk2_la_vala.stamp'.  Stop.

Original comment by flx.b...@gmail.com on 20 Oct 2011 at 7:02

GoogleCodeExporter commented 8 years ago
src/module.c  is indeed missing. I thought it was the leftover junk in the 
plugin directory. fixed in e4502d

Original comment by rainwood...@gmail.com on 20 Oct 2011 at 7:30

GoogleCodeExporter commented 8 years ago
Thanks for your work. :)

Original comment by flx.b...@gmail.com on 20 Oct 2011 at 7:33