| Anonymous | Login | Signup for a new account | 2013-05-19 16:48 BST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap | My Account |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |
| 0000073 | Scorched3D | Installation | public | 2010-11-28 07:24 | 2010-12-04 19:57 | |
| Reporter | juxtatux | |||||
| Assigned To | gcamp | |||||
| Priority | normal | Severity | block | Reproducibility | always | |
| Status | resolved | Resolution | fixed | |||
| Platform | x86_64 | OS | openSUSE | OS Version | 11.3 | |
| Product Version | 43.2beta | |||||
| Target Version | Fixed in Version | |||||
| Summary | 0000073: SVN createAMMakefile.pl does not generate make files | |||||
| Description | Having 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 Reproduce | svn up https://scorched3d.svn.sourceforge.net/svnroot/scorched3d/trunk [^] ../scorched3d cd ./scripts perl createAMMakefile.pl cd .. NADA! | |||||
| Additional Information | Don't know perl well enough to see any errors. Do not have this problem with the tar ball | |||||
| Tags | No tags attached. | |||||
| Attached Files | ||||||
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 |