Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A ArduinoJson
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 24
    • Issues 24
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Benoît Blanchon
  • ArduinoJson
  • Issues
  • #35
Closed
Open
Issue created Dec 08, 2014 by Administrator@rootContributor

FreeBSD 10.0 compile error

Created by: Slechtvalk

Hi,

I got the following compile errors when compiling your new API on FreeBSD 10.0 (using clang) :

`Scanning dependencies of target ArduinoJSon [ 76%] Building CXX object software/extern/json/CMakeFiles/ArduinoJSon.dir/ArduinoJson/src/Arduino/Print.cpp.o

[ 76%] Building CXX object software/extern/json/CMakeFiles/ArduinoJSon.dir/ArduinoJson/src/Internals/IndentedPrint.cpp.o

[ 77%] Building CXX object software/extern/json/CMakeFiles/ArduinoJSon.dir/ArduinoJson/src/Internals/JsonParser.cpp.o

[ 78%] Building CXX object software/extern/json/CMakeFiles/ArduinoJSon.dir/ArduinoJson/src/Internals/List.cpp.o

/opslag/home/oldenburgh/techniek/software/externals/software/extern/json/ArduinoJson/src/Internals/List.cpp:34:16: error: explicit instantiation of 'ArduinoJson::Internals::List' must occur in namespace 'Internals' template class List; ^ /opslag/home/oldenburgh/techniek/software/externals/software/extern/json/ArduinoJson/src/Internals/../../include/ArduinoJson/Internals/List.hpp:21:7: note: explicit instantiation refers here class List { ^ /opslag/home/oldenburgh/techniek/software/externals/software/extern/json/ArduinoJson/src/Internals/List.cpp:35:16: error: explicit instantiation of 'ArduinoJson::Internals::List' must occur in namespace 'Internals' template class List; ^ /opslag/home/oldenburgh/techniek/software/externals/software/extern/json/ArduinoJson/src/Internals/../../include/ArduinoJson/Internals/List.hpp:21:7: note: explicit instantiation refers here class List { ^ 2 errors generated. software/extern/json/CMakeFiles/ArduinoJSon.dir/build.make:123: recipe for target 'software/extern/json/CMakeFiles/ArduinoJSon.dir/ArduinoJson/src/Internals/List.cpp.o' failed`

Is this a bug, or a compile issue I have?

Assignee
Assign to
Time tracking