Hard Light Productions Forums

Modding, Mission Design, and Coding => The FRED Workshop => Topic started by: kir2yar on May 29, 2010, 02:51:10 am

Title: Need help, do not get to compile from source.
Post by: kir2yar on May 29, 2010, 02:51:10 am
The game itself is assembled correctly.
But with the editor - problem

#./autogen.sh --enable-wxfred2 --enable-inferno
Works fine
#make
Code: [Select]
wxfred2/wxfred2.cpp:9:23: error: wx/wxprec.h: No such file or directory
wxfred2/wxfred2.cpp:16:20: error: wx/wx.h: No such file or directory
wxfred2/wxfred2.cpp:20:27: error: wx/xrc/xmlres.h: No such file or directory
In file included from wxfred2/wxfred2.cpp:19:
wxfred2/wxfred2.h:13: error: expected class-name before ‘{’ token
In file included from wxfred2/wxfred2.cpp:21:
wxfred2/fredframe.h:12: error: expected constructor, destructor, or type conversion before ‘class’
wxfred2/wxfred2.cpp:26: error: expected constructor, destructor, or type conversion before ‘bool’
make[1]: *** [wxfred2.o] Error 1
make[1]: Leaving directory `/home/yar/FSO/fs2_open/code'
make: *** [all-recursive] Error 1

I've forgotten something from the dependencies? If so, then tell my that I forgot.

System - Ubuntu x86 10.04

[attachment deleted by admin]
Title: Re: Need help, do not get to compile from source.
Post by: The E on May 29, 2010, 04:32:05 am
At this point, wxFRED is incomplete, and not usable. The only FRED available is the one for Windows, which you might be able to get running using Wine.
Title: Re: Need help, do not get to compile from source.
Post by: kir2yar on May 29, 2010, 06:08:24 am
Sad. While under wine it really works.