20,741
edits
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
== Build Errors == | |||
is it a good idea to update the page with the build errors encountered and the possible solutions(like for example with OSG) so as to make the status more informative? -- [[User:Hamzaalloush|Hamzaalloush]] ([[User talk:Hamzaalloush|talk]]) 18:22, 18 May 2015 (EDT) | is it a good idea to update the page with the build errors encountered and the possible solutions(like for example with OSG) so as to make the status more informative? -- [[User:Hamzaalloush|Hamzaalloush]] ([[User talk:Hamzaalloush|talk]]) 18:22, 18 May 2015 (EDT) | ||
| Line 6: | Line 7: | ||
== Required Plugins == | |||
can we get a subset of required plugin needed by flightgear? we can simply disable the faulty ones of the time bieng if they are not needed? mxe allows you to apply patches to source from the *.mk file as well for this -- [[User:Hamzaalloush|Hamzaalloush]] ([[User talk:Hamzaalloush|talk]]) 18:58, 18 May 2015 (EDT) | can we get a subset of required plugin needed by flightgear? we can simply disable the faulty ones of the time bieng if they are not needed? mxe allows you to apply patches to source from the *.mk file as well for this -- [[User:Hamzaalloush|Hamzaalloush]] ([[User talk:Hamzaalloush|talk]]) 18:58, 18 May 2015 (EDT) | ||
:: sounds like a plan, I'd use <nowiki>grep -R</nowiki> and the OSG_USE_PLUGIN macro in $SG_SRC and $FG_SRC to see what's important. --[[User:Hooray|Hooray]] ([[User talk:Hooray|talk]]) 19:06, 18 May 2015 (EDT) | :: sounds like a plan, I'd use <nowiki>grep -R</nowiki> and the OSG_USE_PLUGIN macro in $SG_SRC and $FG_SRC to see what's important. --[[User:Hooray|Hooray]] ([[User talk:Hooray|talk]]) 19:06, 18 May 2015 (EDT) | ||