karim-emara / PREXT

PREXT is a unified and extensible framework that simulate pseudonym change schemes (i.e., privacy schemes) in VANET.
GNU General Public License v3.0
17 stars 11 forks source link

Some issue in rebuild veins, please help me #20

Closed Orderor closed 1 year ago

Orderor commented 1 year ago

16:24:48 Incremental Build of configuration gcc-debug for project veins make MODE=debug CONFIGNAME=gcc-debug all make[1]: Entering directory '/home/airor/Downloads/veins-veins-4.4/src' Creating shared library: ../out/gcc-debug/src/libveins.so /usr/bin/ld: cannot find -lNNPDA collect2: error: ld returned 1 exit status Makefile:172: recipe for target '../out/gcc-debug/src/libveins.so' failed make[1]: Leaving directory '/home/airor/Downloads/veins-veins-4.4/src' make[1]: [../out/gcc-debug/src/libveins.so] Error 1 Makefile:12: recipe for target 'all' failed make: [all] Error 2 16:24:49 Build Finished (took 366ms)

Orderor commented 1 year ago

Could this be:

1: I moved the PREXT to the “veins-4.4\src\veins\modules\”

2: But I didn't change veins configurations to include PREXT during its build?

How can I change veins configurations to include PREXT during its build?