Giter Site home page Giter Site logo

Comments (5)

sgodin avatar sgodin commented on June 3, 2024

from resiprocate.

fklassen avatar fklassen commented on June 3, 2024

Try running gperf_w32.bat to regenerate these source file.

I had similar issues on Apple with Xcode 12 beta 4 which uses an older gperf 3.0.3. The above files were generated with gperf 3.1.

Undefined symbols for architecture x86_64:
"resip::HeaderHash::in_word_set(char const*, unsigned int)", referenced from:
    import-atom in libresip.dylib
"resip::MethodHash::in_word_set(char const*, unsigned int)", referenced from:
    import-atom in libresip.dylib
"resip::DayOfWeekHash::in_word_set(char const*, unsigned int)", referenced from:
    import-atom in libresip.dylib
"resip::ParameterHash::in_word_set(char const*, unsigned int)", referenced from:
    import-atom in libresip.dylib
"resip::MonthHash::in_word_set(char const*, unsigned int)", referenced from:
    import-atom in libresip.dylib

I had to manually generate the files since there is no UNIX style script to do so.

Question: Should this files be generated automatically at compile time?

from resiprocate.

sgodin avatar sgodin commented on June 3, 2024

from resiprocate.

tangm421 avatar tangm421 commented on June 3, 2024

我也遇到了,很奇怪,我看到文件夹 resip/stack/gen 下也生成hash文件了,而且构建的.a库中解压出的.o文件中也能找到对应的静态文本,但是链接的时候还是会报这个错误。
按照下面的方法,我删除了文件夹 resip/stack/gen 下所有的.cxx文件,然后重新make就没这个链接问题了。

https://list.resiprocate.org/archive/resiprocate-devel/msg01090.html

from resiprocate.

gkorovkin avatar gkorovkin commented on June 3, 2024

For macos:

  1. Delete all gperf auto generated files
  2. Run autoreconf before configure invocation

from resiprocate.

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.