Mantis Bug Tracker

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000073Scorched3DInstallationpublic2010-11-28 07:242010-12-04 19:57
Reporterjuxtatux 
Assigned Togcamp 
PrioritynormalSeverityblockReproducibilityalways
StatusresolvedResolutionfixed 
Platformx86_64OSopenSUSEOS Version11.3
Product Version43.2beta 
Target VersionFixed in Version 
Summary0000073: SVN createAMMakefile.pl does not generate make files
DescriptionHaving a problem with 11.28.2010 SVN::perl createAMMakefile.pl does not create configure or any make files. Do not have this problem with Scorched3D-43.2-src.tar.gz. Fleshed out build env. along with perl env.
Steps To Reproducesvn up https://scorched3d.svn.sourceforge.net/svnroot/scorched3d/trunk [^] ../scorched3d
cd ./scripts
perl createAMMakefile.pl
cd ..
NADA!
Additional InformationDon't know perl well enough to see any errors. Do not have this problem with the tar ball
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0000081)
gcamp (administrator)
2010-11-28 11:04

Hi,

This script only generates the am makefiles, its actualy an internal script.
Have you tried running autogen.sh script from the main scorched3d directory, that should create all the build files you require.

Gavin
(0000082)
juxtatux (reporter)
2010-11-28 14:03

Yes I have, no luck. Here is the output. I don't get any output from the perl script.

uxtatux@janice:/usr/local/src/scorched3d/scorched> ./autogen.sh
+ cd ./scripts
+ perl createAMMakefile.pl
+ cd ..
+ aclocal
./autogen.sh: line 6: aclocal: command not found
+ automake --foreign
./autogen.sh: line 7: automake: command not found
+ autoconf
./autogen.sh: line 8: autoconf: command not found
+ ./configure
./autogen.sh: line 9: ./configure: No such file or directory
(0000083)
gcamp (administrator)
2010-11-28 22:01

This doesn't look like an issue with Scorched3D but more the environment/system you are using to compile.

You will need to install all the required packages onto your system before you can build. aclocal is in the automake package I think so you will need to do :
sudo zypper install automake
(0000084)
juxtatux (reporter)
2010-11-28 22:31

That was my problem. Close the ticket, Thanx!

- Issue History
Date Modified Username Field Change
2010-11-28 07:24 juxtatux New Issue
2010-11-28 11:04 gcamp Note Added: 0000081
2010-11-28 14:03 juxtatux Note Added: 0000082
2010-11-28 22:01 gcamp Note Added: 0000083
2010-11-28 22:31 juxtatux Note Added: 0000084
2010-12-04 19:57 gcamp Status new => resolved
2010-12-04 19:57 gcamp Resolution open => fixed
2010-12-04 19:57 gcamp Assigned To => gcamp


Copyright © 2000 - 2010 MantisBT Group
Powered by Mantis Bugtracker