Page 1 of 1

compiling gui-ed

Posted: Tue Feb 01, 2005 20:41
by kitt3n
Hi there,

Just playing around a little with your editor - it
bumped on the freeimage.h lib, from where can I get
these (found a link on sourcefourge, freeimage3-sth but
I dunno if that's the one I'm looking for)...

Oh - minor thing, would you mind making the include paths
relative - if you don't set the include dir under
tools/options (vc71) then it doesn't compile because
of stdafx.h

Regards

Re: compiling gui-ed

Posted: Tue Feb 01, 2005 21:06
by scriptkid
:oops:

The freeimage lib remark is a good one! I completely forgot to add it as a dependency directory. I'll give that a try.

Until then, you can pick on of there (distibution dll + header)
http://prdownloads.sourceforge.net/free ... p?download

Concerning the include directories, i will also look if i can set them as additional include directories in the project settings.

Thanks for the comments!

Re: compiling gui-ed

Posted: Tue Feb 01, 2005 22:29
by kitt3n
Thanks for the link :)

Now i've got some unresolved external (latest version from cvs):
public: CSelectionMover::AlignSelection(enum ...
public: CSelectionMover::CSelectionMover(class ...

Oh, one more thing I noticed - some source files (not all) have
a bit strange formatting (lots of newlines, even in the
gnu-license comments a newline after every line in some files) - is it intended to be like that or did I somewhere get something messed up?

Re: compiling gui-ed

Posted: Wed Feb 02, 2005 07:42
by scriptkid
For your problems, please see my remarks in the development thread. Some file(s) were forgotten to checked in. And the newline issue is also known. Workin' on it :-)

Re: compiling gui-ed

Posted: Sun Feb 06, 2005 09:29
by sammydre
You will need to add the file "SelectionMover.cpp" to the project. It should then compile for you.

Hopefully this will be fixed in the repository soon.