Quote Originally Posted by Soquili View Post
Hello Sedric,
Welcome to Talkgraphics.
TA.
Have your read the pre-requisites at XaraXtreme.org?
Yup.
That page was last updated 12 August 2006.
So it was.

the ./configure worked no reported errors

make failed like this......... after a load of warnings
about various c++ transgressions.


'bitmapgriddropdown.cpp' || echo './'`bitmapgriddropdown.cpp
bitmapgriddropdown.cpp: In member function ‘wxBitmap* CBGDDCachedItem::GetWxBitmap(wxSize) const’:
bitmapgriddropdown.cpp:299: error: ‘find_if’ was not declared in this scope
make[2]: *** [libwxOil_a-bitmapgriddropdown.o] Error 1
make[2]: Leaving directory `/home/dvt/xara/wxOil'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/dvt/xara/wxOil'


had a look around the codebase - no trace of find_if

rjp@pctop:/home/dvt/xara> grep -r find_if */*.h
rjp@pctop:/home/dvt/xara> grep -r find_if */*.c
rjp@pctop:/home/dvt/xara> grep -r find_if */*.cpp
wxOil/bitmapgriddropdown.cpp: TDCacheCollection::const_iterator citFound = find_if(m_colCache.begin(), m_colCache.end(),


Looks like find_if ain't there... only instance is in the code that failed..

Seen this sort of thing before when trying to get a valid build for KDE - but in this case
evidently no activity (svn log) for a looonnng time.

It may be that the development has moved off elsewhere and what I am looking
at is just an abandoned residue. If so, 'tis better if I know that now without
having to waste any further time on it.

Obviously, unless I restore the original development environment
(I'm guessing that that was Kdevelop). I'm not going to get too far.
At the moment, I'm trying to
persuade Kdevelop to 'adopt' this project, but so far less than
successfully..