I checked, and I have the libglib2.0-dev package installed. I tried > > export > > PATH=$PATH:/usr/include/glib-2.0/:/usr/include/glib-2.0/glib:/usr/lib/x86_64-linux-gnu/glib-2.0/include/ > > but the make script is ignoring the $PATH, and wants all of the files from > that package to be in the compilation directory. > Fail. PATH doesn't matter, PATH is full another thing (the system search the executables in dirs of PATH). Did you check that glib-unix.h exists in any subdir of /usr/include? Did you install pkgconfig package? Check: http://awesome.naquadah.org/wiki/Awesome-3-Ubuntu-git - you can replace the git-specific part of course :)
> > Are the paths hard coded to the working directory in one of the source > files > or something? > > > > On 11/03/2013 06:20 AM, Sebastian Lenz wrote: > > Install the |libglib2.0-dev package and try again ;) > > > > > > | -------- Original-Nachricht -------- Betreff: Compiling 3.5.2 Von: > Ranko > > Kohime <[email protected]> An: [email protected] Datum: > 03.11.2013 > > 12:12 > >> I'm having a little problem compiling 3.5.2 on Ubuntu 13.04. After > >> dealing with the new libxcb-cursor-dev dependency, I get the following > >> when running make, after the configuration is done: > >> > >> > >> Running make Makefile⦠Building⦠Scanning dependencies of target > >> generated_sources [ 0%] Generating atoms-intern.h [ 1%] Generating > >> atoms-extern.h [ 1%] Built target generated_sources Scanning > >> dependencies of target awesome [ 1%] Building C object > >> CMakeFiles/awesome.dir/awesome.c.o > >> /home/ranko/Downloads/awesome-3.5.2/awesome.c:36:23: fatal error: > >> glib-unix.h: No such file or directory compilation terminated. make[3]: > >> *** [CMakeFiles/awesome.dir/awesome.c.o] Error 1 make[2]: *** > >> [CMakeFiles/awesome.dir/all] Error 2 make[1]: *** [all] Error 2 make: > *** > >> [cmake-build] Error 2 > >> > >> > >> glib-unix.h isn't in the tarball, so I've got no idea where to get it. > > -- > Ranko Kohime > > Blog: <http://rankuni.wordpress.com/> > PGP Pubkey: < > http://keys.gnupg.net/pks/lookup?op=get&search=0x6891C00B8EDD027F> > > -- > To unsubscribe, send mail to [email protected]. >
