Thanks. I am officially an idiot 
Now after a couple of rounds of finding a dependency and fullfilling it and running into the next, I have come to a phase where make gives an error message not related to a missing package as far as I can see.
g++ -DPACKAGE_NAME="" -DPACKAGE_TARNAME="" -DPACKAGE_VERSION="" -DPACKAGE_STRING="" -DPACKAGE_BUGREPORT="" -DPACKAGE=“GENtle” -DVERSION=“1.5” -I. -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -g -O2 -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -MT TVectorTree.o -MD -MP -MF .deps/TVectorTree.Tpo -c -o TVectorTree.o TVectorTree.cpp
In file included from main.h:96,
from TVectorTree.h:7,
from TVectorTree.cpp:4:
mondrian.xpm:44: warning: deprecated conversion from string constant to ‘char*’
:::snip:::
In file included from main.h:97,
from TVectorTree.h:7,
from TVectorTree.cpp:4:
bitmaps/new.xpm:24: warning: deprecated conversion from string constant to ‘char*’
:::snip:::
In file included from main.h:98,
from TVectorTree.h:7,
from TVectorTree.cpp:4:
bitmaps/open.xpm:26: warning: deprecated conversion from string constant to ‘char*’
::snip:::
In file included from main.h:99,
from TVectorTree.h:7,
from TVectorTree.cpp:4:
bitmaps/save.xpm:25: warning: deprecated conversion from string constant to ‘char*’
:::snip:::
In file included from main.h:100,
from TVectorTree.h:7,
from TVectorTree.cpp:4:
bitmaps/copy.xpm:25: warning: deprecated conversion from string constant to ‘char*’
:::snip:::
In file included from main.h:101,
from TVectorTree.h:7,
from TVectorTree.cpp:4:
bitmaps/cut.xpm:24: warning: deprecated conversion from string constant to ‘char*’
:::snip:::
In file included from main.h:102,
from TVectorTree.h:7,
from TVectorTree.cpp:4:
bitmaps/paste.xpm:27: warning: deprecated conversion from string constant to ‘char*’
:::snip:::
In file included from main.h:103,
from TVectorTree.h:7,
from TVectorTree.cpp:4:
bitmaps/print.xpm:26: warning: deprecated In file included from main.h:104,
:::snip:::
from TVectorTree.h:7,
from TVectorTree.cpp:4:
bitmaps/help.xpm:25: warning: deprecated conversion from string constant to ‘char*’ conversion from string constant to ‘char*’
TVectorTree.cpp: In member function ‘void TVectorTree::initme()’:
TVectorTree.cpp:66: warning: deprecated conversion from string constant to ‘char*’
TVectorTree.cpp:71: warning: deprecated conversion from string constant to ‘char*’
TVectorTree.cpp:73: warning: deprecated conversion from string constant to ‘char*’
TVectorTree.cpp:74: warning: deprecated conversion from string constant to ‘char*’
TVectorTree.cpp:88: error: invalid conversion from ‘long int’ to ‘void*’
TVectorTree.cpp:88: error: initializing argument 1 of ‘wxTreeItemId::wxTreeItemId(void*)’
TVectorTree.cpp:99: warning: deprecated conversion from string constant to ‘char*’
TVectorTree.cpp:100: warning: deprecated conversion from string constant to ‘char*’
TVectorTree.cpp:101: warning: deprecated conversion from string constant to ‘char*’
TVectorTree.cpp:103: warning: deprecated conversion from string constant to ‘char*’
TVectorTree.cpp:104: warning: deprecated conversion from string constant to ‘char*’
TVectorTree.cpp:105: warning: deprecated conversion from string constant to ‘char*’
TVectorTree.cpp:106: warning: deprecated conversion from string constant to ‘char*’
TVectorTree.cpp:123: warning: deprecated conversion from string constant to ‘char*’
TVectorTree.cpp: In member function ‘void TVectorTree::OnEvent(wxTreeEvent&)’:
TVectorTree.cpp:167: warning: deprecated conversion from string constant to ‘char*’
TVectorTree.cpp:170: warning: deprecated conversion from string constant to ‘char*’
TVectorTree.cpp:173: warning: deprecated conversion from string constant to ‘char*’
TVectorTree.cpp:181: warning: deprecated conversion from string constant to ‘char*’
TVectorTree.cpp:182: warning: deprecated conversion from string constant to ‘char*’
TVectorTree.cpp: In member function ‘void TVectorTree::OnActivation(wxTreeEvent&)’:
TVectorTree.cpp:202: error: cast from ‘void*’ to ‘int’ loses precision
TVectorTree.cpp: In member function ‘void TVectorTree::ToggleEnzymeVisibility(TRestrictionEnzyme*)’:
TVectorTree.cpp:223: error: no matching function for call to ‘TVectorTree::GetFirstChild(wxTreeItemId&, long int&)’
/usr/include/wx-2.8/wx/generic/treectlg.h:119: note: candidates are: virtual wxTreeItemId wxGenericTreeCtrl::GetFirstChild(const wxTreeItemId&, void*&) const
TVectorTree.cpp:225: error: no matching function for call to ‘TVectorTree::GetNextChild(wxTreeItemId&, long int&)’
/usr/include/wx-2.8/wx/generic/treectlg.h:121: note: candidates are: virtual wxTreeItemId wxGenericTreeCtrl::GetNextChild(const wxTreeItemId&, void*&) const
TVectorTree.cpp: In member function ‘void TVectorTree::OnRightClick(wxTreeEvent&)’:
TVectorTree.cpp:251: error: cast from ‘void*’ to ‘int’ loses precision
make: *** [TVectorTree.o] Fel 1