Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • dynare dynare
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 110
    • Issues 110
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Dynare
  • dynaredynare
  • Issues
  • #1344

Closed
Open
Created Nov 27, 2016 by Johannes Pfeifer@JohannesPfeiferDeveloper

Investigate whether recent mex-changes broke backward compatibility with older Matlab versions

Giovanni Lombardo reports a compilation error under Ubuntu with Matlab 2010a:

error: unknown type name ‘char16_t’
typedef char16_t mxChar;

(see http://www.dynare.org/phpBB3/viewtopic.php?f=1&t=11556). The post at http://stackoverflow.com/questions/22367516/mex-compile-error-unknown-type-name-char16-t suggests that one might need to add typedef uint16_t char16_t; before #include "mex.h"

Assignee
Assign to
Time tracking