Skip to content
This repository was archived by the owner on Sep 14, 2022. It is now read-only.

"luaL_newlib" warning message appear during the compile the luajit srource #167

@pradiptapks

Description

@pradiptapks

I am not sure whether it is a bug as compilation throwing a flood of warning message post-installation of Moongen.
But this warning message doesn't blocker of moongen testing. So, please review if there is any pre-requisites steps can fix the "luaL_newlib" warning message.

Environment:
Red Hat Enterprise Linux release 8.2 (Ootpa)
Kernel: 4.18.0-193.41.1.el8_2.x86_64 #1 SMP Wed Jan 13 11:33:33 EST 2021 x86_64 x86_64 x86_64 GNU/Linux

  1. trafficgen local branch of Moongen installation
# pwd;git branch
/opt/trafficgen
* (HEAD detached at moongen/dev-kmr-MGLatency)
  master

  1. Use the following script to install moongen "./install-moongen.sh"
<..trim..>
[ 96%] Building CXX object CMakeFiles/MoonGen.dir/src/hashmap.cpp.o
[100%] Linking CXX executable MoonGen
[100%] Built target MoonGen
Cloning into 'lua-luaipc'...
cc -Wall -fpic -O2 -g -D_POSIX_C_SOURCE=200809L -pthread -I/opt/trafficgen/MoonGen/libmoon/deps/luajit/src -c -o ipc.o ipc.c
In file included from ipc.c:7:
ipc.h:96: warning: "luaL_newlib" redefined
 #define luaL_newlib( L, r ) \
<..trim..>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions