[asterisk-bugs] [JIRA] (ASTERISK-19241) Cannot compile with Embedded Modules
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Sun Mar 15 11:56:34 CDT 2015
[ https://issues.asterisk.org/jira/browse/ASTERISK-19241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Matt Jordan closed ASTERISK-19241.
----------------------------------
Resolution: Duplicate
Closing out as a duplicate of ASTERISK-20761, since it has a patch.
> Cannot compile with Embedded Modules
> ------------------------------------
>
> Key: ASTERISK-19241
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-19241
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: General
> Affects Versions: SVN
> Environment: Multiple replicated on (Suse 8.1, Ubuntu 10.04)
> Reporter: Joern Krebs
>
> I published this in an Asterisk Forum where one User told me to put it in here, so I do:
> Everytime, I compile Asterisk with all modules embedded, I am getting the error, that:
> make[1]: *** No rule to make target `../main/modules.link', needed by `asterisk'. Stop.
> make: *** [main] Error 2
> To fix this I x (=emacs) into the makeopts.embed_rules file:
> root at asterisk:/usr/src/asterisk-10# x makeopts.embed_rules
> and delete the line "(something)./main/modules.link"
> after that I start make again, and evrything works:
> root at asterisk:/usr/src/asterisk-10# make
> I think the error is, because I select to embed ALL modules, the script tries to include the modules from the main directory too, problem is: There are no modules to embed in that directory, thats' why the modules.link does not get created.
> But: I can hardly read and code C, but I cannot read Makefiles at all, or write configure scripts to create Makefiles.
> Can please someone else fix this?
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list