After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 341216 - Can't compile LDTP 0.4.0
Can't compile LDTP 0.4.0
Status: RESOLVED NOTABUG
Product: LDTP
Classification: Other
Component: ldtp
0.4.x
Other Linux
: Normal major
: ---
Assigned To: LDTP maintainers
LDTP Development Mailing List
Depends on:
Blocks:
 
 
Reported: 2006-05-10 06:46 UTC by Alex.Yu
Modified: 2006-05-10 07:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Alex.Yu 2006-05-10 06:46:04 UTC
run command in terminal window:
./autogen.sh ;make

the following message appears
--------------------------------------------------------------------
configure: creating ./config.status
config.status: creating src/Makefile
config.status: creating python/Makefile
config.status: creating Makefile
config.status: creating config.h
config.status: executing default-1 commands
---
Configuration successful.

make  all-recursive
make[1]: Entering directory `/home/alex/Desktop/ldtp'
Making all in src
make[2]: Entering directory `/home/alex/Desktop/ldtp/src'
/bin/sh ../libtool --mode=link gcc  -g -O2  -o ldtp
mkdir .libs
gcc -g -O2 -o ldtp
gcc: no input files
make[2]: *** [ldtp] Error 1
make[2]: Leaving directory `/home/alex/Desktop/ldtp/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/alex/Desktop/ldtp'
make: *** [all-recursive-am] Error 2
---------------------------------------------------------------------
Comment 1 Prashanth Mohan 2006-05-10 06:58:09 UTC
Can you post the output of `automake --version' and `aclocal --version'. This error can probably be solved if you use the latest 1.9.6 version of automake.

Which distro are you using?
Comment 2 Nagappan Alagappan 2006-05-10 07:00:53 UTC
(In reply to comment #1)
> Can you post the output of `automake --version' and `aclocal --version'. This
> error can probably be solved if you use the latest 1.9.6 version of automake.
> 
> Which distro are you using?
>
I guess Alex is using Ubuntu.

Alex if you use aclocal 1.9 and automake 1.9, this issue will be resolved.
Comment 3 Alex.Yu 2006-05-10 07:12:06 UTC
Yes, it works after get automake 1.9.5 installed.
thanks all you guys replies