Post a reply
Username:
Note:If not registered, provide any username. For more comfort, register here.
Subject:
Message body:
Enter your message here, it may contain no more than 60000 characters. 

Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:
Font size:
Font colour
Options:
BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON
Disable BBCode
Disable smilies
Do not automatically parse URLs
Confirmation of post
To prevent automated posts the board requires you to enter a confirmation code. The code is displayed in the image you should see below. If you are visually impaired or cannot otherwise read this code please contact the %sBoard Administrator%s.
Confirmation code:
Enter the code exactly as it appears. All letters are case insensitive, there is no zero.
   

Topic review - Compiling Singular
Author Message
  Post subject:  Re: Compiling Singular  Reply with quote
Thanks for the tip. I managed to compile Singular with python module disabled. Now it runs.
Post Posted: Mon Jul 15, 2019 10:24 pm
  Post subject:  Re: Compiling Singular  Reply with quote
add --disable-python_module to the configure call.
Post Posted: Sun Jul 14, 2019 12:15 am
  Post subject:  Compiling Singular  Reply with quote
Hello Everyone,

I would like to compile and build singular, but I have difficulties...
In particular, I get the following error message:
Quote:
make[5]: Entering directory '...sources/Singular4/singular-4.1.2/Singular/dyn_modules/python'
CXX python_module_la-python_module.lo
python_module.cc: In function ‘int mod_init(SModulFunctions*)’:
python_module.cc:78:3: error: ‘initSingular’ was not declared in this scope; did you mean ‘PyInit_Singular’?
78 | initSingular();
| ^~~~~~~~~~~~
| PyInit_Singular
python_module.cc:79:3: error: ‘init_Singular’ was not declared in this scope; did you mean ‘PyInit_Singular’?
79 | init_Singular();
| ^~~~~~~~~~~~~
| PyInit_Singular
make[5]: *** [Makefile:601: python_module_la-python_module.lo] Error 1


I tried to find initSingular function, but it is nowhere.
How can it be fixed?

Thanks for any help, I desperately need to finish this compilation.
If any other details are needed, just let me know.
Post Posted: Fri Jul 12, 2019 10:01 pm


It is currently Fri May 13, 2022 10:57 am
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group