Attention is currently required from: osmith.
pespin has posted comments on this change by osmith. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40028?usp=email )
Change subject: buildsystem: remove ttcn3_compiler workaround ......................................................................
Patch Set 1: Code-Review+2
(2 comments)
File _buildsystem/regen_makefile.inc.sh:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40028/comment/1fdfadd0_c3bcb... : PS1, Line 73: sed -i -e 's//bin/compiler//bin/ttcn3_compiler/' Makefile FYI My current eclipse-titan Archlinux package has both: /opt/eclipse-titan/bin/compiler /opt/eclipse-titan/bin/ttcn3_compiler
ttcn3_compiler is actually a symlink to "compiler".
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40028/comment/cc9a27dd_39080... : PS1, Line 62: sed -i -e 's/TTCN3_DIR = $/TTCN3_DIR = /usr/ttcn3/' Makefile This is probably not needed anymore, I don't see any /usr/ttcn3 in my dir. eclipse-titan pkg seems to install under /opt/eclipse-titan/ nowadays.