Git Product home page Git Product logo

Comments (5)

majn avatar majn commented on July 24, 2024

tl-parser isn't generated, its a regular source file in the https://github.com/vysheng/tl-parser project.

Did you clone recursively?

git clone --recursive https://github.com/vysheng/tgl.git && cd tgl

from tgl.

bayanr avatar bayanr commented on July 24, 2024

Oh, no I didn't. I'll try that than.

On Mon, Jun 1, 2015 at 10:48 AM, mj [email protected] wrote:

tl-parser isn't generated, its a regular source file in the
https://github.com/vysheng/tl-parser project.

Did you clone recursively?

git clone --recursive https://github.com/vysheng/tgl.git && cd tgl


Reply to this email directly or view it on GitHub
#28 (comment).

from tgl.

bayanr avatar bayanr commented on July 24, 2024

That worked, thanks a lot.

On Mon, Jun 1, 2015 at 12:59 PM, Bayan Rafeh [email protected]
wrote:

Oh, no I didn't. I'll try that than.

On Mon, Jun 1, 2015 at 10:48 AM, mj [email protected] wrote:

tl-parser isn't generated, its a regular source file in the
https://github.com/vysheng/tl-parser project.

Did you clone recursively?

git clone --recursive https://github.com/vysheng/tgl.git && cd tgl


Reply to this email directly or view it on GitHub
#28 (comment).

from tgl.

PhoenixAlx avatar PhoenixAlx commented on July 24, 2024

I did "--recursive" but didn't work.

My exit

bin/tl-parser -e auto/scheme.tlo auto/scheme.tl
Error in parse:
Error near line 1 pos 31: Expected (
gcc -I. -I. -I./tgl -g -O2 -I/usr/local/include -I/usr/include -I/usr/include -I/usr/include/lua5.1 -I/usr/include/python3.2mu -DHAVE_CONFIG_H -Wall -Werror -Wextra -Wno-missing-field-initializers -Wno-deprecated-declarations -fno-strict-aliasing -fno-omit-frame-pointer -ggdb -Wno-unused-parameter -fPIC -iquote ./tgl -c -MP -MD -MF dep/generate.d -MQ objs/generate.o -o objs/generate.o tgl/generate.c
gcc -I. -I. -I./tgl -g -O2 -I/usr/local/include -I/usr/include -I/usr/include -I/usr/include/lua5.1 -I/usr/include/python3.2mu -DHAVE_CONFIG_H -Wall -Werror -Wextra -Wno-missing-field-initializers -Wno-deprecated-declarations -fno-strict-aliasing -fno-omit-frame-pointer -ggdb -Wno-unused-parameter -fPIC -iquote ./tgl -c -MP -MD -MF dep/tools.d -MQ objs/tools.o -o objs/tools.o tgl/tools.c
gcc objs/generate.o objs/tools.o -L/usr/local/lib -L/usr/lib -L/usr/lib -rdynamic -ggdb -levent -ljansson -lconfig -lz -levent -lrt -lm -lreadline -llua5.1 -ldl -lpython3.2mu -lssl -lcrypto -ldl -lpthread -lutil -o bin/generate
bin/generate -g skip-header auto/scheme.tlo > auto/auto-skip.h || rm auto/auto-skip.h
Can not open file 'auto/scheme.tlo'. Error No such file or directory
bin/generate -g fetch-header auto/scheme.tlo > auto/auto-fetch.h || rm auto/auto-fetch.h
Can not open file 'auto/scheme.tlo'. Error No such file or directory
bin/generate -g store-header auto/scheme.tlo > auto/auto-store.h || rm auto/auto-store.h
Can not open file 'auto/scheme.tlo'. Error No such file or directory
bin/generate -g autocomplete-header auto/scheme.tlo > auto/auto-autocomplete.h || rm auto/auto-autocomplete.h
Can not open file 'auto/scheme.tlo'. Error No such file or directory
bin/generate -g types-header auto/scheme.tlo > auto/auto-types.h || rm auto/auto-types.h
Can not open file 'auto/scheme.tlo'. Error No such file or directory
bin/tl-parser -E auto/scheme.tl 2> auto/scheme2.tl || ( cat auto/scheme2.tl && rm auto/scheme2.tl && false )
awk -f ./tgl/gen_constants_h.awk < auto/scheme2.tl > auto/constants.h
bin/generate -g fetch-ds-header auto/scheme.tlo > auto/auto-fetch-ds.h || rm auto/auto-fetch-ds.h
Can not open file 'auto/scheme.tlo'. Error No such file or directory
bin/generate -g free-ds-header auto/scheme.tlo > auto/auto-free-ds.h || rm auto/auto-free-ds.h
Can not open file 'auto/scheme.tlo'. Error No such file or directory
bin/generate -g store-ds-header auto/scheme.tlo > auto/auto-store-ds.h || rm auto/auto-store-ds.h
Can not open file 'auto/scheme.tlo'. Error No such file or directory
bin/generate -g print-ds-header auto/scheme.tlo > auto/auto-print-ds.h || rm auto/auto-print-ds.h
Can not open file 'auto/scheme.tlo'. Error No such file or directory
gcc -I. -I. -I./tgl -g -O2 -I/usr/local/include -I/usr/include -I/usr/include -I/usr/include/lua5.1 -I/usr/include/python3.2mu -DHAVE_CONFIG_H -Wall -Werror -Wextra -Wno-missing-field-initializers -Wno-deprecated-declarations -fno-strict-aliasing -fno-omit-frame-pointer -ggdb -Wno-unused-parameter -fPIC -c -MP -MD -MF dep/main.d -MQ objs/main.o -o objs/main.o main.c
In file included from ./tgl/tgl-structures.h:25:0,
from interface.h:21,
from main.c:74:
./tgl/tgl-fetch.h:23:29: fatal error: auto/auto-types.h: No existe el fichero o el directorio
compilation terminated.
Makefile:48: recipe for target 'objs/main.o' failed
make: *** [objs/main.o] Error 1

from tgl.

BenWiederhake avatar BenWiederhake commented on July 24, 2024

I suggest closing this issue: The first was a mistake, the second was a parse error (which doesn't apply since the scheme has change a lot since).

from tgl.

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.