View Issue Details

IDProjectCategoryView StatusLast Update
0024443Open CASCADEOCCT:WOKpublic2014-10-27 16:27
ReportermmvAssigned Tobugmaster  
PrioritynormalSeverityfeature 
Status closedResolutionwon't fix 
Target Version6.8.0 
Summary0024443: Imporove AutoMake files export for compatibility with some not fully POSIX compliant Unix systems
DescriptionAdded opportunity to generate AutoMake files for Android with wgenproj -target=amk. Changed templates .am (option -avoid-version) and .ac (check some headers and compilation flags). Added template build_android, necessary for configuration and build.
TagsNo tags attached.
Test case number

Relationships

child of 0025146 closedbugmaster Porting to Android 

Activities

kgv

2013-12-17 13:06

developer   ~0027231

Dear Maximum,

+	"android" { OS:MKAMK $anOutDir $aModules "adm/${aWokStation}/${theIDE}" "true"}

Please configure your editor to use space symbols instead of tabulation (in tcl scripts and other source files).

+  if { $isAndroid !={} }   {
+  set avoidversion "lib${tkloc}_la_LDFLAGS = -avoid-version" 
+ } else {
+  set avoidversion ""
+  }

Please follow 2-spaces indentation rule.

kgv

2014-10-27 15:47

developer   ~0033730

Dear bugmaster,

please close the issue.
Required features has been implemented within scripts for CMake.
AutoMake scripts are not needed anymore.

Issue History

Date Modified Username Field Change
2013-12-06 16:30 mmv New Issue
2013-12-06 16:30 mmv Assigned To => kgv
2013-12-06 16:42 kgv Assigned To kgv => mmv
2013-12-06 16:42 kgv Severity minor => feature
2013-12-06 16:42 kgv Reproducibility have not tried => N/A
2013-12-06 16:42 kgv Status new => assigned
2013-12-17 13:06 kgv Note Added: 0027231
2013-12-17 14:46 kgv Summary Generation Android AutoMake files => AutoMake files export issues on some not fully POSIX compliant Unix systems
2013-12-17 14:47 kgv Summary AutoMake files export issues on some not fully POSIX compliant Unix systems => Imporove AutoMake files export for compatibility with some not fully POSIX compliant Unix systems
2013-12-17 14:56 kgv Target Version => 6.7.1
2014-04-04 18:32 abv Target Version 6.7.1 => 6.8.0
2014-08-04 12:52 kgv Assigned To mmv => apl
2014-08-04 12:52 kgv Assigned To apl => ibs
2014-08-13 14:42 kgv Relationship added child of 0025146
2014-09-17 10:08 bugmaster Project Internal => Open CASCADE
2014-10-27 15:47 kgv Note Added: 0033730
2014-10-27 15:47 kgv Assigned To ibs => bugmaster
2014-10-27 15:47 kgv Status assigned => feedback
2014-10-27 15:47 kgv Resolution open => won't fix
2014-10-27 16:27 abv Status feedback => closed