[Xfce-bugs] [Bug 613] New: Can't build xffm, libxfce4util, libxfce4mcs in another directory

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Sun Dec 26 10:41:36 CET 2004


http://bugzilla.xfce.org/show_bug.cgi?id=613

           Summary: Can't build xffm, libxfce4util, libxfce4mcs in another
                    directory
           Product: Xfce
           Version: unknown
          Platform: PC
               URL: http://cvs.xfce.org/viewcvs.cgi/xfce4/xffm/src/Makefile.
                    in?view=markup
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: Medium
         Component: general
        AssignedTo: xfce-bugs at xfce.org
        ReportedBy: williampoetra at yahoo.com


When I built xffm (and also libxfce4util and libxfce4mcs), I configured it in
another directory, like:
mkdir builddir
cd builddir
../xffm_src_dir/configure
make

It will stop with an error (forgor what error, but something about missing
includes). I've determined that this bug is caused by the DEFAULT_INCLUDES
variable, in src/Makefile.in for xffm, in libxfce4mcs/Makefile.in for
libxfce4util, and in xfce4-kiosk-query/Makefile.in for libxfce4util.

This bug is still present in today's CVS.


Reproducible: Always
Steps to Reproduce:
1. Just look for the variable "DEFAULT_INCLUDES" in each Makefile
2. Read the value assigned to it
3. 

Actual Results:  
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)

Expected Results:  
DEFAULT_INCLUDES = -I. -I$(top_srcdir) -I$(top_builddir)

-- 
Configure bugmail: http://bugzilla.xfce.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the Xfce-bugs mailing list