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

fix multiple definition functions #7

Open
jeoooo opened this issue Feb 1, 2024 · 0 comments
Open

fix multiple definition functions #7

jeoooo opened this issue Feb 1, 2024 · 0 comments
Assignees

Comments

@jeoooo
Copy link
Owner

jeoooo commented Feb 1, 2024

ERROR LOGS:

C:\Users\Legion\AppData\Local\Temp\arduino\sketches\B3044CC0048D5D97A6A9AB3D081ED6B2\sketch\PocketbaseExtended.cpp.o: in function `performGETRequest(char const*)':
D:\CODING\pocketbasearduino/PocketbaseExtended.cpp:41: multiple definition of `performGETRequest(char const*)'; C:\Users\Legion\AppData\Local\Temp\arduino\sketches\B3044CC0048D5D97A6A9AB3D081ED6B2\sketch\PocketBaseArduino.cpp.o:D:\CODING\pocketbasearduino/PocketbaseArduino.cpp:41: first defined here
c:/users/legion/appdata/local/arduino15/packages/esp8266/tools/xtensa-lx106-elf-gcc/2.5.0-4-b40a506/bin/../lib/gcc/xtensa-lx106-elf/4.8.2/../../../../xtensa-lx106-elf/bin/ld.exe: C:\Users\Legion\AppData\Local\Temp\arduino\sketches\B3044CC0048D5D97A6A9AB3D081ED6B2\sketch\PocketbaseExtended.cpp.o: in function `performDELETERequest(char const*)':
D:\CODING\pocketbasearduino/PocketbaseExtended.cpp:134: multiple definition of `performDELETERequest(char const*)'; C:\Users\Legion\AppData\Local\Temp\arduino\sketches\B3044CC0048D5D97A6A9AB3D081ED6B2\sketch\PocketBaseArduino.cpp.o:D:\CODING\pocketbasearduino/PocketbaseArduino.cpp:134: first defined here
c:/users/legion/appdata/local/arduino15/packages/esp8266/tools/xtensa-lx106-elf-gcc/2.5.0-4-b40a506/bin/../lib/gcc/xtensa-lx106-elf/4.8.2/../../../../xtensa-lx106-elf/bin/ld.exe: C:\Users\Legion\AppData\Local\Temp\arduino\sketches\B3044CC0048D5D97A6A9AB3D081ED6B2\sketch\PocketbaseExtended.cpp.o: in function `performPOSTRequest(char const*, String const&)':
D:\CODING\pocketbasearduino/PocketbaseExtended.cpp:227: multiple definition of `performPOSTRequest(char const*, String const&)'; C:\Users\Legion\AppData\Local\Temp\arduino\sketches\B3044CC0048D5D97A6A9AB3D081ED6B2\sketch\PocketBaseArduino.cpp.o:D:\CODING\pocketbasearduino/PocketbaseArduino.cpp:227: first defined here
@jeoooo jeoooo converted this from a draft issue Feb 1, 2024
@jeoooo jeoooo removed the status in PocketbaseExtended Feb 1, 2024
@jeoooo jeoooo self-assigned this Feb 1, 2024
@jeoooo jeoooo moved this to In progress in PocketbaseExtended Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In progress
Development

No branches or pull requests

1 participant