Code Monkey home page Code Monkey logo

Comments (8)

jmcnamara avatar jmcnamara commented on May 29, 2024

Github is plagued with such half-working projects

GitHub is also plagued with incomplete bug reports.

  • What steps did you follow? Please copy and paste.
  • Does compilation work for the default configuration?
  • What version of MSVC are you using?
  • If you are familiar with CMake can you try that with the master branch of libxlsxwriter?

Regards,

John.

from msvclibxlsxwriter.

hlide avatar hlide commented on May 29, 2024

It only worked with "Debug/x64" configuration. I had to modify project stuff like "include path" to make it work with the other configurations.

For your record, I also tried with cmake on the other repository "libxlsxwriter" but failed because it was unable to retrieve stuff like zlib. I followed what was written on "https://libxlsxwriter.github.io/getting_started.html#gsg_cmake_generators". However, I did try cmake only on release 0.7.0.

from msvclibxlsxwriter.

hlide avatar hlide commented on May 29, 2024

Let me recheck something...

from msvclibxlsxwriter.

hlide avatar hlide commented on May 29, 2024

So, I retried the following case:

  • clone with GIT this repository
  • open the solution to create the wanted DLL by double-clicking on it.
  • wait for vs2015 opening the solution (so the solution was created with vs2015).
  • select a different configuration: Release instead of Debug, win32 instead of x64.
  • build.

I got errors such: 1> app.c 1>..\..\libxlsxwriter\src\app.c(10): fatal error C1083: Cannot open include file: 'xlsxwriter/xmlwriter.h': No such file or directory.
If you look at project property, you can see the other configurations have a faulty include path compared with the default configuration. So this is a half-working project file.

from msvclibxlsxwriter.

jmcnamara avatar jmcnamara commented on May 29, 2024

I retried the following case: clone with GIT this repository

What command did you use?

from msvclibxlsxwriter.

hlide avatar hlide commented on May 29, 2024

git.exe clone -v --recurse-submodules --progress "https://github.com/jmcnamara/MSVCLibXlsxWriter.git" "C:/GIT/MSVCLibXlsxWriter3"

from msvclibxlsxwriter.

hlide avatar hlide commented on May 29, 2024

here the output of the command:

Cloning into 'C:/GIT/MSVCLibXlsxWriter3'...                                                  
POST git-upload-pack (175 bytes)                                                             
remote: Counting objects: 124, done.                                                         
Rremote: Total 124 (delta 0), reused 0 (delta 0), pack-reused 124                            
Receiving objects:  49% (61/124), 956.01 KiB | 1.82 MiB/s                                    
Receiving objects: 100% (124/124), 1.45 MiB | 1.82 MiB/s, done.                              
Resolving deltas: 100% (61/61), done.                                                        
Submodule 'libxlsxwriter' (https://github.com/jmcnamara/libxlsxwriter.git) registered for path 'libxlsxwriter'                                                                            
Cloning into 'C:/GIT/MSVCLibXlsxWriter3/libxlsxwriter'...                                    
remote: Counting objects: 7591, done.                                                        
remote: Compressing objects: 100% (11/11), done.                                             
remote: Total 7591 (delta 2), reused 10 (delta 2), pack-reused 7578                          
Receiving objects: 100% (7591/7591), 13.70 MiB | 6.15 MiB/s, done.                           
Resolving deltas: 100% (5622/5622), done.                                                    
Submodule path 'libxlsxwriter': checked out '56064038a40a6a5393b71e03e48ca369b964ae4f'       
Done

from msvclibxlsxwriter.

jmcnamara avatar jmcnamara commented on May 29, 2024

Fixed on master.

from msvclibxlsxwriter.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.