Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
"firm_overwrite.Tpo"; exit 1; fi
In file included from /home/fjoodaki/Software/new/wxWidgets-3.0.2/include/wx/defs.h:27:0,
from /home/fjoodaki/Software/new/wxWidgets-3.0.2/include/wx/wxprec.h:12,
from confirm_overwrite.cpp:23:
/home/fjoodaki/Software/new/wxWidgets-3.0.2/include/wx/platform.h:183:22: fatal error: wx/setup.h: No such file or directory
#include "wx/setup.h"
^
compilation terminated.
Makefile:375: recipe for target 'confirm_overwrite.o' failed
make[1]: *** [confirm_overwrite.o] Error 1
make[1]: Leaving directory '/home/fjoodaki/Software/new/gamessq-1.2/src'
Makefile:307: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1 "
I installed the wxgtk (wxWidgets-3.0.2) before installing GamessQ. I am not sure about it is correct or wrong.
Now, I am using opensuse 13.2 (x86_64 by uname -m).
What should I do now?
Thanks.
Last edited by farajoodakium; 07-24-2015 at 11:42 AM.
Distribution: PCLinuxOS2023 CentOS7.9 + 50+ other Linux OS, for test only.
Posts: 17,486
Rep:
Re #4.
Quote:
I installed the wxgtk (wxWidgets-3.0.2)
Please uninstall 'wxWidgets-3.0.2'.
GamessQ is an ancient application : 2008 (a few updates 2009.)
Won't compile with wx** versions 3.0 or 2.9
*** Required is wxGTK-2.8 : http://skylink.dl.sourceforge.net/pr...-2.8.12.tar.gz
>>> wxGTK-2.8.12.tar.gz
I considered what you mentioned:
1- Uninstall 'wxWidgets-3.0.2'
2- Install 'wxGTK-2.8'
But Unfortunately, When I was configuring GamessQ I faced this problem:
"configure: WARNING: signal.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: signal.h: proceeding with the compiler's result
checking for signal.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... no
configure: WARNING: sys/socket.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: sys/socket.h: proceeding with the compiler's result
checking for sys/socket.h... yes
checking poll.h usability... yes
checking poll.h presence... no
configure: WARNING: poll.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: poll.h: proceeding with the compiler's result
checking for poll.h... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands"
I also used Make after this configure which I had this proceeding error:
In file included from /home/fjoodaki/Software/new/wxGTK-2.8.12/include/wx/defs.h:21:0,
from /home/fjoodaki/Software/new/wxGTK-2.8.12/include/wx/wxprec.h:13,
from confirm_overwrite.cpp:23:
/home/fjoodaki/Software/new/wxGTK-2.8.12/include/wx/platform.h:196:22: fatal error: wx/setup.h: No such file or directory
#include "wx/setup.h"
^
compilation terminated.
Makefile:375: recipe for target 'confirm_overwrite.o' failed
make[1]: *** [confirm_overwrite.o] Error 1
make[1]: Leaving directory '/home/fjoodaki/Software/new/gamessq-1.2/src'
Makefile:307: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
Thanks again!
Last edited by farajoodakium; 07-26-2015 at 10:02 AM.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.