Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'loadv' is not member of 'lisp' #28

Open
RoTob123 opened this issue Oct 3, 2024 · 0 comments
Open

'loadv' is not member of 'lisp' #28

RoTob123 opened this issue Oct 3, 2024 · 0 comments

Comments

@RoTob123
Copy link

RoTob123 commented Oct 3, 2024

so im compiling on pc but on resource_path.cpp file there's an error(s):

/home/rewind/blind-jump-portable/source/platform/desktop/desktop_platform.cpp:1515:24: error: no declaration matches ‘Rc<ScratchBuffer, 100> Platform::make_scratch_buffer()’
 1515 | Rc<ScratchBuffer, 100> Platform::make_scratch_buffer()
      |                        ^~~~~~~~
In file included from /home/rewind/blind-jump-portable/source/platform/desktop/desktop_platform.cpp:2:
/home/rewind/blind-jump-portable/build/../source/platform/platform.hpp:249:22: note: candidate is: ‘ScratchBufferPtr Platform::make_scratch_buffer()’
  249 |     ScratchBufferPtr make_scratch_buffer();
      |                      ^~~~~~~~~~~~~~~~~~~
/home/rewind/blind-jump-portable/build/../source/platform/platform.hpp:41:7: note: ‘class Platform’ defined here
   41 | class Platform {
      |       ^~~~~~~~
/home/rewind/blind-jump-portable/source/platform/desktop/desktop_platform.cpp: In member function ‘void Platform::NetworkPeer::listen()’:
/home/rewind/blind-jump-portable/source/platform/desktop/desktop_platform.cpp:1950:23: error: ‘loadv’ is not a member of ‘lisp’
 1950 |     auto port = lisp::loadv<lisp::Integer>("network-port").value_;
      |                       ^~~~~
/home/rewind/blind-jump-portable/source/platform/desktop/desktop_platform.cpp:1950:42: error: expected primary-expression before ‘>’ token
 1950 |     auto port = lisp::loadv<lisp::Integer>("network-port").value_;
      |                                          ^
/home/rewind/blind-jump-portable/source/platform/desktop/desktop_platform.cpp:1950:60: error: request for member ‘value_’ in ‘("network-port")’, which is of non-class type ‘const char [13]’
 1950 |     auto port = lisp::loadv<lisp::Integer>("network-port").value_;
      |                                                            ^~~~~~
/home/rewind/blind-jump-portable/source/platform/desktop/desktop_platform.cpp: In member function ‘void Platform::NetworkPeer::connect(const char*)’:
/home/rewind/blind-jump-portable/source/platform/desktop/desktop_platform.cpp:1970:23: error: ‘loadv’ is not a member of ‘lisp’
 1970 |     auto port = lisp::loadv<lisp::Integer>("network-port").value_;
      |                       ^~~~~
/home/rewind/blind-jump-portable/source/platform/desktop/desktop_platform.cpp:1970:42: error: expected primary-expression before ‘>’ token
 1970 |     auto port = lisp::loadv<lisp::Integer>("network-port").value_;
      |                                          ^
/home/rewind/blind-jump-portable/source/platform/desktop/desktop_platform.cpp:1970:60: error: request for member ‘value_’ in ‘("network-port")’, which is of non-class type ‘const char [13]’
 1970 |     auto port = lisp::loadv<lisp::Integer>("network-port").value_;

what it is? i didnt change anything in code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant