-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Steps:
cd xl2/samples/HelloWorld
cp ../../xl.syntax .
cp ../../native/library/runtime/C/xl.bytecode .
../../bxl HelloWorld.xl > HelloWorld_native.cpp
g++ -I../../ HelloWorld_native.cpp -o HelloWorld_native
gives:
/usr/bin/ld: /tmp/ccIKhQRM.o: in function `main':
HelloWorld_native.cpp:(.text+0x112): undefined reference to `xl::ui::console::arguments[abi:cxx11]'
collect2: error: ld returned 1 exit status
Is this supposed to work now? Or is more work needed?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels