Skip to content

Fix linux SAC w/ setArguments; Doc in BUILD.md#1

Open
WillForan wants to merge 1 commit intoyarra-framework:masterfrom
WillForan:master
Open

Fix linux SAC w/ setArguments; Doc in BUILD.md#1
WillForan wants to merge 1 commit intoyarra-framework:masterfrom
WillForan:master

Conversation

@WillForan
Copy link

nativeArguments.split(' ') is likely error proned quick fix. Splits arguments on space regardless of quote or escape

  • rds_exechelper.cpp used windows only setNativeArguments
    • preprocessor conditional to call setArguments if not Q_OS_WIN
  • QtGui case adjusted (was QtGUI)
  • iostream included to fixed error in NetLogger/netlog_events.h

nativeArguments.split(' ') is likely error proned quick fix.
Splits arguments on space regardless of quote or escape

 * rds_exechelper.cpp used windows only setNativeArguments
   - preprocessor conditional to call setArguments if not Q_OS_WIN
 * QtGui case adjusted (was QtGUI)
 * iostream included to fixed error in NetLogger/netlog_events.h
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.

1 participant