-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't Build with MinGW/Msys #23
Comments
That's odd. I cross build with MinGW/Msys all the time and don't need that -L option added. What does it do? |
openspin -L spin adds the spin folder to the openspin library search path.
The issue is recorded for others who may have the same problem.
…On Wed, Dec 14, 2016 at 9:21 AM, dbetz ***@***.***> wrote:
That's odd. I cross build with MinGW/Msys all the time and don't need that
-L option added. What does it do?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#23 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/APun8vWGPfxNA-pjJiRPH7tMS3ebns4rks5rICW1gaJpZM4LNL2J>
.
|
Are you building under Windows or Linux? |
Windows
…On Wed, Dec 14, 2016 at 9:52 AM, dbetz ***@***.***> wrote:
Are you building under Windows or Linux?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#23 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/APun8lOy48lxV-PXeIMKjopeBt3onc3Vks5rICzpgaJpZM4LNL2J>
.
|
Interesting. Sounds like openspin works differently under Windows and Linux. That's probably a bug that needs to be fixed in openspin. |
You and Roy can figure that out. Meanwhile, we have a workaround for
windows users.
…On Wed, Dec 14, 2016 at 10:03 AM, dbetz ***@***.***> wrote:
Interesting. Sounds like openspin works differently under Windows and
Linux. That's probably a bug that needs to be fixed in openspin.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#23 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/APun8n3T6Ewe-kUb0h9W4bvgALmtVZAHks5rIC-EgaJpZM4LNL2J>
.
|
Sounds good. Nice to hear from you. I haven't seen you online for a long time. |
Been busy. |
I pushed a patch to the Makefile that should fix the Windows build problem until Roy fixes OpenSpin. Please let me know if you have any trouble with it. I’ve verified that it still works under Linux and the Mac but I don’t have a Windows machine setup to test with at present.
… On Dec 14, 2016, at 1:11 PM, jsdenson ***@***.***> wrote:
Been busy.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#23 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAq-1qEpzbT-WQ56Wk9Dh5n-Jx_b6Bvxks5rIDFvgaJpZM4LNL2J>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Must use openspin -L spin to successfully build on MinGW/Msys.
Workaround:
CC=$(PREFIX)gcc
CPP=$(PREFIX)g++
-SPINCMP=openspin
+#SPINCMP=openspin
+SPINCMP=openspin -L spin
TOOLCC=gcc
The text was updated successfully, but these errors were encountered: