Code Monkey home page Code Monkey logo

Comments (8)

TingPing avatar TingPing commented on June 19, 2024

I haven't tried it personally, but maybe LIB and LIBPATH too?

A test would be:

project('foo', 'c')

cc = meson.get_compiler('c')
cc.find_library('something_in_libpath')

from gvsbuild.

guruDanny67 avatar guruDanny67 commented on June 19, 2024

Which projects can I use to test this ?

Thanks

from gvsbuild.

TingPing avatar TingPing commented on June 19, 2024

To test include:

project('foo', 'c')

cc = meson.get_compiler('c')
cc.has_header('libintl.h')

from gvsbuild.

guruDanny67 avatar guruDanny67 commented on June 19, 2024

Ok, you mean the gtk stack include dir (i.e. c:\gtk-build\gtk\win32\release\include) and the similar for libpath ?

from gvsbuild.

TingPing avatar TingPing commented on June 19, 2024

Yea.

from gvsbuild.

guruDanny67 avatar guruDanny67 commented on June 19, 2024

If I understand correctly (I'm at work now and I can't check deep) if the project use ONLY pkg-config to get the stuff it's ok (because LIBPATH and the include dir are added), while in these simple case we got an error.

We can add the enviroment globally in the script (or before, manually, to test things) or on a per-project basis, like the add_path keyword

from gvsbuild.

TingPing avatar TingPing commented on June 19, 2024

if the project use ONLY pkg-config to get the stuff it's ok (because LIBPATH and the include dir are added), while in these simple case we got an error.

Indeed.

I think it is safe to always set these variables and would avoid potential duplication.

from gvsbuild.

guruDanny67 avatar guruDanny67 commented on June 19, 2024

A fast solution will be to set (or add) INCLUDE, LIB and LIBPATH to the gtk ones just before initializing the vs environment (vcvarsall.bat): in this way the data are saved internally and any time we use the build_vs(...) we have it.

from gvsbuild.

Related Issues (20)

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.