there is one particular widget that seems broken: TGTextView
it works in interpreted mode but not in compiled mode.
an example macro is attached. I use the following to compile
clang++ -g -I. -O2 -std=c++11 -I/opt/local/include/ -I `root-config --incdir` -O -Wall -fPIC
denc.C -o aaa.exe -L/opt/local/lib/ -lgsl -lGeom -lm `root-config --glibs`
denc.C (2.5 KB)