GithubHelp home page GithubHelp logo

skyfms / hhvm-ext_dbase Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 2.0 28 KB

dBase database file access functions for HHVM

License: Other

C 16.54% C++ 76.07% PHP 3.83% Shell 1.22% CMake 0.28% Hack 2.06%
dbase hhvm

hhvm-ext_dbase's People

Contributors

kristapsk avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

kmiller68 kozzi11

hhvm-ext_dbase's Issues

Can't compile

Hi

First error: /root/hhvm-ext_dbase/ext_dbase.cpp:26:45: fatal error: hphp/runtime/base/base-includes.h: No such file or directory
#include "hphp/runtime/base/base-includes.h"

Then it changed to : hphp/runtime/ext/extension.h.

Then the second error:
[ 16%] Building CXX object CMakeFiles/dbase.dir/ext_dbase.cpp.o
/root/hhvm-ext_dbase/ext_dbase.cpp: In function ‘bool HPHP::dbase_add_or_replace_record(int, const HPHP::Variant&, boost::optional)’:
/root/hhvm-ext_dbase/ext_dbase.cpp:108:37: error: variable ‘HPHP::ArrayIter arr_it’ has initializer but incomplete type
for (ArrayIter arr_it(arr_record); arr_it; ++arr_it, cur_f++) {
^
/root/hhvm-ext_dbase/ext_dbase.cpp: In function ‘HPHP::Variant HPHP::f_dbase_create(const HPHP::String&, const HPHP::Variant&)’:
/root/hhvm-ext_dbase/ext_dbase.cpp:326:35: error: variable ‘HPHP::ArrayIter arr_it’ has initializer but incomplete type
for (ArrayIter arr_it(arr_fields); arr_it; ++arr_it, cur_f++, i++) {
^
/root/hhvm-ext_dbase/ext_dbase.cpp:328:29: error: variable ‘HPHP::ArrayIter field_it’ has initializer but incomplete type
ArrayIter field_it(field);

Please try to fix it. Thank you.

HHVM:
HipHop VM 3.12.0 (rel)
Compiler: tags/HHVM-3.12.0-0-g440e6a096b2db8a449b9690a72f2f1792530e86a
Repo schema: 033b8dedf4af99b892f2488b103a8d67a58ff816

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.