LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This 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


Reply
  Search this Thread
Old 07-22-2015, 02:00 PM   #1
farajoodakium
LQ Newbie
 
Registered: Jul 2015
Posts: 18

Rep: Reputation: Disabled
Problem in building (make) GamessQ


Hi everyone!

I faced a problem when I was making GamessQ software. Here is the error:

confirm_overwrite.cpp: In constructor ‘ConfirmOverwrite::ConfirmOverwrite(wxWindow*, wxArrayString&)’:
confirm_overwrite.h:48:91: error: ‘wxDIALOG_MODAL’ was not declared in this scope
#define SYMBOL_CONFIRMOVERWRITE_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX|wxDIALOG_MODAL|wxTAB_TRAVERSAL
^
confirm_overwrite.cpp:198:4: note: in expansion of macro ‘SYMBOL_CONFIRMOVERWRITE_STYLE’
SYMBOL_CONFIRMOVERWRITE_STYLE );
^
Makefile:375: recipe for target 'confirm_overwrite.o' failed
make[1]: *** [confirm_overwrite.o] Error 1
make[1]: Leaving directory '/home/fjoodaki/Software/gamessq-1.2/src'
Makefile:307: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

I would be so grateful if anyone could help me with this error.
 
Old 07-23-2015, 07:18 AM   #2
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 CentOS7.9 + 50+ other Linux OS, for test only.
Posts: 17,486

Rep: Reputation: 3635Reputation: 3635Reputation: 3635Reputation: 3635Reputation: 3635Reputation: 3635Reputation: 3635Reputation: 3635Reputation: 3635Reputation: 3635Reputation: 3635
GamessQ : http://www.msg.chem.iastate.edu/GAME...ssq-1.2.tar.gz
>>> gamessq-1.2.tar.gz

$ cd gamessq-1.2/ && ./configure && make : No errors here.

? May be you are missing some build prerequisites ?
Or you are using a wrong wxgtk version ?

*** Which "Linux OS" are you using ? ?
a) Please show the reply from the command $ uname -m
b) OS name and version.


-
 
1 members found this post helpful.
Old 07-23-2015, 09:43 AM   #3
farajoodakium
LQ Newbie
 
Registered: Jul 2015
Posts: 18

Original Poster
Rep: Reputation: Disabled
thanks Knudfl!!

Actually, yesterday, I decided to change my OS to 64bit. I had some problems with that.

My OS was Opensuse 13.2 32bit. I am installing 13.2 64bit. I will try it again! I will let you know about that

Thanks again!
 
Old 07-24-2015, 11:41 AM   #4
farajoodakium
LQ Newbie
 
Registered: Jul 2015
Posts: 18

Original Poster
Rep: Reputation: Disabled
thanks Knudfl!!

Unfortunately, I faced the same problem.

"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.
 
Old 07-24-2015, 02:11 PM   #5
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 CentOS7.9 + 50+ other Linux OS, for test only.
Posts: 17,486

Rep: Reputation: 3635Reputation: 3635Reputation: 3635Reputation: 3635Reputation: 3635Reputation: 3635Reputation: 3635Reputation: 3635Reputation: 3635Reputation: 3635Reputation: 3635
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


-

Last edited by knudfl; 07-24-2015 at 02:13 PM.
 
Old 07-26-2015, 09:36 AM   #6
farajoodakium
LQ Newbie
 
Registered: Jul 2015
Posts: 18

Original Poster
Rep: Reputation: Disabled
Thanks Knudfl for your help!

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.
 
Old 07-26-2015, 06:11 PM   #7
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 CentOS7.9 + 50+ other Linux OS, for test only.
Posts: 17,486

Rep: Reputation: 3635Reputation: 3635Reputation: 3635Reputation: 3635Reputation: 3635Reputation: 3635Reputation: 3635Reputation: 3635Reputation: 3635Reputation: 3635Reputation: 3635
'wxGTK-2.8' : This is what I did ( Suse 13.1 - 64 ) :

$ cd wxGTK-2.8.12/
$ ./configure --prefix=/usr
$ make
# make install

... And no errors with $ cd gamessq-1.2/ && ./configure && make


-
 
Old 07-26-2015, 07:24 PM   #8
farajoodakium
LQ Newbie
 
Registered: Jul 2015
Posts: 18

Original Poster
Rep: Reputation: Disabled
Thank you Knudfl for all off your guidance!

I follow your method, unfortunately, it did not work!
 
  


Reply

Tags
gamess, gamessq


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] make failure when building bigforth psionl0 Slackware 3 03-16-2011 09:54 PM
Make target problem building ffmpeg ordealbyfire83 Linux - Software 1 01-14-2009 11:28 AM
difficulty building from source [make] gvp87 Linux - Software 1 09-30-2007 09:15 PM
Building make files red_hax0r Programming 3 06-28-2006 04:54 AM
Building evolution 1.2.1: make error Hcman Linux - Software 5 02-16-2003 06:02 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:29 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration