Skip to content

Conversation

@JSUYA
Copy link
Member

@JSUYA JSUYA commented Jan 9, 2025

  • When performing ffigen, some macro in math.h was occured as a redefined warning.
    (Conflict with include/sys/vlimit.h)
    (The same problem occurs in other versions of binding generation)
    I think the compilation problem does not apply because the target headers have already been distributed through Tizen SDK.
    So I added --ignore-source-errors because I could not find a way to solve this problem.
    We can remove this flag if that solves the problem.
[SEVERE] : Header /home/junsu/dev/os/f-project/tizen_interop/configs/9.0/entrypoints.h: Total errors/warnings: 2.
[SEVERE] :     ./rootstraps/9.0/usr/include/math.h:91:11: warning: 'INFINITY' macro redefined [Lexical or Preprocessor Issue]
[SEVERE] :     ./rootstraps/9.0/usr/include/math.h:98:11: warning: 'NAN' macro redefined [Lexical or Preprocessor Issue]
#include <tizen_core.h>
#include <mv_facial_landmark.h>
#include <mv_image_classification.h>
#include <mv_object_detection.h>
#include <mv_pose_landmark.h>
#include <mtp.h>
#include <nfc.h>
#include <wifi.h>
#include <wifi-aware.h>
#include <ckmc/ckmc-extended.h>
#include <webauthn.h>
#include <mmi.h>
#include <mmi-node.h>
#include <mmi-workflow.h>
  • Deprecated marked header
#include <badge.h> // deprecated
#include <mv_face.h> //deprecated
#include <mv_image.h> //deprecated
#include <mv_inference.h> //deprecated
#include <mv_surveillance.h> //deprecated
#include <metadata_editor.h> //deprecated
#include <asp.h> //deprecated
#include <http.h> //deprecated
  • Removed header
#include <media_streamer.h> //deprecated
#include <streamrecorder.h> //deprecated

@JSUYA JSUYA marked this pull request as draft January 9, 2025 08:58
@JSUYA JSUYA marked this pull request as ready for review January 10, 2025 03:05
@JSUYA JSUYA requested a review from seungsoo47 January 10, 2025 03:56
@JSUYA JSUYA merged commit f8bea2b into flutter-tizen:main Jan 23, 2025
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants