-
Hello! I try use simple example, but not working... can you check that?
``` cpp
/*
* Copyright (C) 2018 Alexander Borisov
*
* Author: Alexander Borisov
*/
#include "base.h"
#include
#…
-
error is :
```CMake Error at config.cmake:301 (add_dependencies):
Cannot add target-level dependencies to non-existent target
"lexbor-css_static".
The add_dependencies works for top-leve…
-
Hi,
thanks for your great work.
I find that I can not convert the ``char*`` to ``lxb_char_t*`` directly. The parse result will be blank. Is there any solution or API?
THX
Mengying
-
@lexborisov Hello again sorry to make another issue... but I looked at stack exchange first and I can't figure out what I'm doing wrong (I'm getting linker errors).
**I really would like to do the …
-
### Issue
I built lexbor from source using the following command:
```
cmake . -DLEXBOR_BUILD_TESTS=ON -DLEXBOR_BUILD_EXAMPLES=ON -DLEXBOR_BUILD_SEPARATELY=ON
make
sudo make install
```
Th…
-
at the end of core/base.h :
#endif /* LEXBOR_MYOSI_H */
should be instead LEXBOR_BASE_H
-
@lexborisov
I have successfully gotten the library to compile on my machine (x64-windows).
But when I `#include` I get compiler errors complaining about the use of the macro `interface`. These er…
-
Quite hard to work with tokenizer, because of unexpected results:
examples running tokenizer/callback:
not closed
-
Unit tests are essential to verify the code and check for regressions
Use the 'check' unit testing library, or using this simple code
[suite2.zip](https://github.com/lexborisov/Modest/files/837233…
-
Hello
MODEST_PORT_NAME is passed to the preprocessor : in Makefile:
MODEST_CFLAGS += -DMODEST_PORT_NAME=$(MODEST_PORT_NAME)
but this macro is not used in any source file. Is it really useful …