Compilation on Linux #184

Closed
opened 2026-01-29 16:37:18 +00:00 by claunia · 3 comments
Owner

Originally created by @cactusGit on GitHub (Sep 21, 2016).

4101fe3 breaks compilation on Linux.
New libs are not added to Makefile.

Originally created by @cactusGit on GitHub (Sep 21, 2016). 4101fe3 breaks compilation on Linux. New libs are not added to Makefile.
Author
Owner

@cfsmp3 commented on GitHub (Sep 21, 2016):

Fixed.

@cfsmp3 commented on GitHub (Sep 21, 2016): Fixed.
Author
Owner

@cactusGit commented on GitHub (Sep 21, 2016):

Actually, no.

In file included from ../src/utf8proc/utf8proc.h:102:0,
                 from ../src/utf8proc/utf8proc.c:44:
../src/utf8proc/utf8proc_data.c:1:7: error: expected identifier before numeric constant
 enum {false, true};
       ^

Commenting this line solves the problem.

@cactusGit commented on GitHub (Sep 21, 2016): Actually, no. ``` In file included from ../src/utf8proc/utf8proc.h:102:0, from ../src/utf8proc/utf8proc.c:44: ../src/utf8proc/utf8proc_data.c:1:7: error: expected identifier before numeric constant enum {false, true}; ^ ``` Commenting this line solves the problem.
Author
Owner

@cfsmp3 commented on GitHub (Sep 21, 2016):

Thanks - for some reason I hadn't added that to the last commit

@cfsmp3 commented on GitHub (Sep 21, 2016): Thanks - for some reason I hadn't added that to the last commit
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#184