Giter VIP home page Giter VIP logo

Comments (2)

cprn avatar cprn commented on August 9, 2024

My bad, I didn't notice it's CMake-ready! Sorry!

from fsqlf.

cprn avatar cprn commented on August 9, 2024

LOL, nope, sorry. Still an issue. Can you reopen this?

$ rm -rf fsqlf/
$ git clone https://github.com/dnsmkl/fsqlf
Cloning into 'fsqlf'...
remote: Enumerating objects: 3147, done.
remote: Total 3147 (delta 0), reused 0 (delta 0), pack-reused 3147
Receiving objects: 100% (3147/3147), 568.80 KiB | 951.00 KiB/s, done.
Resolving deltas: 100% (2009/2009), done.
$ cd fsqlf/
fsqlf$ cmake .
-- The C compiler identification is GNU 7.3.0
-- The CXX compiler identification is GNU 7.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found FLEX: /usr/bin/flex (found version "2.6.4") 
-- Found wxWidgets: -L/usr/lib/x86_64-linux-gnu;-pthread;;;-lwx_gtk2u_adv-3.0;-lwx_gtk2u_core-3.0;-lwx_baseu-3.0;-lwx_gtk2u_aui-3.0 (found version "3.0.4") 
-- git describe master: v1-pre-alpha-75-g6ab8ec2 (not portable)
-- Configuring done
-- Generating done
-- Build files have been written to: /home/mg/Projects/fsqlf
fsqlf$ make
mkdir -p builds/make-linux/lib_fsqlf/conf_file/
mkdir -p builds/make-linux/lib_fsqlf/formatter/
mkdir -p builds/make-linux/lib_fsqlf/kw/
mkdir -p builds/make-linux/lib_fsqlf/lex/
mkdir -p builds/make-linux/utils/queue/
mkdir -p builds/make-linux/utils/stack/
mkdir -p builds/make-linux/utils/string/
mkdir -p builds/make-linux/cli/
gcc -o builds/make-linux/cli/main.o -c cli/main.c -std=c99 -Wall -pedantic-errors -g -Iinclude -m32   
In file included from include/lib_fsqlf.h:5:0,
                 from cli/main.c:1:
/usr/include/stdio.h:27:10: fatal error: bits/libc-header-start.h: No such file or directory
 #include <bits/libc-header-start.h>
          ^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
makefile:118: recipe for target 'builds/make-linux/cli/main.o' failed
make: *** [builds/make-linux/cli/main.o] Error 1

from fsqlf.

Related Issues (10)

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.