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

Unable to build make -j8, what to do? #21

Open
PongpreechaSuea opened this issue May 16, 2023 · 1 comment
Open

Unable to build make -j8, what to do? #21

PongpreechaSuea opened this issue May 16, 2023 · 1 comment

Comments

@PongpreechaSuea
Copy link

I encountered this kind of problem How do I fix it?

Error : 
        C:\Users\Desktop\ManifoldPlus>mkdir build
        
        C:\Users\Desktop\ManifoldPlus>cd build
        
        C:\Users\Desktop\ManifoldPlus\build>cmake .. -DCMAKE_BUILD_TYPE=Release
        -- Building for: Visual Studio 17 2022
        -- Selecting Windows SDK version 10.0.22000.0 to target Windows 10.0.19045.
        -- The C compiler identification is MSVC 19.35.32217.1
        -- The CXX compiler identification is MSVC 19.35.32217.1
        -- Detecting C compiler ABI info
        -- Detecting C compiler ABI info - done
        -- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.35.32215/bin/Hostx64/x64/cl.exe - skipped
        -- Detecting C compile features
        -- Detecting C compile features - done
        -- Detecting CXX compiler ABI info
        -- Detecting CXX compiler ABI info - done
        -- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.35.32215/bin/Hostx64/x64/cl.exe - skipped
        -- Detecting CXX compile features
        -- Detecting CXX compile features - done
        -- Configuring done (6.5s)
        -- Generating done (0.0s)
        CMake Warning:
          Manually-specified variables were not used by the project:
        
            CMAKE_BUILD_TYPE
        
        
        -- Build files have been written to: C:/Users/Suae/Desktop/Metavaese/ManifoldPlus/build
        
        C:\Users\Desktop\ManifoldPlus\build>make -j8
        make: *** No targets specified and no makefile found.  Stop.

Who can fix the fever please help me

@L7L7L
Copy link

L7L7L commented Jul 10, 2024

I've solved this problem. Use commands below in Windows to compile:

mkdir build
cd build
cmake -G "MinGW Makefiles" ..
mingw32-make
cd ..
mkdir results

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

No branches or pull requests

2 participants