Bug 61162 - Makefile.in for kpilot/conduits/malconduit seems to be in error
Summary: Makefile.in for kpilot/conduits/malconduit seems to be in error
Status: RESOLVED WORKSFORME
Alias: None
Product: kpilot
Classification: Applications
Component: General (show other bugs)
Version: unspecified
Platform: Compiled Sources Solaris
: NOR normal
Target Milestone: ---
Assignee: groot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-13 00:31 UTC by Lars Tunkrans
Modified: 2004-10-19 16:20 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Tunkrans 2003-07-13 00:31:34 UTC
Version:            (using KDE KDE 3.1.2)
Installed from:    Compiled From Sources
Compiler:          gcc  3.2.3 
OS:          Solaris

The Makefile.in  file  in kdepim-3.1.2/kpilot/conduits/malconduit
has  two  variables  MAL_INCS   and MAL_LIBS   declared and later given 
values in the resulting  Makefile.
However later in the Makefile.in  file  they are called sligthly different 
names.   Down  at line 314   MAL_INCS  is suddenly called  MAL_INCLUDE   and at 
line 335  MAL_LIBS  is called MAL_LIB  .....

Of course  the compilation fails until this is rectified. 

The kdepim-3.1.2.tar.bz2  file came off the mirror ftp:/ftp.dataplus.se
/pub/linux/kde/stable/3.1.2/sr/kdepim3.1.2.tar.bz2 
on saturday 2003-07-12 

This seems a bit unlikely  but it happend ....
Comment 1 groot 2003-07-16 00:16:16 UTC
Looking at my CVS checkout of _BRANCH (ie. 3.1.2), I don't have any MAL_INCS 
at all, anywhere in KPilot: 
 
eggs.ebn.kun.nl$pwd ; grep -r INCS . 
/mnt/src/kde-3.1/kdepim/kpilot 
eggs.ebn.kun.nl$ 
 
I don't think the file has changed much in _BRANCH for the longest time - 
there were minor changes in may, I can even see the change in the variable 
names: 
 
-libmalconduit_la_LIBADD = ../../lib/libkpilot.la $(MAL_LIB) $(LIB_KDEUI) 
+libmalconduit_la_LIBADD = ../../lib/libkpilot.la $(MAL_LIBS) $(LIB_KDEUI) 
 
However, that change was in HEAD, not _BRANCH. My only suggestion is that your 
source mirror is messed up in some way.