build.sh fails if gambit was configured with --cplusplus #4

Closed
opened 2016-03-14 21:48:46 +00:00 by MichalMaruska · 2 comments
MichalMaruska commented 2016-03-14 21:48:46 +00:00 (Migrated from github.com)

In that case various errors occur in src/std/xml/_libxml.scm and src/std/crypto/libcrypto.scm due to
"error: invalid conversion " between unsigned char* and char* & similar.

In that case various errors occur in src/std/xml/_libxml.scm and src/std/crypto/libcrypto.scm due to "error: invalid conversion " between unsigned char\* and char\* & similar.
vyzo commented 2016-03-15 05:19:37 +00:00 (Migrated from github.com)

Sorry about that, I don't use --cplusplus compilation personally.
Issue fixed in https://github.com/vyzo/gerbil/pull/5, thanks for the patch!

Sorry about that, I don't use --cplusplus compilation personally. Issue fixed in https://github.com/vyzo/gerbil/pull/5, thanks for the patch!
vyzo commented 2016-03-15 06:44:52 +00:00 (Migrated from github.com)

If you have libyaml installed in your system, can you check building the libyaml bindings?
It should be ok, but does no harm to check.
It needs to be enabled by editing std/build-config.ss and then running std/build.ss.

If you have libyaml installed in your system, can you check building the libyaml bindings? It should be ok, but does no harm to check. It needs to be enabled by editing std/build-config.ss and then running std/build.ss.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
mighty-gerbils/gerbil#4
No description provided.