Closed JSKim-Ranix closed 10 months ago
I've no idea what you've done, or what your environment is. In normal circumstances the errors like you showed do not occur. So, without me details I can't help you.
I've no idea what you've done, or what your environment is. In normal circumstances the errors like you showed do not occur. So, without me details I can't help you.
I build in Ubuntu 22.04.3 LTS environment. Also, I see a message asking me to install Flex during the build, and I am not sure which files should be copied where after building Flex.
I've no idea what you're building, with what tools, or how. I'm sorry, but I don't have time to dig through it. This repo builds fine on Linux and MacOS - I've tested that myself. Others successfully built on Windows.
So...
cd asn1c
.$ autoreconf -fi
$ ./configure
$ make all
$ make check && sudo make install
I've no idea what you're building, with what tools, or how. I'm sorry, but I don't have time to dig through it. This repo builds fine on Linux and MacOS - I've tested that myself. Others successfully built on Windows.
So...
- Make sure your have a working C toolchain installed, including autotools, autoconf, autogen, automake.
- Make sure Flex and Yacc are installed.
- Clone this repo, and
cd asn1c
.- Do the following:
$ autoreconf -fi $ ./configure $ make all $ make check && sudo make install
When I followed your advice, the error occurred in the "vlm_master" branch, but the error did not occur in the "master" branch. Thank you for your help.
I get an error when compiling. Could you please tell me what I am doing wrong? I think there might be another reason other than modifying #define with the same name.