Coder Social home page Coder Social logo

vpreproc's People

Contributors

wsong83 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

vpreproc's Issues

Does not compile with boost 1.69

After git cloning the repo, the vanilla Makefile does not work for me.

I had to make a few changes:

boost_inc_path = -I/my_path_to_boost/include
boost_lib_path = -L/my_path_to_boost/lib
# global variables
export BISON_EXE = bison
export FLEX_EXE = flex
export CXX = g++

export CXXFLAGS = -Wall -g ${boost_inc_path} -D _GLIBCXX_USE_CXX11_ABI=0
export LINKFLAGS = ${boost_lib_path} -lboost_program_options -lboost_filesystem -lboost_system

The pre-processor define -D _GLIBCXX_USE_CXX11_ABI=0 was a key missing piece that took me a while to debug, after getting linker issues. The reason we need this define is that the Boost libraries were compiled with this macro OFF, however the Boost headers have this macro ON by default.

Hopefully this helps any future users of this tool.

And thank you Song for creating this brilliant tool. I've been having several issues with the perl library and this one solves all of them.

for loop expansion

It seems not support the for loop expansion.
Is my usage incorrect, or is it really not supported?

like this:
<% for( $i = 0; $i < 4; $i += 1) { %>

May I ask for your help?thks~~~

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.