Skip to content
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

support xmake #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

support xmake #2

wants to merge 1 commit into from

Conversation

star-hengxing
Copy link

Install xmake, then try

xmake -y

@ShenCiao
Copy link
Owner

Thanks! I confess that I never expect someone gonna interested in compiling it. Really appreciate it!

I won't have a development environment in several days since applying visa in another city. I will have a try later.

@welann
Copy link

welann commented Aug 14, 2023

I encountered the following issue when compiling on my computer in debug mode : fatal error C1128 : number of sections exceeded object file format limit: compile with /bigobj
Perhaps adding add_cxflags("/bigobj") in target dlib would be better?
Related link : https://stackoverflow.com/questions/15110580/penalty-of-the-msvs-compiler-flag-bigobj

and @ShenCiao i guess you forget this pull request (x

@Tunixer
Copy link

Tunixer commented Jun 11, 2024

I encountered the following issue when compiling on my computer in debug mode : fatal error C1128 : number of sections exceeded object file format limit: compile with /bigobj Perhaps adding add_cxflags("/bigobj") in target dlib would be better? Related link : https://stackoverflow.com/questions/15110580/penalty-of-the-msvs-compiler-flag-bigobj

and @ShenCiao i guess you forget this pull request (x

The reason for use bigobj is that the imgui.cpp used in the project is too large (greater than 1MB) to be processed by MSVC compiler.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants