GithubHelp home page GithubHelp logo

Comments (4)

asac avatar asac commented on July 17, 2024

should be filed against azure-iot-c-sdk ... patch for there is:

diff --git a/dependencies.cmake b/dependencies.cmake
index a257eb87..310e98c1 100644
--- a/dependencies.cmake
+++ b/dependencies.cmake
@@ -17,10 +17,8 @@ if(${use_installed_dependencies})
         endif()
     endif()
 
-    include_directories(${AZURE_C_SHARED_UTILITY_INCLUDES}/azure_c_shared_utility)
 else()
     add_subdirectory(c-utility)
     add_subdirectory(uamqp)
     add_subdirectory(umqtt)
-    include_directories(${SHARED_UTIL_INC_FOLDER}/azure_c_shared_utility)
 endif()
\ No newline at end of file
diff --git a/serializer/inc/serializer_devicetwin.h b/serializer/inc/serializer_devicetwin.h
index 513aac7f..b3df504c 100644
--- a/serializer/inc/serializer_devicetwin.h
+++ b/serializer/inc/serializer_devicetwin.h
@@ -10,7 +10,7 @@
 #include "iothub_client.h"
 #include "iothub_client_ll.h"
 #include "parson.h"
-#include "vector.h"
+#include "azure_c_shared_utility/vector.h"
 #include "methodreturn.h"
 
 static void serializer_ingest(DEVICE_TWIN_UPDATE_STATE update_state, const unsigned char* payLoad, size_t size, void* userContextCallback)
diff --git a/serializer/samples/devicetwin_simplesample/devicetwin_simplesample.c b/serializer/samples/devicetwin_simplesample/devicetwin_simplesample.c
index ab3b9ef7..57cb7a92 100644
--- a/serializer/samples/devicetwin_simplesample/devicetwin_simplesample.c
+++ b/serializer/samples/devicetwin_simplesample/devicetwin_simplesample.c
@@ -7,7 +7,7 @@
 #include "serializer_devicetwin.h"
 #include "iothub_client.h"
 #include "iothubtransportmqtt.h"
-#include "platform.h"
+#include "azure_c_shared_utility/platform.h"
 #include "azure_c_shared_utility/threadapi.h"
 #include "parson.h"

from azure-c-shared-utility.

asac avatar asac commented on July 17, 2024

any news on this?

from azure-c-shared-utility.

anporumb avatar anporumb commented on July 17, 2024

Sorry, we had no time for this issue so far.
Best Regards,
Andrei Porumb

from azure-c-shared-utility.

anporumb avatar anporumb commented on July 17, 2024

Hello @asac ,

Thank you for your contribution.

I've tried to incorporate the changes you are proposing. Sadly, I do not have musl libc readily available to test the modifications suggested by you. At this moment all I know is that "it builds with our build system". So I have to come back to you and kindly ask you to let me know if the changes checked in master branch of azure-iot-sdk-c repo would build in your setup.

We do not have musl libc in our build system. Would you be interested in having musl libc incorporated in the build system?

Best Regards,
Andrei Porumb

from azure-c-shared-utility.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.