Help.compiling error

Hi
I want compling “GostCrypt_Linux_1.3.tar.gz”
after extract archive when compiling but error compile


> make
Compiling Buffer.cpp
Compiling Exception.cpp
Compiling Event.cpp
Compiling FileCommon.cpp
Compiling MemoryStream.cpp
Compiling Memory.cpp
Compiling PlatformTest.cpp
Compiling Serializable.cpp
Compiling Serializer.cpp
Compiling SerializerFactory.cpp
Compiling StringConverter.cpp
Compiling TextReader.cpp
Compiling Directory.cpp
Compiling File.cpp
Compiling FilesystemPath.cpp
Compiling Mutex.cpp
Compiling Pipe.cpp
Compiling Poller.cpp
Compiling Process.cpp
Compiling SyncEvent.cpp
Compiling SystemException.cpp
Compiling SystemInfo.cpp
Compiling SystemLog.cpp
Compiling Thread.cpp
Compiling Time.cpp
Updating library Platform.a
make[1]: wx-config: Command not found
make[1]: wx-config: Command not found
Compiling Cipher.cpp
make[1]: wx-config: Command not found
make[1]: wx-config: Command not found
Compiling EncryptionAlgorithm.cpp
make[1]: wx-config: Command not found
make[1]: wx-config: Command not found
Compiling EncryptionMode.cpp
make[1]: wx-config: Command not found
make[1]: wx-config: Command not found
Compiling EncryptionModeXTS.cpp
make[1]: wx-config: Command not found
make[1]: wx-config: Command not found
Compiling EncryptionTest.cpp
make[1]: wx-config: Command not found
make[1]: wx-config: Command not found
Compiling EncryptionThreadPool.cpp
make[1]: wx-config: Command not found
make[1]: wx-config: Command not found
Compiling Hash.cpp
make[1]: wx-config: Command not found
make[1]: wx-config: Command not found
Compiling Keyfile.cpp
make[1]: wx-config: Command not found
make[1]: wx-config: Command not found
Compiling Pkcs5Kdf.cpp
make[1]: wx-config: Command not found
make[1]: wx-config: Command not found
Compiling Volume.cpp
make[1]: wx-config: Command not found
make[1]: wx-config: Command not found
Compiling VolumeAlert.cpp
In file included from VolumeAlert.cpp:2:0:
VolumeAlert.h:12:23: fatal error: wx/msgdlg.h: No such file or directory
 #include <wx/msgdlg.h>
                       ^
compilation terminated.
/home/think/Templates/GostCrypt_Linux_1.3/Build/Include/Makefile.inc:12: recipe for target 'VolumeAlert.o' failed
make[1]: *** [VolumeAlert.o] Error 1
Makefile:260: recipe for target 'all' failed
make: *** [all] Error 2



how to to fix?

Looks like you need to install packages wxWidgets and the devel version.
If not part of the standard repositories go to :
http://software.opensuse.org/package/wxWidgets

You can verify if you have it installed using :

wx-config --version

Thank you for help

No problem. Does it compile now ?

Thanks. It works fine no problem